:root {
  --ink: #151916;
  --ink-soft: #4d544f;
  --night: #080b09;
  --graphite: #111513;
  --graphite-2: #1a201c;
  --paper: #f7f5f0;
  --paper-warm: #efede6;
  --white: #fff;
  --line: rgba(21, 25, 22, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --purple: #6d28d9;
  --purple-bright: #c4b5fd;
  --purple-deep: #5b21b6;
  --aqua: #70b8b5;
  --teal: #174d4d;
  --success: #27643f;
  --shadow-sm: 0 8px 24px rgba(8, 11, 9, 0.08);
  --shadow-lg: 0 32px 80px rgba(8, 11, 9, 0.2);
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --container: 1220px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid var(--purple-bright);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  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: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 5px;
  color: var(--night);
  background: var(--purple-bright);
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.section { padding: 118px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--purple-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-dark {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: var(--white);
  background: rgba(8, 11, 9, 0.34);
  backdrop-filter: blur(10px);
}

.eyebrow-dark::before { display: none; }
.eyebrow-purple { color: var(--purple-bright); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 5.35rem); font-weight: 570; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 3.8vw, 4.05rem); font-weight: 560; }
h3 { margin-bottom: 12px; font-size: 1.4rem; font-weight: 620; }
p { color: var(--ink-soft); }

.lead { font-size: clamp(1.05rem, 1.5vw, 1.3rem); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 750;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 11px 20px; }
.button-full { width: 100%; }

.button-purple {
  color: var(--white);
  background: var(--purple);
  box-shadow: 0 8px 28px rgba(109, 40, 217, 0.22);
}

.button-purple:hover { color: var(--night); background: var(--purple-bright); box-shadow: 0 12px 34px rgba(109, 40, 217, 0.3); }
.button-dark { color: var(--white); background: var(--graphite); }
.button-dark:hover { background: #27312b; }
.button-light { border-color: var(--line); color: var(--ink); background: var(--white); }
.button-light:hover { border-color: var(--purple); }

.button-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.button-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.12); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-weight: 750;
}

.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: var(--white); }

/* Utility and navigation */
.utility-bar {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: #f5f5f3;
}

.utility-inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-size: 0.72rem;
}

.utility-pill {
  padding: 4px 12px;
  border: 1px solid rgba(91, 33, 182, 0.35);
  border-radius: 999px;
  color: var(--purple-deep);
  font-weight: 750;
}

.utility-links { display: flex; gap: 18px; }
.utility-links a:hover { color: var(--purple-deep); }

.utility-contact { display: flex; gap: 8px; }

.utility-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  background: var(--white);
}

.utility-contact svg { width: 14px; height: 14px; flex: 0 0 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }

.header-inner { position: relative; display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: flex-start;
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 1;
}

.brand-mark { margin: -2px 2px 0 1px; font-size: 0.5rem; letter-spacing: 0; }
.brand-division { color: var(--purple-deep); font-weight: 510; }

.primary-nav { display: flex; align-items: center; gap: 16px; font-size: 0.84rem; font-weight: 630; }
.primary-nav > a:not(.button) { transition: color 160ms ease; }
.primary-nav > a:not(.button):hover { color: var(--purple-deep); }

.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; transition: transform 160ms ease; }
.nav-dropdown[open] summary svg { transform: rotate(180deg); }

.dropdown-panel {
  position: absolute;
  top: calc(100% + 28px);
  left: -80px;
  display: grid;
  width: 620px;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.dropdown-panel::before { position: absolute; top: -30px; left: 0; width: 100%; height: 30px; content: ""; }

.dropdown-panel a { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 6px; }
.dropdown-panel a:hover { background: var(--paper); }
.dropdown-panel strong, .dropdown-panel small { display: block; }
.dropdown-panel small { margin-top: 4px; color: var(--ink-soft); font-weight: 450; }

.dropdown-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--night);
  background: #e9ddff;
  font-size: 0.67rem;
  font-weight: 850;
}

.nav-contact-actions { display: flex; align-items: center; gap: 8px; margin-left: 2px; }
.nav-contact-actions .button { min-height: 38px; padding: 8px 13px; white-space: nowrap; font-size: .74rem; }

.nav-dropdown--services,
.nav-dropdown--industries { position: static; }
.dropdown-panel--mega {
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 20px;
}
.dropdown-group { min-width: 0; }
.dropdown-group + .dropdown-group { padding-left: 18px; border-left: 1px solid var(--line); }
.dropdown-panel .dropdown-group__title {
  min-height: 76px;
  margin-bottom: 4px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.dropdown-group__title strong { font-size: 1rem; }
.dropdown-group__title small { font-size: .76rem; }
.dropdown-panel--mega .dropdown-group > a:not(.dropdown-group__title) { padding: 11px 10px; }
.dropdown-panel--mega .dropdown-icon { width: 34px; height: 34px; flex-basis: 34px; }
.dropdown-panel--mega strong { font-size: .82rem; }
.dropdown-panel--mega small { font-size: .72rem; line-height: 1.35; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }

/* Hero */
.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
  isolation: isolate;
}

.hero-backdrop, .hero-overlay { position: absolute; z-index: -2; inset: 0; }

.hero-backdrop {
  background-image: url("../images/hero-event.jpg");
  background-position: center center;
  background-size: cover;
  animation: hero-in 1.2s ease both;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 8, 6, 0.94) 0%, rgba(5, 8, 6, 0.76) 38%, rgba(5, 8, 6, 0.15) 72%, rgba(5, 8, 6, 0.12) 100%),
    linear-gradient(0deg, rgba(5, 8, 6, 0.35), transparent 45%);
}

.hero-inner { display: grid; min-height: 700px; grid-template-columns: minmax(0, 1fr) 340px; align-items: center; gap: 50px; padding-top: 62px; padding-bottom: 82px; }
.hero-copy { max-width: 730px; }
.hero-copy .eyebrow { margin-bottom: 25px; }
.hero-copy h1 { max-width: 710px; text-wrap: balance; }
.hero-copy > p { max-width: 660px; margin-bottom: 34px; color: rgba(255, 255, 255, 0.82); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.hero-proof { display: flex; margin: 48px 0 0; padding: 0; list-style: none; }
.hero-proof li { min-width: 145px; padding: 0 24px; border-left: 1px solid rgba(255, 255, 255, 0.24); }
.hero-proof li:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 0.92rem; }
.hero-proof span { margin-top: 3px; color: rgba(255, 255, 255, 0.58); font-size: 0.72rem; }

.hero-card {
  align-self: end;
  margin-bottom: 58px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(11, 15, 12, 0.58);
  backdrop-filter: blur(16px);
}

.hero-card .card-kicker { display: block; margin-bottom: 30px; color: var(--purple-bright); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-card h2 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -0.02em; }
.hero-card p { color: rgba(255, 255, 255, 0.7); font-size: 0.86rem; }
.hero-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; color: var(--white); font-size: 0.82rem; font-weight: 750; }
.hero-card a span { color: var(--purple-bright); font-size: 1.2rem; }

.partner-strip { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--graphite); }
.partner-track { display: grid; width: min(100%, 1440px); min-height: 78px; margin: auto; grid-template-columns: repeat(7, 1fr); }
.partner-track span { display: grid; place-items: center; border-left: 1px solid var(--line-light); color: rgba(255, 255, 255, 0.72); font-size: clamp(0.72rem, 1.2vw, 1rem); font-weight: 800; letter-spacing: 0.05em; }
.partner-track span:last-child { border-right: 1px solid var(--line-light); }

/* Headings and services */
.section-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2 { max-width: 740px; margin-bottom: 0; }
.section-heading > p { max-width: 500px; margin: 0 0 7px; font-size: 1.05rem; }

.services-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 430px 430px; gap: 14px; }

.service-card { position: relative; overflow: hidden; min-height: 0; border-radius: var(--radius-sm); color: var(--white); background: var(--graphite); }
.service-card-tall { grid-row: auto; }
.service-card-wide { grid-column: auto; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.service-card-tall img { object-position: 55% 50%; }
.service-card-wide img { object-position: 45% 48%; }
.service-card:hover img { transform: scale(1.035); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 7, 6, 0.9), rgba(5, 7, 6, 0.03) 66%); }
.service-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px; }
.service-content > span { display: block; margin-bottom: 12px; color: var(--purple-bright); font-size: 0.72rem; font-weight: 850; }
.service-content h3 { font-size: clamp(1.65rem, 2.2vw, 2.3rem); }
.service-content p { max-width: 490px; margin-bottom: 22px; color: rgba(255, 255, 255, 0.75); font-size: 0.9rem; }
.service-content a { display: inline-flex; align-items: center; gap: 14px; font-size: 0.82rem; font-weight: 750; }
.service-content b { color: var(--purple-bright); transition: transform 180ms ease; }
.service-content a:hover b { transform: translateX(5px); }

/* Managed section */
.managed-section { background: var(--paper); }
.managed-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 80px; }
.managed-image { position: relative; min-height: 650px; overflow: hidden; }
.managed-image img { width: 100%; height: 650px; object-fit: cover; object-position: 63% center; }
.image-note { position: absolute; right: 0; bottom: 0; width: 250px; padding: 22px; color: var(--night); background: var(--purple-bright); }
.image-note strong, .image-note span { display: block; }
.image-note span { margin-top: 3px; font-size: 0.78rem; }
.managed-copy .eyebrow { margin-bottom: 18px; }
.managed-copy .lead { max-width: 590px; margin-bottom: 38px; }
.feature-list { margin-bottom: 38px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--purple-deep); font-size: 0.72rem; font-weight: 850; }
.feature-list h3 { margin-bottom: 5px; font-size: 1.06rem; letter-spacing: -0.01em; }
.feature-list p { margin-bottom: 0; font-size: 0.88rem; }

/* Workplaces */
.workplaces-section { color: var(--white); background: var(--graphite); }
.light-heading h2 { color: var(--white); }
.light-heading > p { color: rgba(255, 255, 255, 0.62); }
.workplace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-light); }
.workplace-card { position: relative; min-height: 310px; padding: 31px; background: var(--graphite-2); transition: background 200ms ease, transform 200ms ease; }
.workplace-card:hover { z-index: 2; background: #222b25; transform: translateY(-3px); }
.workplace-card.featured { background: linear-gradient(145deg, #27362d, #1a201c); }
.workplace-number { display: block; margin-bottom: 72px; color: var(--purple-bright); font-size: 0.72rem; font-weight: 850; }
.workplace-card h3 { color: var(--white); font-size: 1.42rem; }
.workplace-card p { color: rgba(255, 255, 255, 0.63); font-size: 0.88rem; }
.workplace-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.workplace-card li { padding: 5px 9px; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(255, 255, 255, 0.68); font-size: 0.68rem; }
.workplace-card.cta-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: var(--purple); }
.workplace-card.cta-card .eyebrow { margin-bottom: auto; color: var(--white); background: rgba(255, 255, 255, 0.16); }
.workplace-card.cta-card h3 { max-width: 290px; color: var(--white); font-size: 2rem; }
.workplace-card.cta-card .button { border-color: rgba(8, 11, 9, 0.2); background: var(--white); }

/* Fit finder */
.fit-section { overflow: hidden; background: linear-gradient(135deg, #f6f3e9 0%, #f9f8f5 54%, #e8f2f0 100%); }
.fit-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: start; gap: 90px; }
.fit-copy { position: sticky; top: 130px; }
.fit-copy .eyebrow { margin-bottom: 18px; }
.fit-copy p { max-width: 500px; font-size: 1.05rem; }
.fit-reassurance { display: flex; align-items: center; gap: 11px; margin-top: 15px; font-size: 0.86rem; font-weight: 650; }
.fit-reassurance span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--white); background: var(--success); font-size: 0.7rem; }
.fit-form { padding: 40px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.86); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.form-step { margin: 0 0 28px; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
.form-step label, .form-step legend { display: block; width: 100%; margin-bottom: 14px; font-weight: 700; }
.form-step label > span:first-child, .form-step legend > span:first-child { margin-right: 8px; color: var(--purple-deep); font-size: 0.7rem; }
select, input, textarea { width: 100%; border: 1px solid rgba(21, 25, 22, 0.22); border-radius: 3px; color: var(--ink); background: var(--white); }
select, input { min-height: 50px; padding: 10px 13px; }
textarea { resize: vertical; padding: 13px; }
select:focus, input:focus, textarea:focus { border-color: var(--purple-deep); outline: 2px solid rgba(109, 40, 217, 0.2); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-grid label { position: relative; margin: 0; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { display: flex; min-height: 50px; align-items: center; margin: 0; padding: 11px 14px; border: 1px solid var(--line); border-radius: 3px; background: var(--white); cursor: pointer; transition: border-color 150ms ease, background 150ms ease; }
.choice-grid input:checked + span { border-color: var(--purple-deep); background: #f4efff; box-shadow: inset 0 0 0 1px var(--purple-deep); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--purple-bright); outline-offset: 2px; }
.fit-result { margin-top: 20px; padding: 24px; border-left: 4px solid var(--purple); background: var(--paper); }
.result-label { color: var(--purple-deep); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.fit-result h3 { margin-top: 9px; }
.fit-result p { font-size: 0.86rem; }

/* Process */
.centred-heading { max-width: 800px; margin: 0 auto 55px; text-align: center; }
.centred-heading .eyebrow { margin-bottom: 18px; }
.centred-heading p { font-size: 1.05rem; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; margin: 0; padding: 0; list-style: none; }
.process-grid::before { position: absolute; top: 64px; right: 16.5%; left: 16.5%; height: 1px; background: var(--line); content: ""; }
.process-grid li { position: relative; text-align: center; }
.process-grid li > span { display: block; color: var(--purple-deep); font-size: 0.7rem; font-weight: 850; }
.process-icon { position: relative; display: grid; width: 80px; height: 80px; margin: 18px auto 24px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.process-icon svg { width: 42px; height: 42px; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.process-grid p { max-width: 310px; margin-inline: auto; font-size: 0.9rem; }

/* Sustainability */
.sustainability-section { padding-top: 40px; }
.sustainability-card { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-sm); color: var(--white); }
.sustainability-card > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 55% 48%; }
.sustainability-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 11, 9, 0.92) 0%, rgba(8, 11, 9, 0.76) 45%, rgba(8, 11, 9, 0.13) 78%); }
.sustainability-copy { position: relative; z-index: 1; display: flex; max-width: 660px; min-height: 650px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px; }
.sustainability-copy .eyebrow { margin-bottom: 20px; }
.sustainability-copy p { max-width: 600px; color: rgba(255, 255, 255, 0.72); font-size: 1.05rem; }
.sustainability-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 34px; }
.sustainability-points span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 999px; font-size: 0.7rem; }

/* Testimonials */
.testimonials-section { color: var(--white); background: #143f3f; }
.testimonials-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 100px; }
.rating-pill { display: inline-flex; margin-bottom: 22px; padding: 7px 11px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; color: #dcebea; font-size: 0.72rem; }
.testimonial-intro p { max-width: 480px; color: rgba(255, 255, 255, 0.66); }
.testimonial-intro .text-link { margin-top: 20px; }
.testimonial-shell { padding: 38px; border: 1px solid rgba(255, 255, 255, 0.18); background: var(--white); color: var(--ink); box-shadow: 22px 22px 0 rgba(3, 25, 25, 0.28); }
.testimonial { min-height: 260px; margin: 0; }
.testimonial blockquote { margin: 0 0 34px; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.42; letter-spacing: -0.025em; }
.testimonial blockquote::before { display: block; margin-bottom: 20px; color: var(--purple-deep); content: "\201C"; font-family: Georgia, serif; font-size: 4rem; line-height: 0.6; }
.testimonial figcaption strong, .testimonial figcaption span { display: block; }
.testimonial figcaption span { margin-top: 3px; color: var(--ink-soft); font-size: 0.82rem; }
.testimonial-controls { display: grid; grid-template-columns: 54px 1fr 54px; align-items: center; gap: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial-controls button { width: 54px; height: 44px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.testimonial-controls button:hover { border-color: var(--purple-deep); background: #f4efff; }
.testimonial-controls span { text-align: center; color: var(--ink-soft); font-size: 0.75rem; }

/* Resources */
.resources-section { background: var(--paper); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.resource-card { position: relative; min-height: 390px; padding: 30px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.resource-card::after { position: absolute; right: -80px; bottom: -100px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(112, 184, 181, 0.3), rgba(112, 184, 181, 0)); content: ""; }
.resource-type { color: var(--purple-deep); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.resource-icon { display: grid; width: 62px; height: 62px; margin: 60px 0 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 0.72rem; font-weight: 850; }
.resource-card h3 { max-width: 300px; }
.resource-card p { font-size: 0.88rem; }
.resource-card a { position: absolute; z-index: 1; bottom: 30px; display: inline-flex; gap: 10px; font-size: 0.8rem; font-weight: 750; }

/* FAQs */
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; }
.faq-intro .eyebrow { margin-bottom: 18px; }
.faq-intro > p { max-width: 430px; }
.faq-help { margin-top: 60px; padding: 26px; border: 1px solid var(--line); background: linear-gradient(135deg, #f7f5ef, #e7f3f1); }
.faq-help h3 { font-size: 1.25rem; }
.faq-help p { font-size: 0.85rem; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 54px 20px 0; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; top: 50%; right: 2px; width: 20px; height: 20px; transform: translateY(-50%); }
.accordion summary span::before, .accordion summary span::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--ink); content: ""; transform: translate(-50%, -50%); transition: transform 160ms ease; }
.accordion summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.accordion details p { max-width: 700px; margin: -4px 54px 24px 0; font-size: 0.9rem; }

/* Contact and footer */
.contact-section { padding: 0 0 110px; background: linear-gradient(180deg, var(--white) 0%, #edf5f3 55%, var(--night) 55%, var(--night) 100%); }
.contact-card { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; padding: 58px; color: var(--white); background: var(--graphite); box-shadow: var(--shadow-lg); }
.contact-copy { padding: 10px 0; }
.contact-copy .eyebrow { margin-bottom: 20px; }
.contact-copy p { max-width: 480px; color: rgba(255, 255, 255, 0.65); font-size: 1.02rem; }
.contact-methods { display: grid; gap: 13px; margin-top: 50px; }
.contact-methods > div { padding: 17px 0; border-top: 1px solid var(--line-light); }
.contact-methods a:hover { color: var(--purple-bright); }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: rgba(255, 255, 255, 0.55); }
.contact-methods strong { margin-top: 3px; font-size: 1rem; }
.contact-methods .phone-number { display: flex; gap: 0.3em; }
.contact-form { padding: 34px; color: var(--ink); background: var(--white); }
.contact-form label { display: block; margin-bottom: 16px; font-size: 0.78rem; font-weight: 750; }
.contact-form label input, .contact-form label select, .contact-form label textarea { display: block; margin-top: 6px; font-weight: 450; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.consent-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--ink-soft); font-weight: 450 !important; line-height: 1.4; }
.consent-check input { width: 17px; min-height: 17px; margin: 2px 0 0 !important; accent-color: var(--purple-deep); }
.consent-check a { text-decoration: underline; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--success); font-size: 0.8rem; }

.site-footer { padding: 80px 0 30px; color: rgba(255, 255, 255, 0.7); background: var(--night); }
.newsletter-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 32px; border: 1px solid rgba(255, 255, 255, 0.22); }
.newsletter-panel h2 { margin: 8px 0 5px; color: var(--white); font-size: 1.45rem; }
.newsletter-panel p { margin: 0; color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; }
.newsletter-form { display: flex; gap: 9px; }
.newsletter-form input { min-width: 0; border-color: rgba(255, 255, 255, 0.2); color: var(--white); background: rgba(255, 255, 255, 0.08); }
.newsletter-form input::placeholder { color: rgba(255, 255, 255, 0.45); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 50px; padding: 70px 0; }
.brand-footer { color: var(--white); }
.footer-brand p { max-width: 240px; margin-top: 20px; color: rgba(255, 255, 255, 0.5); font-size: 0.84rem; }
.footer-grid h3 { margin-bottom: 20px; color: var(--white); font-size: 0.83rem; letter-spacing: 0; }
.footer-grid > div > a:not(.brand), .footer-grid address { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, 0.56); font-size: 0.76rem; font-style: normal; }
.footer-grid > div > a:hover { color: var(--purple-bright); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid !important; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: var(--white) !important; font-size: 0.72rem !important; font-weight: 750; }
.footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid var(--line-light); }
.footer-bottom p { max-width: 600px; margin: 0; color: rgba(255, 255, 255, 0.38); font-size: 0.68rem; }
.footer-bottom > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; color: rgba(255, 255, 255, 0.45); font-size: 0.68rem; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.footer-bottom button:hover, .footer-bottom a:hover { color: var(--white); }

.cookie-banner { position: fixed; z-index: 1000; right: 22px; bottom: 22px; left: 22px; display: grid; max-width: 1050px; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin: auto; padding: 26px 30px; border: 1px solid rgba(255, 255, 255, 0.18); color: var(--white); background: rgba(12, 16, 13, 0.97); box-shadow: var(--shadow-lg); }
.cookie-banner .eyebrow { color: var(--purple-bright); }
.cookie-banner h2 { margin: 8px 0 5px; font-size: 1.35rem; }
.cookie-banner p { max-width: 670px; margin: 0; color: rgba(255, 255, 255, 0.6); font-size: 0.78rem; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 44px; padding: 10px 16px; font-size: 0.78rem; }
.cookie-banner .text-link { margin-top: 10px; color: var(--white); font-size: .72rem; }
.primary-nav > a[aria-current="page"]:not(.button) { color: var(--purple-deep); }

.noscript { position: fixed; z-index: 1001; right: 0; bottom: 0; left: 0; padding: 12px; color: var(--night); background: var(--purple-bright); text-align: center; font-weight: 700; }

/* Motion */
@keyframes hero-in { from { transform: scale(1.04); opacity: 0.4; } to { transform: scale(1); opacity: 1; } }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1120px) {
  .utility-links { display: none; }
  .primary-nav { gap: 14px; font-size: .82rem; }
  .nav-contact-actions { gap: 6px; }
  .nav-contact-actions .button { padding-inline: 12px; font-size: .72rem; }
  .hero-inner { grid-template-columns: 1fr 300px; }
  .managed-grid, .fit-grid { gap: 55px; }
  .testimonials-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { padding-top: 20px; }
}

@media (max-width: 1050px) and (min-width: 901px) {
  .header-inner { gap: 14px; }
  .brand { font-size: 1.4rem; }
  .primary-nav { gap: 9px; font-size: .75rem; }
  .nav-contact-actions .button { padding-inline: 10px; font-size: .68rem; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .container { width: min(100% - 40px, var(--container)); }
  .section { padding: 90px 0; }
  .utility-inner { justify-content: space-between; }
  .utility-contact a:last-child { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 50px; background: var(--white); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button), .nav-dropdown > summary { padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav .button { margin-top: 20px; }
  .nav-contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 0; }
  .nav-contact-actions .button { width: 100%; margin-top: 0; font-size: .82rem; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary { justify-content: space-between; }
  .dropdown-panel { position: static; width: 100%; grid-template-columns: 1fr; padding: 7px 0; border: 0; box-shadow: none; }
  .dropdown-panel::before { display: none; }
  .dropdown-panel a { padding: 12px 8px; }
  .dropdown-panel--mega { display: block; }
  .dropdown-group + .dropdown-group { padding: 10px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .dropdown-panel .dropdown-group__title { min-height: 0; }
  .hero { min-height: 750px; }
  .hero-inner { min-height: 750px; grid-template-columns: 1fr; align-content: center; gap: 28px; padding-top: 70px; }
  .hero-copy { max-width: 690px; }
  .hero-card { max-width: 430px; align-self: auto; margin: 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5, 8, 6, 0.94), rgba(5, 8, 6, 0.68) 80%, rgba(5, 8, 6, 0.4)); }
  .partner-track { grid-template-columns: repeat(4, 1fr); }
  .partner-track span { min-height: 66px; }
  .partner-track span:nth-child(n+5) { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-rows: 390px 390px; }
  .service-card-tall { grid-row: auto; }
  .managed-grid, .fit-grid, .testimonials-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .managed-image, .managed-image img { min-height: 520px; height: 520px; }
  .managed-copy { max-width: 700px; }
  .workplace-grid { grid-template-columns: 1fr 1fr; }
  .fit-copy { position: static; }
  .process-grid { gap: 30px; }
  .testimonials-grid { gap: 45px; }
  .testimonial-intro { max-width: 660px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 310px; }
  .resource-icon { margin-top: 35px; }
  .faq-grid { gap: 50px; }
  .faq-help { margin-top: 30px; }
  .contact-card { gap: 35px; padding: 45px; }
  .newsletter-panel { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .utility-inner { min-height: 36px; }
  .utility-pill { padding: 3px 9px; font-size: 0.66rem; }
  .utility-contact a { padding: 3px 7px; font-size: 0.66rem; }
  .brand { font-size: 1.35rem; }
  .hero { min-height: 800px; }
  .hero-backdrop { background-position: 63% center; }
  .hero-inner { min-height: 800px; padding-top: 55px; padding-bottom: 60px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
  .hero-proof li { min-width: 0; padding: 0 0 0 14px; }
  .hero-proof li:nth-child(3) { display: none; }
  .hero-card { display: none; }
  .partner-track { grid-template-columns: repeat(2, 1fr); }
  .partner-track span:nth-child(n+5) { display: none; }
  .service-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 420px); }
  .service-card-tall, .service-card-wide { grid-row: auto; grid-column: auto; }
  .service-content { padding: 24px; }
  .managed-grid { gap: 45px; }
  .managed-image, .managed-image img { min-height: 430px; height: 430px; }
  .image-note { width: 210px; }
  .workplace-grid { grid-template-columns: 1fr; }
  .workplace-card { min-height: 275px; }
  .workplace-number { margin-bottom: 50px; }
  .fit-grid { gap: 40px; }
  .fit-form { padding: 24px 18px; }
  .choice-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-grid::before { display: none; }
  .process-grid p { max-width: 350px; }
  .sustainability-section { padding-top: 20px; }
  .sustainability-card { min-height: 650px; }
  .sustainability-card > img { object-position: 57% center; }
  .sustainability-overlay { background: linear-gradient(0deg, rgba(8, 11, 9, 0.94), rgba(8, 11, 9, 0.45)); }
  .sustainability-copy { min-height: 650px; justify-content: flex-end; padding: 35px 24px; }
  .testimonials-grid { gap: 35px; }
  .testimonial-shell { padding: 25px; box-shadow: 10px 10px 0 rgba(3, 25, 25, 0.28); }
  .testimonial { min-height: 320px; }
  .resource-card { padding: 24px; }
  .resource-card a { bottom: 24px; }
  .faq-grid { gap: 38px; }
  .faq-help { padding: 22px; }
  .accordion summary { min-height: 72px; padding-right: 42px; font-size: 0.9rem; }
  .accordion details p { margin-right: 32px; }
  .contact-section { padding-bottom: 74px; }
  .contact-card { width: 100%; gap: 28px; padding: 38px 14px 14px; }
  .contact-copy { padding: 0 10px; }
  .contact-form { padding: 24px 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .newsletter-panel { padding: 24px 18px; }
  .newsletter-form { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-contact { grid-column: 1 / -1; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; gap: 18px; padding: 22px 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Future Rentals */
.rentals-home-hero { grid-template-columns: minmax(0, 1fr) 340px; }
.rentals-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 430px; gap: 14px; }
.rentals-service-grid .service-card { min-width: 0; }
.rentals-service-grid .service-content p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.proof-panel { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-sm); }
.proof-panel > div { min-height: 180px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-panel > div:nth-child(2n) { border-right: 0; }
.proof-panel > div:nth-last-child(-n + 2) { border-bottom: 0; }
.proof-panel strong, .proof-panel span { display: block; }
.proof-panel strong { margin-bottom: 35px; color: var(--purple-deep); font-size: clamp(1.7rem, 3vw, 2.55rem); letter-spacing: -.04em; }
.proof-panel span { color: var(--ink-soft); font-size: .78rem; font-weight: 650; }

.service-intro-section { background: var(--white); }
.use-case-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; padding: 0; list-style: none; }
.use-case-list li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .75rem; font-weight: 700; }

.equipment-section { background: var(--paper); }
.equipment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.equipment-card { min-height: 275px; padding: 32px; background: var(--white); }
.equipment-card > span { display: block; margin-bottom: 68px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.equipment-card h3 { font-size: 1.35rem; }
.equipment-card p { margin-bottom: 0; font-size: .86rem; }

.included-section { overflow: hidden; background: linear-gradient(145deg, #f8f6f0, #eaf2ef); }
.included-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 90px; }
.included-image { min-height: 580px; overflow: hidden; }
.included-image img { width: 100%; height: 580px; object-fit: cover; }
.included-grid > div:last-child > .eyebrow { margin-bottom: 18px; }
.included-grid .lead { max-width: 650px; }

.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.related-card { position: relative; min-height: 390px; overflow: hidden; color: var(--white); background: var(--graphite); }
.related-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,6,.94), rgba(5,7,6,.04) 72%); content: ""; }
.related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.related-card:hover img { transform: scale(1.035); }
.related-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 28px; }
.related-card span { color: var(--purple-bright); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin-top: 10px; font-size: 1.55rem; }
.related-card a { font-size: .8rem; font-weight: 750; }

.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.values-grid article { min-height: 320px; padding: 36px; background: var(--white); }
.values-grid article > span { display: block; margin-bottom: 95px; color: var(--purple-deep); font-size: .72rem; font-weight: 850; }
.values-grid h3 { font-size: 1.7rem; }
.values-grid p { font-size: .9rem; }

.story-image-section { background: var(--white); }
.story-image-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.story-image-grid > div:first-child { min-height: 620px; overflow: hidden; }
.story-image-grid img { width: 100%; height: 620px; object-fit: cover; }
.story-image-grid .eyebrow { margin-bottom: 18px; }
.story-image-grid .lead { margin-bottom: 25px; }

.brief-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.brief-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.brief-grid article > span { display: block; margin-bottom: 58px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.brief-grid p { margin: 0; font-size: .86rem; }

.contact-note { margin-top: 32px; padding: 24px; border-left: 4px solid var(--purple); background: var(--paper); }
.contact-note strong { display: block; margin-bottom: 7px; }
.contact-note p { margin: 0; font-size: .84rem; }

.timeline-process { background: var(--white); }
.page-hero + .benefit-strip { position: relative; z-index: 2; }
.page-hero-content .hero-actions { margin-top: 2px; }
.page-hero-content .button-ghost { border-color: rgba(255,255,255,.44); }
.legal-copy code { padding: 2px 6px; border-radius: 3px; background: var(--paper); font-size: .88em; }

@media (max-width: 1120px) {
  .rentals-service-grid { grid-template-columns: 1fr 1fr; }
  .included-grid { gap: 55px; }
  .partner-track { grid-template-columns: repeat(6, 1fr); }
  .partner-track span:first-child { display: none; }
}

@media (max-width: 900px) {
  .utility-bar { display: none; }
  .partner-track { grid-template-columns: repeat(4, 1fr); }
  .rentals-home-hero { grid-template-columns: 1fr; }
  .rentals-home-hero .hero-card { display: none; }
  .rentals-service-grid { grid-auto-rows: 420px; }
  .included-grid, .story-image-grid { grid-template-columns: 1fr; gap: 50px; }
  .included-image, .included-image img, .story-image-grid > div:first-child, .story-image-grid img { min-height: 510px; height: 510px; }
  .equipment-grid, .brief-grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 420px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 250px; }
  .values-grid article > span { margin-bottom: 55px; }
}

@media (max-width: 640px) {
  .rentals-home-hero { min-height: 720px; align-content: end; padding-bottom: 60px; }
  .rentals-service-grid { grid-template-columns: 1fr; grid-auto-rows: 400px; }
  .proof-panel, .equipment-grid, .brief-grid { grid-template-columns: 1fr; }
  .proof-panel > div { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .proof-panel > div:last-child { border-bottom: 0 !important; }
  .proof-panel strong { margin-bottom: 22px; }
  .included-image, .included-image img, .story-image-grid > div:first-child, .story-image-grid img { min-height: 420px; height: 420px; }
  .equipment-card { min-height: 230px; }
  .equipment-card > span { margin-bottom: 45px; }
  .partner-track { grid-template-columns: repeat(3, 1fr); }
  .partner-track span { min-height: 64px; }
  .partner-track span:nth-child(n + 5) { display: none; }
}

/* Complete-site page system */
.home-hero-inner { grid-template-columns: minmax(0, 780px); }
.service-grid-three { grid-template-columns: repeat(3, 1fr); grid-template-rows: 500px; }
.service-grid-three .service-card { grid-column: auto; grid-row: auto; }
.compact-managed .managed-image, .compact-managed .managed-image img { min-height: 590px; height: 590px; }

.trust-section { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 90px; }
.trust-copy .eyebrow { margin-bottom: 18px; }
.trust-copy p { font-size: 1.05rem; }
.featured-quote { margin: 0; padding: 55px; border: 1px solid var(--line); background: linear-gradient(145deg, #fff, var(--paper)); box-shadow: var(--shadow-sm); }
.featured-quote blockquote { margin: 0 0 30px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.45; letter-spacing: -0.025em; }
.featured-quote blockquote::before { display: block; margin-bottom: 22px; color: var(--purple-deep); content: "\201C"; font-family: Georgia, serif; font-size: 4.5rem; line-height: 0.5; }
.featured-quote figcaption strong, .featured-quote figcaption span { display: block; }
.featured-quote figcaption span { margin-top: 4px; color: var(--ink-soft); font-size: 0.82rem; }
.home-sustain { padding-top: 20px; }

.cta-band { padding: 82px 0; color: var(--white); background: var(--graphite); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.cta-band h2 { max-width: 820px; margin: 14px 0; font-size: clamp(2.2rem, 3.6vw, 3.8rem); }
.cta-band p { max-width: 720px; margin: 0; color: rgba(255,255,255,.64); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 52px; color: var(--ink-soft); font-size: .76rem; }
.breadcrumbs a:hover { color: var(--purple-deep); }
.breadcrumbs span[aria-hidden] { opacity: .45; }
.page-hero .breadcrumbs { color: rgba(255,255,255,.68); }
.page-hero { position: relative; min-height: 660px; overflow: hidden; color: var(--white); background: var(--night); isolation: isolate; }
.page-hero-media, .page-hero-shade { position: absolute; z-index: -2; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.category-hero .page-hero-media img { object-position: center 48%; }
.sustainability-page-hero .page-hero-media img { object-position: 58% 46%; }
.page-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(6,9,7,.95) 0%, rgba(6,9,7,.79) 42%, rgba(6,9,7,.18) 78%); }
.page-hero-content { display: flex; min-height: 660px; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 55px; padding-bottom: 75px; }
.page-hero-content .breadcrumbs { width: 100%; margin-bottom: auto; }
.page-hero-content .eyebrow { margin-bottom: 22px; }
.page-hero-content h1 { max-width: 850px; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero-content > p { max-width: 710px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 1.14rem; }

.benefit-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.benefit-strip .container { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-strip span { position: relative; display: flex; min-height: 84px; align-items: center; padding: 18px 25px 18px 44px; border-left: 1px solid var(--line); font-size: .8rem; font-weight: 720; }
.benefit-strip span:last-child { border-right: 1px solid var(--line); }
.benefit-strip span::before { position: absolute; left: 22px; color: var(--purple-deep); content: "\2713"; font-weight: 900; }

.catalogue-section { background: #fbfbfa; }
.catalogue-toolbar { display: grid; grid-template-columns: 1fr 220px 220px auto; align-items: end; gap: 14px; margin-bottom: 35px; padding: 20px; border: 1px solid var(--line); background: var(--white); }
.catalogue-toolbar label { display: block; color: var(--ink-soft); font-size: .73rem; font-weight: 750; }
.catalogue-toolbar input, .catalogue-toolbar select { display: block; margin-top: 7px; }
.catalogue-count { min-width: 115px; margin: 0 0 14px; text-align: right; font-size: .75rem; }
.catalogue-count strong { color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.product-card:hover { z-index: 2; border-color: rgba(91,33,182,.42); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.product-card[hidden] { display: none; }
.product-card-image { display: grid; min-height: 345px; place-items: center; padding: 26px; overflow: hidden; background: radial-gradient(circle at 50% 48%, #fff 0%, #f2f0ea 74%, #e9e6de 100%); }
.product-card-image img { width: 100%; height: 300px; object-fit: contain; transition: transform 350ms ease; }
.product-card:hover .product-card-image img { transform: scale(1.035); }
.product-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; border-top: 1px solid var(--line); }
.product-brand { display: inline-block; margin-bottom: 9px; color: var(--purple-deep); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { font-size: 1.48rem; }
.product-card h3 a:hover { color: var(--purple-deep); }
.product-card p { display: -webkit-box; margin-bottom: 20px; overflow: hidden; font-size: .84rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card-meta { width: 100%; margin-top: auto; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .72rem; font-weight: 650; }
.product-card .text-link { margin-top: 20px; font-size: .79rem; }
.catalogue-empty { padding: 70px 25px; border: 1px solid var(--line); text-align: center; background: var(--white); }

.buying-guide { background: linear-gradient(135deg, #f5f1e6, #edf5f3); }
.guide-intro { max-width: 900px; margin-bottom: 52px; }
.guide-intro .eyebrow { margin-bottom: 18px; }
.guide-intro p { max-width: 790px; font-size: 1.05rem; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.guide-card-grid article { min-height: 280px; padding: 34px; background: var(--white); }
.guide-card-grid article > span { display: block; margin-bottom: 70px; color: var(--purple-deep); font-size: .72rem; font-weight: 850; }
.guide-card-grid h3 { font-size: 1.45rem; }
.guide-card-grid p { margin: 0; font-size: .88rem; }

.brand-section { background: var(--white); }
.brand-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.brand-card { display: grid; min-height: 100px; grid-template-columns: 1fr auto; align-items: center; gap: 3px 18px; padding: 24px; border: 1px solid var(--line); transition: border-color 160ms ease, background 160ms ease; }
.brand-card:hover { border-color: var(--purple); background: #faf7ff; }
.brand-card span { font-size: 1.15rem; font-weight: 800; }
.brand-card small { color: var(--ink-soft); }
.brand-card b { grid-column: 2; grid-row: 1 / span 2; color: var(--purple-deep); font-size: 1.3rem; }

.collection-hero { overflow: hidden; padding: 50px 0 0; background: linear-gradient(140deg, #f7f5ef 0%, #edf3f1 100%); }
.collection-hero .breadcrumbs { margin-bottom: 25px; }
.collection-hero-grid { display: grid; min-height: 560px; grid-template-columns: 1fr .82fr; align-items: center; gap: 70px; }
.collection-hero-grid h1 { max-width: 750px; }
.collection-hero-grid .lead { max-width: 680px; }
.collection-machine { display: grid; height: 520px; align-self: end; place-items: end center; }
.collection-machine img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.selection-section { background: var(--paper); }
.selection-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.selection-grid > div:first-child p { max-width: 500px; }

.product-hero { overflow: hidden; padding: 50px 0 95px; background: linear-gradient(140deg, #faf9f5 0%, #eef3f1 100%); }
.product-hero .breadcrumbs { margin-bottom: 34px; }
.product-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; }
.product-visual { position: relative; display: grid; min-height: 590px; place-items: center; padding: 40px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 46%, #fff 0%, #f0ede5 76%); }
.product-visual .product-brand { position: absolute; top: 26px; left: 28px; }
.product-visual img { width: 100%; height: 500px; object-fit: contain; }
.product-summary .eyebrow { margin-bottom: 19px; }
.product-summary h1 { font-size: clamp(3rem, 4.5vw, 4.8rem); }
.product-summary .lead { max-width: 690px; font-size: 1.04rem; }
.highlight-list { display: grid; gap: 0; margin: 30px 0 35px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.highlight-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 650; }
.highlight-list li span { color: var(--purple-deep); }
.micro-copy { margin: 16px 0 0; font-size: .7rem; }
.specs-section { background: var(--white); }
.specs-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.specs-grid > div:first-child { position: sticky; top: 125px; }
.spec-table-wrap { overflow: hidden; border: 1px solid var(--line); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table caption { padding: 20px 25px; border-bottom: 1px solid var(--line); color: var(--ink-soft); background: var(--paper); text-align: left; font-size: .75rem; font-weight: 750; text-transform: uppercase; }
.spec-table th, .spec-table td { padding: 21px 25px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.spec-table th { width: 40%; color: var(--ink-soft); font-size: .79rem; font-weight: 650; }
.spec-table td { font-weight: 700; }
.drink-section { color: var(--white); background: var(--teal); }
.drink-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.drink-grid h2 { color: var(--white); }
.drink-grid p { color: rgba(255,255,255,.65); }
.drink-grid ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 0; padding: 1px; background: rgba(255,255,255,.16); list-style: none; }
.drink-grid li { display: grid; min-height: 75px; place-items: center; padding: 12px; background: var(--teal); text-align: center; font-size: .8rem; font-weight: 650; }
.support-section { background: var(--paper); }
.support-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.support-card-grid article { min-height: 245px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.support-card-grid article > span { display: block; margin-bottom: 55px; color: var(--purple-deep); font-size: .72rem; font-weight: 850; }
.support-card-grid p { font-size: .87rem; }
.related-section { background: #fbfbfa; }

.simple-hero { padding: 50px 0 105px; background: linear-gradient(140deg, #f7f5ef 0%, #edf3f1 100%); }
.simple-hero .breadcrumbs { margin-bottom: 75px; }
.simple-hero .eyebrow { margin-bottom: 22px; }
.simple-hero h1 { max-width: 930px; }
.simple-hero .lead { max-width: 770px; margin: 0; }
.split-copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.split-copy .eyebrow { margin-bottom: 18px; }
.timeline-section { color: var(--white); background: var(--graphite); }
.timeline-section h2 { color: var(--white); }
.timeline { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; margin: 0; padding: 0; background: var(--line-light); list-style: none; }
.timeline li { min-height: 280px; padding: 30px; background: var(--graphite-2); }
.timeline strong { display: block; margin-bottom: 90px; color: var(--purple-bright); font-size: 1.3rem; }
.timeline p { color: rgba(255,255,255,.65); font-size: .83rem; }
.values-section { background: var(--paper); }
.process-card-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: var(--line); }
.process-card-grid article { min-height: 300px; padding: 26px; background: var(--white); }
.process-card-grid article > span { display: block; margin-bottom: 80px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.process-card-grid h3 { font-size: 1.2rem; }
.process-card-grid p { font-size: .82rem; }
.impact-section { background: var(--white); }
.impact-list { border-top: 1px solid var(--line); }
.impact-list article { padding: 23px 0; border-bottom: 1px solid var(--line); }
.impact-list h3 { font-size: 1.05rem; }
.impact-list p { margin: 0; font-size: .87rem; }

.contact-page-section { background: linear-gradient(180deg, var(--white), var(--paper)); }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 80px; }
.contact-details { padding-top: 20px; }
.contact-details > p { max-width: 470px; }
.contact-details article { padding: 20px 0; border-top: 1px solid var(--line); }
.contact-details article:last-child { border-bottom: 1px solid var(--line); }
.contact-details small { display: block; margin-bottom: 5px; color: var(--ink-soft); }
.contact-details article > a { font-size: 1.05rem; font-weight: 750; }
.contact-details address { font-style: normal; }
.contact-details article p { margin: 0; }
.contact-page .contact-form { border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact-intent-section { padding-top: 90px; }
.contact-intent-form { padding: 42px; }
.form-heading { margin-bottom: 30px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.form-heading > span { display: block; margin-bottom: 9px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.form-heading h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.form-heading p { margin: 0; font-size: .86rem; }
.option-fieldset { margin: 4px 0 22px; padding: 0; border: 0; }
.option-fieldset legend { width: 100%; margin-bottom: 9px; font-size: .78rem; font-weight: 750; }
.contact-choice-grid { grid-template-columns: 1fr 1fr; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.contact-intent-form .choice-grid label > span { min-height: 58px; font-size: .76rem; line-height: 1.35; }
.contact-intent-form .choice-grid-three label > span { min-height: 50px; justify-content: center; }
.contact-note .text-link { margin-top: 14px; color: var(--purple-deep); font-size: .74rem; }

.legal-section { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; align-items: start; gap: 95px; }
.legal-layout aside { position: sticky; top: 125px; padding: 25px; border: 1px solid var(--line); background: var(--paper); font-size: .8rem; }
.legal-layout aside p { font-size: .8rem; }
.legal-layout aside small { display: block; padding-top: 15px; border-top: 1px solid var(--line); color: var(--purple-deep); }
.legal-copy { max-width: 790px; }
.legal-copy section { margin-bottom: 45px; }
.legal-copy h2 { font-size: 1.7rem; }
.legal-copy p { font-size: .95rem; }
.legal-copy a { color: var(--purple-deep); text-decoration: underline; }
.error-hero { min-height: 570px; }
.error-hero .hero-actions { margin-top: 30px; }

@media (max-width: 1120px) {
  .service-grid-three { grid-template-rows: 450px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-hero-grid { gap: 45px; }
  .product-visual { min-height: 500px; }
  .product-visual img { height: 420px; }
  .process-card-grid { grid-template-columns: repeat(3,1fr); }
  .timeline { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .service-grid-three { grid-template-columns: 1fr; grid-template-rows: repeat(3,430px); }
  .trust-grid, .cta-band-inner, .collection-hero-grid, .selection-grid, .product-hero-grid, .specs-grid, .drink-grid, .split-copy, .contact-page-grid, .legal-layout { grid-template-columns: 1fr; }
  .trust-grid, .selection-grid, .product-hero-grid, .specs-grid, .drink-grid, .split-copy, .contact-page-grid, .legal-layout { gap: 50px; }
  .cta-band-inner { gap: 35px; }
  .cta-actions { justify-content: flex-start; }
  .page-hero, .page-hero-content { min-height: 600px; }
  .page-hero-content .breadcrumbs { margin-bottom: 70px; }
  .benefit-strip .container { grid-template-columns: 1fr 1fr; }
  .benefit-strip span:nth-child(3) { border-left: 1px solid var(--line); }
  .catalogue-toolbar { grid-template-columns: 1fr 1fr; }
  .catalogue-count { grid-column: 1/-1; margin: 5px 0 0; text-align: left; }
  .guide-card-grid { grid-template-columns: 1fr; }
  .guide-card-grid article { min-height: 210px; }
  .guide-card-grid article > span { margin-bottom: 45px; }
  .brand-card-grid { grid-template-columns: 1fr 1fr; }
  .collection-hero-grid { min-height: auto; padding-top: 55px; }
  .collection-machine { height: 430px; }
  .product-visual { min-height: 540px; }
  .product-visual img { height: 455px; }
  .specs-grid > div:first-child, .legal-layout aside { position: static; }
  .drink-grid ul { grid-template-columns: repeat(3,1fr); }
  .timeline { grid-template-columns: 1fr 1fr; }
  .process-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .service-grid-three { grid-template-rows: repeat(3,420px); }
  .compact-managed .managed-image, .compact-managed .managed-image img { min-height: 430px; height: 430px; }
  .featured-quote { padding: 34px 24px; }
  .cta-band { padding: 65px 0; }
  .cta-actions { align-items: stretch; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .breadcrumbs { margin-bottom: 38px; }
  .page-hero, .page-hero-content { min-height: 640px; }
  .page-hero-shade { background: linear-gradient(0deg, rgba(6,9,7,.94), rgba(6,9,7,.43)); }
  .page-hero-content { justify-content: flex-end; padding-top: 35px; padding-bottom: 55px; }
  .page-hero-content .breadcrumbs { margin-bottom: auto; }
  .page-hero-content > p { font-size: 1rem; }
  .benefit-strip .container { grid-template-columns: 1fr; }
  .benefit-strip span { min-height: 64px; border-right: 1px solid var(--line); }
  .catalogue-toolbar { grid-template-columns: 1fr; padding: 15px; }
  .catalogue-count { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-image { min-height: 310px; }
  .product-card-image img { height: 270px; }
  .brand-card-grid { grid-template-columns: 1fr; }
  .collection-hero { padding-top: 30px; }
  .collection-hero-grid { gap: 25px; padding-top: 20px; }
  .collection-machine { height: 350px; }
  .product-hero { padding-top: 30px; padding-bottom: 70px; }
  .product-visual { min-height: 390px; padding: 24px; }
  .product-visual img { height: 320px; }
  .product-summary h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .spec-table th, .spec-table td { display: block; width: 100%; padding: 13px 18px; }
  .spec-table th { padding-bottom: 2px; border-bottom: 0; }
  .spec-table td { padding-top: 2px; }
  .drink-grid ul { grid-template-columns: 1fr 1fr; }
  .support-card-grid { grid-template-columns: 1fr; }
  .support-card-grid article { min-height: 210px; }
  .timeline, .process-card-grid { grid-template-columns: 1fr; }
  .timeline li, .process-card-grid article { min-height: 220px; }
  .timeline strong, .process-card-grid article > span { margin-bottom: 48px; }
  .simple-hero { padding: 30px 0 75px; }
  .simple-hero .breadcrumbs { margin-bottom: 55px; }
  .legal-layout aside { order: 2; }
  .nav-contact-actions { grid-template-columns: 1fr; }
  .contact-intent-form { padding: 28px 22px; }
  .contact-choice-grid, .choice-grid-three { grid-template-columns: 1fr; }
}

/* Industry, resource and rental-solution pages */
.workplace-card > a:not(.button) { display: inline-flex; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--white); font-size: .76rem; font-weight: 750; }
.section-link-row { display: flex; justify-content: flex-end; margin-top: 30px; }

.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.industry-card { position: relative; min-height: 410px; overflow: hidden; color: var(--white); background: var(--graphite); isolation: isolate; }
.industry-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.industry-card-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(6, 9, 7, .96) 0%, rgba(6, 9, 7, .62) 52%, rgba(6, 9, 7, .08) 100%); }
.industry-card-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 32px; }
.industry-card-content > span { display: block; margin-bottom: 9px; color: var(--purple-bright); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.industry-card h3 { margin-bottom: 10px; color: var(--white); font-size: 1.75rem; }
.industry-card p { max-width: 610px; margin-bottom: 18px; color: rgba(255, 255, 255, .69); font-size: .84rem; }
.industry-card a { display: inline-flex; gap: 10px; align-items: center; font-size: .78rem; font-weight: 780; }
.industry-card a b { transition: transform 180ms ease; }
.industry-card:hover > img { transform: scale(1.035); }
.industry-card:hover a b { transform: translateX(5px); }
.industry-page-hero .page-hero-media img, .industry-hub-hero .page-hero-media img { object-position: center; }

.industry-challenges { background: var(--paper); }
.industry-challenge-grid, .industry-solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.industry-challenge-grid article, .industry-solution-grid article { min-height: 315px; padding: 34px; background: var(--white); }
.industry-challenge-grid article > span, .industry-solution-grid article > span { display: block; margin-bottom: 72px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.industry-challenge-grid h3, .industry-solution-grid h3 { font-size: 1.4rem; }
.industry-challenge-grid p, .industry-solution-grid p { font-size: .86rem; }
.industry-solutions-section { color: var(--white); background: var(--graphite); }
.industry-solutions-section h2 { color: var(--white); }
.industry-solutions-section .industry-solution-grid { background: var(--line-light); }
.industry-solutions-section .industry-solution-grid article { background: var(--graphite-2); }
.industry-solutions-section .industry-solution-grid h3 { color: var(--white); }
.industry-solutions-section .industry-solution-grid p { color: rgba(255, 255, 255, .63); }
.industry-solutions-section .text-link { color: var(--white); font-size: .77rem; }

.finder-promo { padding: 64px 0; color: var(--white); background: linear-gradient(135deg, #3b146f, var(--purple-deep)); }
.finder-promo-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.finder-promo h2 { margin: 10px 0; color: var(--white); font-size: clamp(2rem, 3.4vw, 3.3rem); }
.finder-promo p { max-width: 760px; margin: 0; color: rgba(255, 255, 255, .72); }
.finder-promo .button-purple { color: var(--night); background: var(--purple-bright); }
.finder-promo .button-purple:hover { background: var(--white); }
.finder-steps { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
.finder-steps span { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .74rem; font-weight: 720; }
.finder-page-section { padding-top: 80px; }
.finder-form .fit-result { scroll-margin-top: 120px; }
.finder-result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 20px; }
.finder-result-actions .text-link { font-size: .76rem; }

.guide-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guide-resource-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-resource-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.guide-resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.guide-resource-image { display: block; height: 245px; overflow: hidden; background: var(--paper-warm); }
.guide-resource-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.guide-resource-card:hover .guide-resource-image img { transform: scale(1.035); }
.guide-resource-card > div { padding: 28px; }
.guide-resource-card h3 { margin-top: 12px; font-size: 1.55rem; }
.guide-resource-card p { font-size: .85rem; }
.guide-resource-card .text-link { margin-top: 5px; font-size: .77rem; }
.guide-resource-grid-three .guide-resource-image { height: 205px; }
.guide-resource-grid-three .guide-resource-card > div { padding: 24px; }
.guide-resource-grid-three .guide-resource-card h3 { font-size: 1.3rem; }
.guide-resource-grid-three .guide-resource-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.related-guides { background: #fbfbfa; }

.resource-detail-hero { overflow: hidden; padding: 50px 0 80px; background: linear-gradient(140deg, #f7f5ef 0%, #f0ebfa 100%); }
.resource-detail-hero .breadcrumbs { margin-bottom: 42px; }
.resource-detail-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.resource-detail-grid h1 { margin-top: 18px; font-size: clamp(2.8rem, 4.7vw, 4.75rem); }
.resource-detail-grid .lead { max-width: 700px; }
.resource-detail-image { min-height: 470px; overflow: hidden; }
.resource-detail-image img { width: 100%; height: 470px; object-fit: cover; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.article-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: rgba(255, 255, 255, .55); font-size: .68rem; font-weight: 700; }
.article-section { background: var(--white); }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 790px); justify-content: space-between; align-items: start; gap: 90px; }
.article-layout > aside { position: sticky; top: 120px; display: grid; gap: 0; padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.article-layout > aside strong { margin-bottom: 12px; font-size: .8rem; }
.article-layout > aside > a:not(.button) { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .72rem; }
.article-layout > aside > a:not(.button):hover { color: var(--purple-deep); }
.article-layout > aside .button { margin-top: 20px; }
.article-copy { min-width: 0; }
.article-intro { margin-bottom: 55px; padding: 24px; border-left: 4px solid var(--purple); background: var(--paper); }
.article-intro p { margin: 0; font-size: .84rem; }
.article-copy > section { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.article-number { display: block; margin-bottom: 14px; color: var(--purple-deep); font-size: .7rem; font-weight: 850; }
.article-copy > section h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); }
.article-copy > section p { font-size: 1.02rem; line-height: 1.75; }
.article-cta { padding: 42px; color: var(--white); background: var(--graphite); }
.article-cta h2 { margin-top: 15px; color: var(--white); font-size: clamp(2rem, 3.2vw, 3rem); }
.article-cta p { color: rgba(255, 255, 255, .65); }

@media (max-width: 1120px) {
  .guide-resource-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-detail-grid { gap: 42px; }
  .article-layout { gap: 50px; }
}

@media (max-width: 900px) {
  .industry-challenge-grid, .industry-solution-grid { grid-template-columns: 1fr; }
  .industry-challenge-grid article, .industry-solution-grid article { min-height: 230px; }
  .industry-challenge-grid article > span, .industry-solution-grid article > span { margin-bottom: 45px; }
  .guide-resource-grid, .guide-resource-grid-three, .resource-detail-grid, .article-layout { grid-template-columns: 1fr; }
  .resource-detail-grid { gap: 40px; }
  .resource-detail-image, .resource-detail-image img { min-height: 400px; height: 400px; }
  .article-layout > aside { position: static; }
  .finder-promo-inner { grid-template-columns: 1fr; gap: 28px; }
  .finder-promo-inner .button { justify-self: start; }
}

@media (max-width: 640px) {
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { min-height: 330px; }
  .industry-card-content { padding: 24px; }
  .industry-card p { display: none; }
  .section-link-row { justify-content: flex-start; }
  .guide-resource-image, .guide-resource-grid-three .guide-resource-image { height: 210px; }
  .guide-resource-card > div, .guide-resource-grid-three .guide-resource-card > div { padding: 23px; }
  .finder-promo { padding: 54px 0; }
  .finder-promo-inner .button { width: 100%; }
  .finder-result-actions { align-items: stretch; flex-direction: column; }
  .finder-result-actions .button, .finder-result-actions .text-link { width: 100%; justify-content: center; }
  .resource-detail-hero { padding: 30px 0 60px; }
  .resource-detail-image, .resource-detail-image img { min-height: 300px; height: 300px; }
  .article-copy > section { margin-bottom: 45px; padding-bottom: 45px; }
  .article-cta { padding: 30px 24px; }
}

/* Cross-device responsive hardening */
html {
  overflow-x: hidden;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-wrap: anywhere;
}

main,
header,
footer,
section,
.container,
.container > *,
.hero-inner > *,
.page-hero-content > *,
.section-heading > *,
.footer-grid > *,
.dropdown-panel > *,
.dropdown-group,
.product-card,
.article-copy {
  min-width: 0;
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

video,
iframe {
  height: auto;
}

pre,
code {
  max-width: 100%;
  overflow-wrap: anywhere;
}

pre,
.spec-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  max-width: 100%;
}

.button,
.menu-toggle,
.primary-nav a,
.nav-dropdown summary,
.accordion summary,
button,
input,
select,
textarea {
  touch-action: manipulation;
}

@media (hover: none), (pointer: coarse) {
  .button:hover,
  .service-card:hover img,
  .product-card:hover,
  .industry-card:hover > img,
  .guide-resource-card:hover,
  .related-card:hover img,
  .workplace-card:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .primary-nav {
    top: var(--header-height);
    height: calc(100dvh - var(--header-height));
    max-height: calc(100dvh - var(--header-height));
    padding-right: max(20px, env(safe-area-inset-right));
    padding-bottom: max(50px, env(safe-area-inset-bottom));
    padding-left: max(20px, env(safe-area-inset-left));
    overscroll-behavior: contain;
  }

  .primary-nav > a:not(.button),
  .nav-dropdown > summary,
  .dropdown-panel a {
    min-height: 44px;
  }

  .dropdown-panel,
  .dropdown-panel--mega {
    max-height: none;
    overflow: visible;
  }

  .dropdown-group__title {
    min-height: 0;
  }

  .hero-inner,
  .page-hero-content,
  .guided-contact-hero-grid,
  .resource-detail-grid,
  .collection-hero-grid,
  .product-hero-grid {
    min-width: 0;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    font-size: 16px;
  }

  .cookie-banner {
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (max-width: 640px) {
  h1,
  .page-hero-content h1,
  .resource-detail-grid h1,
  .product-summary h1,
  .guided-contact-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .service-grid,
  .service-grid-three,
  .rentals-service-grid {
    grid-template-rows: none;
    grid-auto-rows: minmax(400px, auto);
  }

  .service-card {
    display: flex;
    min-height: 400px;
    align-items: flex-end;
  }

  .service-card > img {
    position: absolute;
    inset: 0;
  }

  .service-content {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .resource-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
  }

  .resource-card a {
    position: static;
    margin-top: auto;
  }

  .article-cta,
  .guided-contact-form,
  .fit-form,
  .contact-form,
  .journey-card {
    max-width: 100%;
  }

  .cookie-actions .button {
    min-width: 0;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100% - 32px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }

  .footer-bottom > div,
  .breadcrumbs,
  .hero-actions,
  .cta-actions {
    min-width: 0;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .testimonial-shell,
  .featured-quote,
  .article-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 900px) and (max-height: 620px) and (orientation: landscape) {
  .hero,
  .hero-inner,
  .rentals-home-hero,
  .page-hero,
  .page-hero-content {
    min-height: auto;
  }

  .hero-inner,
  .page-hero-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-card {
    display: none;
  }
}


/* calculator CTA cards */
.cta-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.cta-tool-card{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:26px 28px;border:1px solid rgba(255,255,255,.17);border-radius:4px;background:rgba(255,255,255,.055)}.cta-tool-card h3{margin:6px 0 8px;font-size:clamp(1.35rem,2vw,1.8rem)}.cta-tool-card p{max-width:540px;font-size:.9rem}.cta-tool-kicker{color:var(--purple-bright);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cta-tool-card .button{flex:0 0 auto}@media(max-width:800px){.cta-tool-grid{grid-template-columns:1fr}.cta-tool-card{align-items:flex-start}}@media(max-width:520px){.cta-tool-card{display:grid;padding:22px 20px}.cta-tool-card .button{width:100%}}
