:root {
  --ink: #101828;
  --muted: #667085;
  --surface: #ffffff;
  --soft: #f2f5f9;
  --line: #d9e2ec;
  --navy: #07172f;
  --blue: #1469d8;
  --cyan: #16c6e9;
  --green: #0ea777;
  --coral: #f2653b;
  --amber: #f2a619;
  --silver: #d8dde6;
  --shadow: 0 18px 48px rgba(7, 23, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7f9fc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1120px, calc(100% - 28px));
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(7, 23, 47, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(7, 23, 47, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(178px, 19vw, 232px);
  min-height: 50px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #07172f, #111827);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 12px 28px rgba(7, 23, 47, 0.18);
}

.brand img {
  width: 100%;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.desktop-nav a,
.mobile-drawer a {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 7px;
  color: #1c2b42;
  font-weight: 700;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: #fff;
  background: var(--navy);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
}

.icon-button svg,
[data-icon] svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.menu-toggle {
  display: none;
}

.mobile-drawer {
  position: fixed;
  inset: 94px 14px auto 14px;
  z-index: 90;
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.mobile-drawer a[aria-current="page"] {
  color: #fff;
  background: var(--navy);
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: min(680px, 78vh);
  padding: 102px max(22px, calc((100vw - 1120px) / 2)) 22px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 12, 29, 0.94) 0%, rgba(3, 12, 29, 0.76) 48%, rgba(3, 12, 29, 0.38) 100%),
    url("../images/hero-profile.webp") center / cover no-repeat;
}

.home-hero {
  display: grid;
  align-items: end;
}

.fiber-grid {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(180deg, transparent, #f7f9fc);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  padding-bottom: 24px;
}

.hero-logo {
  width: clamp(118px, 14vw, 160px);
  margin-bottom: 14px;
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.18rem;
}

.hero-copy {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions,
.dialog-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button span {
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 16px 36px rgba(20, 105, 216, 0.26);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.page-hero .button.secondary,
.split-cta .button.secondary,
.dialog-actions .button.secondary,
.form-actions .button.secondary {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}

.hero-laptop-slider {
  position: absolute;
  right: max(16px, calc((100vw - 1140px) / 2));
  bottom: 96px;
  z-index: 1;
  width: min(47vw, 560px);
  pointer-events: none;
}

.laptop-shell {
  position: relative;
  padding: 13px 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(145deg, #172033, #060b17 62%, #2b354b);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  animation: floatLaptop 7s ease-in-out infinite;
}

.laptop-camera {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transform: translateX(-50%);
}

.laptop-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #0b1220;
}

.laptop-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 34%, transparent 70%, rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.laptop-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: laptopFade 12s ease-in-out infinite;
}

.laptop-slide-two {
  animation-delay: 4s;
}

.laptop-slide-three {
  animation-delay: 8s;
}

.laptop-base {
  width: 78%;
  height: 18px;
  margin: 0 auto;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #c7d0df, #6c778c);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  animation: floatLaptop 7s ease-in-out infinite;
}

.hero-media-stack {
  position: absolute;
  right: max(16px, calc((100vw - 1140px) / 2));
  bottom: 34px;
  z-index: 1;
  width: min(42vw, 490px);
  height: 340px;
  pointer-events: none;
}

.stack-card {
  position: absolute;
  width: 74%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  animation: floatCard 7s ease-in-out infinite;
}

.stack-card-one {
  top: 0;
  right: 0;
}

.stack-card-two {
  top: 108px;
  right: 78px;
  animation-delay: -2s;
}

.stack-card-three {
  top: 214px;
  right: 0;
  animation-delay: -4s;
}

.hero-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(740px, 100%);
}

.hero-strip div {
  min-height: 62px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.hero-strip strong,
.hero-strip span {
  display: block;
}

.hero-strip span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 82px 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-heading.compact {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.section-heading.compact .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2 {
  max-width: 810px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 900;
}

.text-link svg {
  width: 18px;
  height: 18px;
}

.band-grid,
.steps-grid,
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.band-card,
.steps-grid article,
.proof-strip article,
.stats-grid article,
.why-grid article,
.review-card,
.contact-card,
.address-panel,
.values-panel,
.enquiry-form,
.download-card,
.product-card {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(7, 23, 47, 0.08);
}

.home-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.about-preview {
  display: grid;
  align-content: center;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 23, 47, 0.96), rgba(12, 69, 112, 0.9)),
    url("../images/hero-active.webp") center / cover;
  box-shadow: var(--shadow);
}

.about-preview .eyebrow {
  color: var(--amber);
}

.about-preview p {
  color: rgba(255, 255, 255, 0.78);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.stats-grid article {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 172px;
  padding: 22px;
  overflow: hidden;
}

.stats-grid article::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -44px;
  width: 130px;
  height: 130px;
  border: 22px solid rgba(20, 105, 216, 0.1);
  border-radius: 50%;
}

.stats-grid strong {
  color: var(--navy);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
}

.stats-grid span {
  color: var(--muted);
  font-weight: 900;
}

.band-card {
  position: relative;
  min-height: 240px;
  padding: 24px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.band-card:hover,
.product-card:hover,
.why-grid article:hover,
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(7, 23, 47, 0.14);
}

.band-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(20, 105, 216, 0.12);
  border-radius: 50%;
}

.band-card.accent-coral::after {
  border-color: rgba(242, 101, 59, 0.16);
}

.band-card.accent-green::after {
  border-color: rgba(14, 167, 119, 0.14);
}

.band-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
}

.band-card.accent-coral .band-icon {
  background: var(--coral);
}

.band-card.accent-green .band-icon {
  background: var(--green);
}

.band-card p,
.steps-grid p,
.proof-strip p,
.about-grid p,
.split-cta p,
.product-card p,
.why-grid p,
.review-card p,
.page-hero p,
.contact-card,
.address-panel,
.site-footer {
  color: var(--muted);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.why-grid article {
  position: relative;
  min-height: 246px;
  padding: 24px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.why-grid article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: rgba(242, 101, 59, 0.08);
}

.why-grid article > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
}

.why-grid article:nth-child(2) > span {
  background: var(--green);
}

.why-grid article:nth-child(3) > span {
  background: var(--coral);
}

.why-grid article:nth-child(4) > span {
  background: var(--blue);
}

.featured-rail {
  display: grid;
  grid-auto-columns: minmax(320px, 390px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 2px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 18px, #000 calc(100% - 18px), transparent);
}

.featured-rail::-webkit-scrollbar {
  display: none;
}

.featured-rail .product-card {
  scroll-snap-align: start;
}

.featured-rail .product-image {
  aspect-ratio: 16 / 10;
  min-height: 252px;
  padding: 24px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card button {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 14px;
  background: #ffffff;
}

.product-content {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.product-badge {
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card[data-category="tools"] .product-badge {
  background: var(--coral);
}

.product-card[data-category="splitters"] .product-badge,
.product-card[data-category="cable"] .product-badge,
.product-card[data-category="patchcord"] .product-badge,
.product-card[data-category="pigtail"] .product-badge {
  background: var(--green);
}

.product-card[data-category="media"] .product-badge {
  background: #1469d8;
}

.product-card[data-category="connector"] .product-badge,
.product-card[data-category="adapter"] .product-badge {
  background: #7c3aed;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-row span,
.spec-list li {
  padding: 6px 9px;
  border-radius: 999px;
  color: #37526f;
  background: #edf3fa;
  font-size: 0.76rem;
  font-weight: 800;
}

.steps-grid article,
.proof-strip article {
  min-height: 210px;
  padding: 24px;
}

.steps-grid article > span,
.proof-strip article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.testimonials {
  width: min(1180px, calc(100% - 36px));
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  padding: 20px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-card img {
  width: 76px;
  height: 76px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(7, 23, 47, 0.18);
}

.review-card h3 {
  margin-top: 5px;
}

.review-card span {
  display: block;
  margin-top: 5px;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 900;
}

.review-card p {
  grid-column: 1 / -1;
  margin: 4px 0 0;
}

.vendor-section {
  padding-top: 42px;
}

.vendor-slider {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.vendor-track {
  display: flex;
  width: max-content;
  animation: vendorMarquee 26s linear infinite;
}

.vendor-track img {
  width: min(1180px, calc(100vw - 36px));
  max-width: none;
  aspect-ratio: 1180 / 568;
  object-fit: contain;
  padding: 12px 24px;
}

.vendor-slider:hover .vendor-track,
.featured-rail:hover {
  animation-play-state: paused;
}

.split-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 22px;
  padding: 38px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 23, 47, 0.98), rgba(12, 87, 132, 0.92)),
    url("../images/hero-passive.webp") center / cover;
}

.split-cta .eyebrow {
  color: var(--amber);
}

.split-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.download-list {
  display: grid;
  gap: 10px;
}

.download-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.page-hero {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  align-items: end;
  gap: 32px;
  min-height: 420px;
  padding: 136px max(22px, calc((100vw - 1120px) / 2)) 54px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 23, 47, 0.96), rgba(20, 105, 216, 0.62)),
    url("../images/hero-active.webp") center / cover;
}

.catalog-hero {
  align-items: center;
  min-height: 300px;
  padding-top: 104px;
  padding-bottom: 26px;
  background:
    linear-gradient(135deg, rgba(7, 23, 47, 0.95), rgba(14, 167, 119, 0.54)),
    url("../images/hero-passive.webp") center / cover;
}

.about-hero {
  background:
    linear-gradient(135deg, rgba(7, 23, 47, 0.96), rgba(242, 101, 59, 0.48)),
    url("../images/hero-profile.webp") center / cover;
}

.contact-hero {
  background:
    linear-gradient(135deg, rgba(7, 23, 47, 0.96), rgba(22, 198, 233, 0.34)),
    url("../images/hero-active.webp") center / cover;
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.catalog-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 3.05rem);
}

.page-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
}

.catalog-search {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.catalog-search span {
  display: grid;
  place-items: center;
  margin-right: 8px;
}

.catalog-search input {
  width: 100%;
  border: 0;
  color: #fff;
  outline: 0;
  background: transparent;
}

.catalog-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.product-catalog {
  padding-top: 28px;
}

.product-catalog .filter-bar {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-chip {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #28405b;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.filter-chip.active {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.catalog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  align-items: start;
}

.empty-state {
  padding: 30px;
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}

.product-dialog {
  width: min(940px, calc(100% - 26px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 32px 90px rgba(3, 12, 29, 0.36);
}

.product-dialog::backdrop {
  background: rgba(3, 12, 29, 0.64);
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.dialog-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1fr;
  gap: 24px;
  padding: 24px;
}

.dialog-body img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  border-radius: 8px;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.dialog-actions .button.primary {
  min-width: 150px;
}

.page-hero-image {
  width: 100%;
  max-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.about-grid article:first-child {
  padding: 28px 0;
}

.values-panel {
  padding: 24px;
}

.value-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.value-list span {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #f0f5fa;
}

.value-list strong {
  color: var(--navy);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.industry-grid span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #123b69, #1469d8);
  font-weight: 900;
  text-align: center;
}

.industry-grid span:nth-child(3n+2) {
  background: linear-gradient(135deg, #0b6955, var(--green));
}

.industry-grid span:nth-child(3n+3) {
  background: linear-gradient(135deg, #85351f, var(--coral));
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  color: #d8dde6;
  background: rgba(3, 12, 29, 0.82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.contact-card img {
  width: 210px;
  border-radius: 8px;
}

.contact-card a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #fff;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}

.enquiry-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.enquiry-form label {
  display: grid;
  gap: 7px;
  color: #28405b;
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

.enquiry-form textarea {
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20, 105, 216, 0.12);
}

.address-panel {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.address-panel address {
  font-style: normal;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.contact-links a {
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 66px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.8fr;
  gap: 22px;
  width: min(1120px, calc(100% - 36px));
  margin: 18px auto 0;
  padding: 34px 0 104px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 168px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.site-footer address {
  font-style: normal;
}

.site-footer strong,
.footer-links a {
  display: block;
  color: var(--ink);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
}

.bottom-nav {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 80;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  min-height: 66px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(7, 23, 47, 0.16);
  backdrop-filter: blur(18px);
}

.bottom-nav a {
  display: grid;
  place-items: center;
  gap: 3px;
  min-width: 0;
  border-radius: 7px;
  color: #43556d;
  font-size: 0.72rem;
  font-weight: 900;
}

.bottom-nav a[aria-current="page"] {
  color: #fff;
  background: var(--navy);
}

.bottom-nav svg {
  width: 21px;
  height: 21px;
}

.floating-quote {
  position: fixed;
  right: 18px;
  bottom: 94px;
  z-index: 75;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--amber));
  box-shadow: 0 18px 42px rgba(242, 101, 59, 0.28);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes floatLaptop {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes laptopFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  8%, 30% {
    opacity: 1;
    transform: scale(1);
  }
  38%, 100% {
    opacity: 0;
    transform: scale(0.985);
  }
}

@keyframes vendorMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

  .menu-toggle {
    display: inline-grid;
  }

  .mobile-drawer.open {
    display: grid;
  }

  .hero {
    min-height: 690px;
    padding-top: 118px;
  }

  .hero-laptop-slider {
    right: 18px;
    bottom: 90px;
    width: min(72vw, 480px);
    opacity: 0.78;
  }

  .hero-media-stack {
    right: 18px;
    bottom: 82px;
    width: min(74vw, 470px);
    opacity: 0.62;
  }

  .hero-content {
    padding-bottom: 170px;
  }

  .home-about,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .band-grid,
  .steps-grid,
  .proof-strip,
  .site-footer,
  .about-grid,
  .contact-layout,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 500px;
  }

  .address-panel {
    position: static;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dialog-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 62px;
  }

  .brand {
    width: 152px;
    padding: 5px 9px;
  }

  .brand img {
    height: 34px;
  }

  .icon-button {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 890px;
    padding-top: 104px;
    padding-bottom: 274px;
    padding-inline: 18px;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-logo {
    width: 128px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .hero-strip {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: auto;
  }

  .hero-strip div {
    min-height: 54px;
    padding: 8px;
  }

  .hero-strip strong {
    font-size: 0.86rem;
  }

  .hero-strip span {
    font-size: 0.68rem;
  }

  .hero-media-stack {
    display: none;
  }

  .hero-laptop-slider {
    right: auto;
    bottom: 104px;
    left: 50%;
    width: min(420px, calc(100% - 36px));
    opacity: 1;
    transform: translateX(-50%);
  }

  .laptop-shell {
    padding: 9px 9px 13px;
    border-radius: 14px 14px 8px 8px;
  }

  .laptop-base {
    height: 13px;
  }

  .section {
    width: calc(100% - 28px);
    padding: 58px 0;
  }

  .about-preview {
    padding: 24px;
  }

  .stats-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid article,
  .why-grid article {
    min-height: 168px;
  }

  .featured-rail {
    grid-auto-columns: minmax(286px, 86vw);
    mask-image: none;
  }

  .featured-rail .product-image {
    min-height: 220px;
    padding: 18px;
  }

  .review-card {
    grid-template-columns: 64px 1fr;
    padding: 16px;
  }

  .review-card img {
    width: 64px;
    height: 64px;
  }

  .vendor-track img {
    width: calc(100vw - 28px);
    padding: 8px;
  }

  .section-heading.compact {
    grid-template-columns: 1fr;
  }

  .split-cta {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .page-hero {
    padding: 108px 18px 34px;
  }

  .page-hero h1 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .catalog-hero {
    padding: 96px 18px 24px;
  }

  .catalog-hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.55rem);
  }

  .catalog-hero p {
    font-size: 0.96rem;
  }

  .catalog-search {
    min-height: 52px;
  }

  .product-catalog {
    padding-top: 28px;
  }

  .catalog-meta {
    align-items: center;
    flex-direction: row;
    margin-bottom: 8px;
  }

  .catalog-meta .text-link {
    display: none;
  }

  .filter-bar {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .filter-chip {
    flex: 0 0 auto;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .dialog-body {
    padding: 16px;
  }

  .dialog-body img {
    max-height: 330px;
  }

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

  .contact-card img {
    display: none;
  }

  .bottom-nav {
    display: grid;
  }

  .floating-quote {
    right: 14px;
    bottom: 92px;
  }

  .site-footer {
    padding-bottom: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
