:root {
  --night: #000000;
  --deep-teal: #005555;
  --signal-green: #00aa55;
  --signal-teal: #00aaaa;
  --lamp-gold: #ffaa00;
  --mint: #55ffaa;
  --bone: #ffffff;
  --ink: #07120e;
  --ink-soft: #3d4843;
  --paper: #f8f5ed;
  --paper-deep: #ede8dc;
  --line: rgba(7, 18, 14, 0.15);
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 30px 80px rgba(5, 14, 10, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--mint);
  color: var(--night);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lamp-gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--bone);
  color: var(--night);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  color: var(--bone);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 42px;
}

.logo-link,
.logo-link img {
  flex: 0 0 auto;
  width: 126px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: auto;
}

.main-nav a,
.customer-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.main-nav a:hover,
.customer-link:hover {
  color: var(--bone);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 13px 22px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.88rem;
}

.button-light {
  background: var(--bone);
  color: var(--night);
}

.button-light:hover,
.button-primary:hover {
  background: var(--mint);
}

.button-primary {
  background: var(--signal-green);
  color: var(--night);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 170, 85, 0.09), transparent 29%),
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 680px;
  top: 110px;
  left: -260px;
  border: 1px solid rgba(0, 85, 85, 0.2);
  border-radius: 230px 230px 0 0;
}

.hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(530px, 1.08fr);
  align-items: center;
  gap: 54px;
  padding-block: 70px 84px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.eyebrow,
.kicker,
.product-type,
.audience-label,
.map-label {
  margin: 0 0 18px;
  color: var(--deep-teal);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lamp-gold);
  box-shadow: 0 0 0 6px rgba(255, 170, 0, 0.13);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 5.8vw, 6.3rem);
  font-weight: 500;
  letter-spacing: -0.065em;
}

h1 em {
  color: var(--deep-teal);
  font-style: normal;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.25vw, 4.55rem);
  font-weight: 500;
  letter-spacing: -0.052em;
}

h3 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero-lede {
  max-width: 580px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.text-link,
.text-button {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.text-link span,
.text-button span {
  color: var(--signal-green);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 46px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.82rem;
  list-style: none;
}

.proof-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 9px;
  background: var(--signal-green);
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.hero-product {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: #e9e1d4;
  box-shadow: var(--shadow);
}

.hero-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-product figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  padding: 9px 12px;
  background: rgba(0, 0, 0, 0.82);
  color: var(--bone);
  font-size: 0.7rem;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}

.hero-product figcaption span {
  color: rgba(255, 255, 255, 0.62);
}

.hero-product-wall {
  width: 58%;
  height: 590px;
  top: 0;
  left: 0;
}

.hero-product-home {
  width: 53%;
  height: auto;
  aspect-ratio: 1;
  right: 0;
  bottom: 12px;
  border: 9px solid var(--paper);
}

.connection-line {
  position: absolute;
  z-index: 4;
  right: 43%;
  bottom: 168px;
  width: 68px;
  height: 1px;
  background: var(--signal-teal);
  transform: rotate(-20deg);
}

.connection-line::before,
.connection-line::after,
.connection-line span {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: -3px;
  border-radius: 50%;
  background: var(--signal-teal);
}

.connection-line::before {
  left: 0;
}

.connection-line::after {
  right: 0;
  background: var(--lamp-gold);
}

.connection-line span {
  left: 50%;
  transform: translateX(-50%);
}

.hero-arch {
  position: absolute;
  z-index: 1;
  width: 68%;
  height: 88%;
  top: -24px;
  right: -32px;
  border: 1px solid rgba(0, 170, 85, 0.45);
  border-radius: 50% 50% 0 0;
}

.signal-strip {
  background: var(--deep-teal);
  color: var(--bone);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.signal-grid p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 14px;
  margin: 0;
  padding: 28px 28px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.35;
}

.signal-grid p:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.signal-grid p > span {
  grid-row: 1 / span 2;
  color: var(--mint);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.signal-grid strong {
  color: var(--bone);
  font-size: 0.94rem;
  font-weight: 500;
}

.section {
  padding-block: 128px;
}

.story-section {
  background: var(--bone);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  gap: 110px;
  align-items: start;
}

.story-copy {
  padding-top: 43px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.story-copy p:last-child {
  margin-bottom: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading > p {
  margin-bottom: 5px;
  color: var(--ink-soft);
}

.connection-section {
  background: var(--paper-deep);
}

.connection-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.map-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
}

.map-source {
  background: var(--bone);
}

.map-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--deep-teal);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.map-icon {
  position: relative;
  width: 68px;
  height: 74px;
  margin: 12px 0 68px;
}

.map-icon-source {
  border: 5px solid var(--signal-green);
  border-bottom-width: 8px;
  border-radius: 34px 34px 0 0;
}

.map-icon-source::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 14px;
  bottom: 16px;
  border-radius: 50%;
  background: var(--lamp-gold);
}

.map-icon-wall {
  border: 6px solid var(--night);
}

.map-icon-wall::before,
.map-icon-wall::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  height: 4px;
  background: var(--signal-teal);
  box-shadow: 0 15px 0 var(--signal-teal), 0 30px 0 var(--lamp-gold);
}

.map-icon-wall::before {
  top: 13px;
}

.map-icon-home {
  width: 76px;
  border: 6px solid var(--night);
  border-radius: 4px 4px 18px 18px;
  transform: perspective(120px) rotateX(-6deg);
}

.map-icon-home::before {
  content: "";
  position: absolute;
  inset: 11px 12px 17px;
  border: 2px solid var(--signal-teal);
}

.map-icon-home::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 3px;
  background: var(--lamp-gold);
}

.map-label {
  margin-bottom: 11px;
  color: var(--signal-green);
}

.map-card h3 {
  max-width: 260px;
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.map-card > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.map-route {
  position: absolute;
  display: none;
}

.products-section {
  background: var(--paper);
}

.product-card {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  margin-bottom: 42px;
  background: var(--bone);
  box-shadow: 0 1px 0 var(--line);
}

.product-card-long .product-image-wrap {
  order: 2;
}

.product-image-wrap {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #e9e1d4;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-square img {
  object-position: center;
}

.product-number {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: var(--night);
  color: var(--bone);
  font-size: 0.75rem;
}

.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 86px);
}

.product-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -0.055em;
}

.product-promise {
  margin-bottom: 20px;
  color: var(--deep-teal);
  font-size: 1.22rem;
  font-weight: 500;
}

.product-copy > p:not(.product-type):not(.product-promise) {
  color: var(--ink-soft);
}

.feature-list {
  margin: 20px 0 36px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: var(--signal-green);
}

.text-button {
  align-self: flex-start;
  border: 0;
  border-bottom: 1px solid var(--signal-green);
  padding: 0 0 5px;
  background: none;
  cursor: pointer;
}

.simple-section {
  position: relative;
  overflow: hidden;
  background: var(--night);
  color: var(--bone);
}

.simple-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 700px;
  right: -280px;
  bottom: -380px;
  border: 1px solid rgba(85, 255, 170, 0.3);
  border-radius: 260px 260px 0 0;
}

.simple-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 120px;
  align-items: center;
}

.kicker-on-dark {
  color: var(--mint);
}

.simple-copy > p:last-child {
  max-width: 500px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.64);
}

.control-demo {
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: rgba(255, 255, 255, 0.04);
}

.knob {
  position: relative;
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 45px;
  border: 4px solid #c9cdc9;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f8faf8, #a7aca9 52%, #555c58 100%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

.knob i {
  position: absolute;
  width: 5px;
  height: 22px;
  top: 8px;
  left: calc(50% - 2px);
  border-radius: 3px;
  background: var(--night);
}

.control-demo ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  list-style: none;
}

.control-demo li {
  padding: 18px 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.19);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.76rem;
}

.control-demo li:last-child {
  border-right: 0;
}

.control-demo li span {
  display: block;
  color: var(--bone);
  font-size: 0.96rem;
  font-weight: 500;
}

.control-demo > p {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  text-align: center;
}

.uk-section {
  background: var(--paper-deep);
}

.uk-shell {
  display: grid;
  grid-template-columns: 0.64fr 1fr;
  gap: 90px;
}

.uk-title > p:last-child {
  margin-top: 28px;
  color: var(--ink-soft);
}

.uk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.uk-grid article {
  min-height: 245px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.uk-grid article > span {
  display: block;
  margin-bottom: 55px;
  color: var(--signal-green);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.uk-grid h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.uk-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.audience-section {
  background: var(--bone);
}

.audience-shell {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 120px;
}

.audience-title > p:last-child {
  margin-top: 28px;
  color: var(--ink-soft);
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-list article {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.audience-label {
  margin-bottom: 10px;
  color: var(--signal-green);
}

.audience-list h3 {
  max-width: 560px;
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.audience-list article > p:last-child {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.enquiry-section {
  background: var(--deep-teal);
  color: var(--bone);
}

.enquiry-shell {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 100px;
  align-items: start;
}

.enquiry-copy {
  position: sticky;
  top: 116px;
}

.enquiry-copy .kicker {
  color: var(--mint);
}

.enquiry-copy > p:not(.kicker) {
  margin: 28px 0 40px;
  color: rgba(255, 255, 255, 0.7);
}

.pilot-points {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.pilot-points p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.pilot-points strong {
  font-size: 0.91rem;
  font-weight: 500;
}

.pilot-points span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.enquiry-form {
  padding: clamp(28px, 5vw, 58px);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.22);
}

.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  font-size: 1.3rem;
  font-weight: 500;
}

.form-heading p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field,
.field-choice {
  margin: 0 0 22px;
}

.field label,
.field-choice legend {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 600;
}

.field label span {
  color: #6c756f;
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(7, 18, 14, 0.28);
  border-radius: 0;
  padding: 12px 14px;
  background: var(--bone);
  color: var(--ink);
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--signal-green);
  outline: 2px solid rgba(0, 170, 85, 0.24);
}

.field-choice {
  min-width: 0;
  border: 0;
  padding: 0;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.choice-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.choice-grid label {
  position: relative;
}

.choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-grid span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 18, 14, 0.28);
  border-left: 0;
  padding: 8px;
  background: var(--bone);
  font-size: 0.74rem;
  text-align: center;
  cursor: pointer;
}

.choice-grid label:first-child span {
  border-left: 1px solid rgba(7, 18, 14, 0.28);
}

.choice-grid input:checked + span {
  border-color: var(--deep-teal);
  background: var(--deep-teal);
  color: var(--bone);
}

.choice-grid input:focus-visible + span {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--lamp-gold);
  outline-offset: 2px;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.form-note,
.form-status {
  margin: 12px 0 0;
  color: #667069;
  font-size: 0.73rem;
  text-align: center;
}

.form-status {
  min-height: 1.2em;
  color: var(--deep-teal);
  font-weight: 600;
}

.form-status.is-error {
  color: #8b2300;
}

.faq-section {
  background: var(--paper);
}

.faq-shell {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 120px;
}

.faq-shell > div:first-child > p:last-child {
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.faq-shell a {
  color: var(--deep-teal);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 46px 26px 0;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 25px;
  right: 6px;
  color: var(--signal-green);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 46px 26px 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.site-footer {
  padding-top: 80px;
  background: var(--night);
  color: var(--bone);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 70px;
}

.footer-brand img {
  width: 150px;
  height: auto;
}

.footer-brand p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.35rem;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links span {
  margin-bottom: 8px;
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--bone);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1000px) {
  .main-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .story-grid,
  .simple-shell,
  .uk-shell,
  .audience-shell,
  .enquiry-shell,
  .faq-shell {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .story-copy {
    max-width: 700px;
    padding-top: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading > p {
    max-width: 680px;
  }

  .enquiry-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 30px, 1180px);
  }

  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .logo-link,
  .logo-link img {
    width: 104px;
  }

  .customer-link {
    display: none;
  }

  .button-small {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 0.74rem;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 62px 56px;
  }

  h1 {
    font-size: clamp(2.8rem, 12.5vw, 3.7rem);
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .proof-list {
    display: grid;
    gap: 8px;
    margin-top: 34px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-product-wall {
    width: 64%;
    height: 420px;
  }

  .hero-product-home {
    width: 56%;
    border-width: 6px;
  }

  .hero-product figcaption {
    left: 10px;
    bottom: 10px;
    padding: 7px 9px;
  }

  .connection-line {
    right: 42%;
    bottom: 118px;
    width: 46px;
  }

  .signal-grid,
  .connection-map,
  .uk-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid p,
  .signal-grid p:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .map-card {
    min-height: 0;
  }

  .map-icon {
    margin-bottom: 44px;
  }

  .product-card {
    min-height: 0;
    grid-template-columns: 1fr;
    margin-bottom: 26px;
  }

  .product-card-long .product-image-wrap {
    order: 0;
  }

  .product-image-wrap {
    min-height: 470px;
  }

  .product-image-square {
    min-height: auto;
    aspect-ratio: 1;
  }

  .product-copy {
    padding: 38px 26px 44px;
  }

  .product-copy h3 {
    font-size: 3rem;
  }

  .simple-shell,
  .uk-shell,
  .audience-shell,
  .enquiry-shell,
  .faq-shell {
    gap: 44px;
  }

  .control-demo {
    padding: 32px 22px;
  }

  .control-demo ol {
    grid-template-columns: 1fr;
  }

  .control-demo li,
  .control-demo li:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  }

  .control-demo li:last-child {
    border-bottom: 0;
  }

  .uk-grid article {
    min-height: 0;
  }

  .uk-grid article > span {
    margin-bottom: 34px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .choice-grid,
  .choice-grid-three {
    grid-template-columns: 1fr 1fr;
  }

  .choice-grid span,
  .choice-grid label:first-child span {
    border: 1px solid rgba(7, 18, 14, 0.28);
  }

  .choice-grid label:nth-child(even) span {
    border-left: 0;
  }

  .choice-grid label:nth-child(n + 3) span {
    border-top: 0;
  }

  .choice-grid-three label:last-child span {
    border-top: 0;
    border-left: 1px solid rgba(7, 18, 14, 0.28);
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 430px) {
  .hero-visual {
    min-height: 390px;
  }

  .hero-product-wall {
    height: 380px;
  }

  .product-image-wrap {
    min-height: 420px;
  }

  .product-image-square {
    min-height: 0;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
