/* =====================================================================
   BEDECK INTERNATIONAL — "Aurora Glass" identity
   Dark space canvas · living aurora · Apple-style liquid glass
   ===================================================================== */

:root {
  /* Canvas — deep navy, keyed to the Bedeck logo blue */
  --bg: #040814;
  --bg-elev: #0a1122;
  --ink: #eef3fb;
  --muted: #9fb0cc;
  --faint: #66728f;

  /* Blue-led aurora spectrum (cyan → royal → indigo → periwinkle) */
  --c-cyan: #22d3ee;
  --c-teal: #22d3ee;
  /* legacy alias */
  --c-blue: #3b82f6;
  --c-sky: #3b82f6;
  /* legacy alias */
  --c-royal: #2563eb;
  --c-indigo: #4f46e5;
  --c-peri: #3b82f6;
  --c-violet: #818cf8;
  /* legacy alias, softened to periwinkle */

  /* Warm accent — amber, the complementary pop against all that blue */
  --gold: #f5b93f;
  --gold-deep: #f2971f;
  --accent-grad: linear-gradient(120deg, #ffd884, #f5b026 46%, #ef8f2f);

  /* Glass */
  --glass-fill: linear-gradient(158deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .028));
  --glass-fill-lite: linear-gradient(158deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .018));
  --glass-solid: rgba(11, 18, 38, .74);
  --glass-border: rgba(150, 180, 255, .16);
  --glass-hi: rgba(200, 220, 255, .22);
  --glass-blur: saturate(175%) blur(22px);

  --shadow: 0 26px 60px -22px rgba(0, 0, 0, .62);
  --shadow-lg: 0 40px 90px -30px rgba(0, 0, 0, .7);
  --ring: 0 0 0 1px rgba(255, 255, 255, .06);

  --radius: 22px;
  --radius-sm: 13px;
  --radius-lg: 30px;
  --max: 1200px;
  --ease: cubic-bezier(.2, .7, .2, 1);

  --font-display: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

::selection {
  background: rgba(129, 140, 248, .35);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  background: var(--ink);
  color: #05060d;
  padding: .8rem 1.1rem;
  border-radius: 10px;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

:focus-visible {
  outline: 2px solid var(--c-sky);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ============ BACKGROUND FX ============ */
.fx {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: radial-gradient(140% 100% at 50% 0%, #0b1430 0%, #070d20 52%, #04060f 100%);
}

.fx::after {
  /* soft vignette for depth, kept above the aurora but subtle */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(120% 90% at 50% 8%, transparent 40%, rgba(2, 5, 14, .58) 100%);
}

.aurora {
  position: absolute;
  inset: -25%;
  z-index: 1;
  filter: blur(80px) saturate(165%);
  opacity: .82;
}

.aurora .blob {
  position: absolute;
  width: 52vw;
  height: 52vw;
  min-width: 460px;
  min-height: 460px;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform;
}

.aurora .b1 {
  top: -8%;
  left: -6%;
  background: radial-gradient(circle at 32% 32%, rgba(37, 99, 235, .95), transparent 66%);
  animation: drift1 26s var(--ease) infinite alternate;
}

.aurora .b2 {
  top: 4%;
  right: -12%;
  background: radial-gradient(circle at 60% 40%, rgba(34, 211, 238, .82), transparent 66%);
  animation: drift2 32s var(--ease) infinite alternate;
}

.aurora .b3 {
  bottom: -22%;
  left: 22%;
  background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, .8), transparent 64%);
  animation: drift3 38s var(--ease) infinite alternate;
}

@keyframes drift1 {
  to {
    transform: translate3d(14vw, 12vh, 0) scale(1.18);
  }
}

@keyframes drift2 {
  to {
    transform: translate3d(-16vw, 16vh, 0) scale(1.22);
  }
}

@keyframes drift3 {
  to {
    transform: translate3d(12vw, -14vh, 0) scale(1.12);
  }
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.spotlight {
  position: absolute;
  z-index: 4;
  width: 620px;
  height: 620px;
  left: 0;
  top: 0;
  margin: -310px 0 0 -310px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .6s ease;
  background: radial-gradient(circle, rgba(120, 180, 255, .12), transparent 65%);
  will-change: transform;
}

body.has-pointer .spotlight {
  opacity: 1;
}

/* ============ SCROLL PROGRESS ============ */
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  z-index: 120;
  background: linear-gradient(90deg, var(--c-teal), var(--c-sky), var(--c-indigo), var(--c-violet));
  box-shadow: 0 0 14px rgba(129, 140, 248, .7);
  transition: width .12s linear;
}

/* ============ GLASS PRIMITIVES ============ */
.glass,
.glass-lite {
  position: relative;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
}

.glass {
  background: var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.glass-lite {
  background: var(--glass-fill-lite);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass {
    background: var(--glass-solid);
  }
}

/* specular sheen */
.glass::before,
.glass-lite::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(120% 80% at 8% 0%, rgba(255, 255, 255, .16), transparent 45%);
  opacity: .8;
}

/* cursor glare (driven by --mx/--my from JS) */
.tilt {
  transform-style: preserve-3d;
  transition: transform .3s var(--ease);
}

.tilt::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
  background: radial-gradient(240px 240px at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .18), transparent 60%);
}

.tilt:hover::after {
  opacity: 1;
}

/* ============ TYPOGRAPHY ============ */
h1,
h2,
h3,
.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.04;
  margin: 0;
}

h1 {
  font-size: clamp(2.15rem, 6.4vw, 4.7rem);
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(1.6rem, 4.6vw, 3rem);
  overflow-wrap: break-word;
}

h3 {
  font-size: 1.15rem;
  letter-spacing: -.01em;
}

p {
  margin: 0 0 1rem;
}

.eyebrow {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--c-sky), var(--c-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  color: var(--muted);
  font-size: 1.075rem;
}

.grad-text {
  background: linear-gradient(100deg, #fff 10%, var(--c-sky) 55%, var(--c-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8.5rem) 1.25rem;
}

.section.tight {
  padding: clamp(3rem, 6vw, 5rem) 1.25rem;
}

.section.muted {
  max-width: none;
  background: rgba(255, 255, 255, .022);
  border-block: 1px solid rgba(255, 255, 255, .06);
}

.section.muted>* {
  max-width: var(--max);
  margin-inline: auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.6rem;
}

.section-heading h2 {
  color: var(--ink);
}

.prose p {
  color: var(--muted);
}

/* ============ BUTTONS ============ */
.button,
.btn {
  --b: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 50px;
  padding: .85rem 1.5rem;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .96rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}

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

.button.primary {
  background: var(--accent-grad);
  color: #2a1600;
  box-shadow: 0 14px 34px -8px rgba(255, 160, 60, .55), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.button.primary:hover {
  box-shadow: 0 20px 46px -10px rgba(255, 160, 60, .7), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.button.secondary,
.button.ghost {
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 var(--glass-hi);
}

.button.secondary:hover,
.button.ghost:hover {
  background: rgba(255, 255, 255, .12);
}

.button.secondary.dark {
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
}

.button.block {
  width: 100%;
}

.text-link {
  color: var(--c-sky);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(56, 189, 248, .35);
}

.text-link:hover {
  color: #bfe6ff;
}

/* ============ HEADER ============ */
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 90;
  transition: padding .3s var(--ease);
  padding-top: .5rem;
  background: transparent;
}

.site-header .topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: .3rem 1.5rem;
  font-size: .84rem;
  font-weight: 600;
  color: #f1f5f9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.92);
  opacity: 1;
  transition: opacity .3s, max-height .3s;
  overflow: hidden;
  max-height: 40px;
}

.site-header .topbar a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.92);
}

.site-header.is-scrolled .topbar {
  opacity: 0;
  max-height: 0;
  padding-block: 0;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max);
  margin: .55rem auto 0;
  padding: .6rem 0;
  border-radius: 999px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid transparent;
  box-shadow: none;
  transition: all .35s var(--ease);
}

.site-header.is-scrolled .nav-shell {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  margin-top: .3rem;
  padding-inline: 1.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
  min-width: 0;
}

.brand img.brand-logo-img {
  width: auto;
  height: 44px;
  max-height: 44px;
  object-fit: contain;
  padding: 6px 12px;
  background: rgba(255, 255, 255, .97);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 0, 0, .06);
}

.brand img:not(.brand-logo-img) {
  width: 46px;
  height: 46px;
  object-fit: contain;
  padding: 5px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .45), 0 0 0 1px rgba(59, 130, 246, .12);
}

.brand-copy {
  display: block;
  line-height: 1;
}

.brand-copy>span {
  display: block;
  line-height: 1;
}

.brand-copy .brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: .02em;
  display: flex;
  gap: .35rem;
  flex-wrap: wrap;
}

.brand-copy .brand-name span {
  display: inline;
}

.brand-name span:first-child {
  background: linear-gradient(100deg, #fff, var(--c-sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-name span:last-child {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

.brand-consultants {
  margin-top: .3rem;
  font-size: .66rem;
  letter-spacing: .28em;
  color: #e2e8f0;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.brand-slogan {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.site-nav a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
  color: #ffffff;
  padding: .55rem .95rem;
  border-radius: 999px;
  transition: color .2s, background .2s, border-color .2s;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.site-nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, .15);
}

.site-nav a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Premium Nav CTA ("Enquire" Button) */
.nav-cta {
  margin-left: .4rem;
  padding: .55rem 1.35rem;
  min-height: 42px;
  font-size: .9rem;
  letter-spacing: .02em;
  color: #1a0d00;
  background: var(--accent-grad);
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: 0 4px 16px -4px rgba(245, 185, 63, .45), inset 0 1px 0 rgba(255, 255, 255, .65);
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .3s cubic-bezier(0.16, 1, 0.3, 1), border-color .3s ease, color .3s ease;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none !important;
}

.nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ffe5a3, #f5b93f 50%, #f2971f);
  opacity: 0;
  transition: opacity .35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

.nav-cta::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(25deg) translateX(0);
  transition: transform .65s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}

.nav-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px -6px rgba(245, 185, 63, .65), 0 0 20px 2px rgba(255, 216, 132, .35), inset 0 1px 0 rgba(255, 255, 255, .85);
  border-color: rgba(255, 255, 255, .7);
  color: #0d0600;
}

.nav-cta:hover::before {
  opacity: 1;
}

.nav-cta:hover::after {
  transform: rotate(25deg) translateX(450%);
}

.nav-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 185, 63, .45), 0 8px 24px -4px rgba(245, 185, 63, .6);
  transform: translateY(-1px);
}

.nav-cta:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 12px -2px rgba(245, 185, 63, .5), inset 0 1px 0 rgba(255, 255, 255, .5);
  transition-duration: 0.1s;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--glass-border);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__photos {
  position: absolute;
  inset: 0;
}

.hero__photos div {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s ease, transform 8s ease;
  filter: saturate(1.08) brightness(0.98) contrast(1.02);
}

.hero__photos div.is-active {
  opacity: 0.96;
  transform: scale(1);
}

.hero__video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
  overflow: hidden;
}

.hero__video.is-on {
  opacity: 1;
}

.hero__video video,
.hero__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  border: 0;
  pointer-events: none;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 8, 20, .52) 0%, rgba(4, 8, 20, .28) 22%, rgba(4, 8, 20, .22) 46%, rgba(4, 8, 20, .62) 100%),
    radial-gradient(130% 100% at 74% 22%, transparent 0%, rgba(4, 8, 20, .25) 74%);
}

.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  z-index: 3;
  background: linear-gradient(0deg, var(--bg) 5%, transparent);
}

.hero__inner {
  position: relative;
  z-index: 4;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 9rem 1.5rem 8rem;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.5rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-cyan);
  background: rgba(4, 8, 20, .55);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-teal);
  box-shadow: 0 0 12px var(--c-teal);
}

.hero h1 {
  max-width: 15ch;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.88);
}

.hero h1 .word {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  transform: translateY(.9em);
  filter: blur(12px);
  animation: heroWord .95s var(--ease) forwards;
}

@keyframes heroWord {
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

.hero p.lead {
  max-width: 54ch;
  margin: 1.7rem 0 0;
  color: var(--muted);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
  font-weight: 450;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2.6rem;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  z-index: 4;
  font-family: var(--font-display);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--faint);
  text-align: center;
}

.hero__scroll span {
  display: block;
  width: 1px;
  height: 52px;
  margin: .7rem auto 0;
  background: rgba(255, 255, 255, .18);
  overflow: hidden;
  position: relative;
}

.hero__scroll span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--c-sky), transparent);
  transform: translateY(-100%);
  animation: scrollLine 2.1s var(--ease) infinite;
}

@keyframes scrollLine {

  60%,
  100% {
    transform: translateY(100%);
  }
}

/* Hero Carousel Dots */
.hero__dots {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 5;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(4, 8, 20, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}

.hero__dot:hover {
  background: rgba(255, 255, 255, 0.85);
}

.hero__dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--accent-grad);
  box-shadow: 0 0 12px rgba(245, 185, 63, 0.85);
}

/* ============ TRUST PODS ============ */
.trust {
  position: relative;
  z-index: 4;
  max-width: var(--max);
  margin: -84px auto 0;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.trust div {
  padding: 1.6rem 1.4rem;
  border-radius: var(--radius);
  background: var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
}

.trust strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.3rem;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(120deg, #fff, var(--c-sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.trust span {
  color: var(--muted);
  font-size: .9rem;
}

/* ============ SCROLL SHOWCASE ============ */
.showcase {
  position: relative;
  --sc-steps: 6;
  height: calc(max(var(--sc-steps), 3) * 105vh);
}

.showcase__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.showcase__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(680px 520px at 26% 38%, rgba(37, 99, 235, .20), transparent 70%),
    radial-gradient(620px 500px at 76% 66%, rgba(34, 211, 238, .14), transparent 70%);
}

.showcase__ghost {
  position: absolute;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 46vh;
  line-height: 1;
  color: rgba(255, 255, 255, .03);
  user-select: none;
  letter-spacing: -.04em;
}

.showcase__slab {
  position: relative;
  width: min(440px, 74vw);
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  background: var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-hi);
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transition: transform .5s var(--ease);
}

.showcase__slab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(120% 80% at 12% 4%, rgba(255, 255, 255, .18), transparent 46%);
}

.showcase__stage {
  position: absolute;
  inset: 9%;
}

.showcase__stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6%;
  background: #fff;
  border-radius: 18px;
  opacity: 0;
  transform: scale(.82) translateY(14px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .45));
}

.showcase__stage img.is-active {
  opacity: 1;
  transform: none;
}

.showcase__ring {
  position: absolute;
  inset: -12%;
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}

.showcase__ring.r2 {
  inset: -22%;
  border-color: rgba(129, 140, 248, .18);
  animation-duration: 46s;
  animation-direction: reverse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.showcase__copy {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: min(600px, 86vw);
  text-align: center;
}

.showcase__copy .k {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .76rem;
  background: linear-gradient(90deg, var(--c-sky), var(--c-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.showcase__copy h3 {
  font-size: clamp(1.4rem, 3.2vw, 2.3rem);
  margin: .5rem 0 .4rem;
  color: var(--ink);
}

.showcase__copy p {
  color: var(--muted);
  margin: 0 0 1rem;
  min-height: 3em;
}

.showcase__progress {
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: .55rem;
}

.showcase__progress i {
  display: block;
  width: 3px;
  height: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .16);
  transition: background .3s, box-shadow .3s;
}

.showcase__progress i.on {
  background: linear-gradient(var(--c-sky), var(--c-violet));
  box-shadow: 0 0 12px rgba(129, 140, 248, .7);
}

/* ============ SERVICE GRID ============ */
.service-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.service-icon-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 104px;
  padding: 1.15rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .98rem;
  line-height: 1.25;
  background: var(--glass-fill-lite);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 var(--glass-hi);
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}

.service-icon-item:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, .5);
  box-shadow: 0 18px 40px -18px rgba(59, 130, 246, .45), inset 0 1px 0 var(--glass-hi);
}

.service-icon-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  padding: 8px;
}

/* ============ SERVICES PAGE — bento ============ */
.services-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 1.5rem 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2.6rem;
  align-items: end;
}

.services-intro h2 {
  color: var(--ink);
}

.services-intro p {
  color: var(--muted);
  margin: 0;
}

.services-bento {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.4rem 1.5rem clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.service-card {
  --sc: 59 130 246;
  position: relative;
  overflow: hidden;
  padding: 1.9rem;
  border-radius: var(--radius);
  background: var(--glass-fill-lite);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
  display: grid;
  gap: .8rem;
  align-content: start;
  transition: transform .38s var(--ease), border-color .38s, box-shadow .38s;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, rgb(var(--sc)), rgb(var(--sc) / 0));
  transition: width .55s var(--ease);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -28%;
  top: -42%;
  width: 62%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgb(var(--sc) / .38), transparent 68%);
  pointer-events: none;
  opacity: .55;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgb(var(--sc) / .5);
  box-shadow: 0 30px 60px -26px rgb(var(--sc) / .55), inset 0 1px 0 var(--glass-hi);
}

.service-card:hover::before {
  width: 100%;
}

.service-card.lead {
  grid-column: span 2;
}

.service-card.lead h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.service-card.wide {
  grid-column: 1 / -1;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 1.6rem;
  align-content: start;
}

.service-card.wide .ic {
  grid-column: 1;
  grid-row: 1 / span 5;
  align-self: start;
}

.service-card.wide>.num,
.service-card.wide>h3,
.service-card.wide>p,
.service-card.wide>.text-link {
  grid-column: 2;
}

.service-card.wide>h3 {
  max-width: 30ch;
}

.service-card.wide>p {
  max-width: 72ch;
}

.service-card .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .24em;
  color: rgb(var(--sc));
}

.service-card .ic {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgb(var(--sc) / .16);
  border: 1px solid rgb(var(--sc) / .4);
  box-shadow: 0 0 30px -8px rgb(var(--sc) / .6), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.service-card .ic img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.service-card h3 {
  font-size: 1.25rem;
  color: var(--ink);
  line-height: 1.2;
}

.service-card p {
  color: var(--muted);
  margin: 0;
  font-size: .94rem;
}

.service-card .text-link {
  align-self: start;
  margin-top: .2rem;
}

.services-cta-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--c-sky);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: color .3s var(--ease);
}

.services-cta-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--c-sky), var(--c-violet));
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}

.services-cta-link .cta-arrow {
  width: 18px;
  height: 18px;
  transition: transform .3s var(--ease);
}

.services-cta-link:hover {
  color: #e0f2fe;
}

.services-cta-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.services-cta-link:hover .cta-arrow {
  transform: translateX(5px);
}

@media (max-width: 1000px) {
  .services-intro {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

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

  .service-card.lead {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .services-bento {
    grid-template-columns: 1fr;
  }

  .service-card.wide {
    grid-template-columns: 1fr;
  }

  .service-card.wide .ic {
    grid-row: auto;
  }

  .service-card.wide>.num,
  .service-card.wide>h3,
  .service-card.wide>p,
  .service-card.wide>.text-link {
    grid-column: auto;
  }
}

/* ============ CATEGORY GRID ============ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

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

.category-grid a {
  display: grid;
  gap: .55rem;
  align-content: start;
  min-height: 128px;
  padding: 1.4rem;
  border-radius: var(--radius);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: var(--glass-fill-lite);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 var(--glass-hi);
  transition: transform .3s var(--ease), box-shadow .3s;
}

.category-grid a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--c-teal), var(--c-violet));
  transition: width .4s var(--ease);
}

.category-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px -20px rgba(129, 140, 248, .5), inset 0 1px 0 var(--glass-hi);
}

.category-grid a:hover::before {
  width: 100%;
}

.category-grid strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
}

.category-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.category-grid .count {
  color: var(--gold);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .04em;
}

/* ============ PRODUCT CARDS ============ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 220px 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: var(--glass-fill-lite);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
  cursor: pointer;
}

.product-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--c-sky), var(--c-violet));
  transition: width .4s var(--ease);
  z-index: 5;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(56, 189, 248, .5);
  box-shadow: 0 24px 50px -16px rgba(56, 189, 248, .35), inset 0 1px 0 var(--glass-hi);
  background: rgba(255, 255, 255, .05);
}

.product-card:hover::before {
  width: 100%;
}

/* Product image: framed white tile floating on a dark glass panel */
.product-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: .9rem;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(59, 130, 246, .12), transparent 60%),
    var(--glass-fill-lite);
  border-bottom: 1px solid var(--glass-border);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .85rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .5);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}

.product-card:hover .product-media img {
  transform: scale(1.05);
  box-shadow: 0 18px 36px -8px rgba(0, 0, 0, .6);
}

.product-content {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  align-content: start;
  padding: 1.15rem 1.2rem 1.35rem;
  position: relative;
}

.product-content .k {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-sky);
}

.product-content strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--ink);
  transition: color .25s ease;
}

.product-card:hover .product-content strong {
  color: var(--c-sky);
}

.product-content p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.product-action {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  margin-top: auto;
  padding-top: .4rem;
  font-family: var(--font-display);
  font-size: .86rem;
  font-weight: 600;
  color: var(--c-sky);
  letter-spacing: .02em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .32s var(--ease), transform .32s var(--ease);
  pointer-events: none;
}

.product-action .action-arrow {
  stroke: var(--c-sky);
  transition: transform .32s var(--ease);
}

.product-card:hover .product-action,
.product-card:focus-visible .product-action {
  opacity: 1;
  transform: translateY(0);
}

.product-card:hover .product-action .action-arrow,
.product-card:focus-visible .product-action .action-arrow {
  transform: translateX(4px);
}

/* ============ SPLIT / MISSION ============ */
.split {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 1.5rem;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 3.4rem;
}

.split h2 {
  color: var(--ink);
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.mission-grid article {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--glass-fill-lite);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 var(--glass-hi);
}

.mission-grid h3 {
  font-family: var(--font-display);
  color: var(--c-sky);
  margin-bottom: .4rem;
}

.mission-grid p {
  color: var(--muted);
  margin: 0;
}

/* ============ PARTNERS ============ */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.partner-grid a {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
  min-height: 190px;
  padding: 1.4rem;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius);
  background: var(--glass-fill-lite);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 var(--glass-hi);
  transition: transform .3s var(--ease), box-shadow .3s;
}

.partner-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px -20px rgba(129, 140, 248, .5), inset 0 1px 0 var(--glass-hi);
}

.partner-grid img {
  width: 100%;
  max-width: 180px;
  height: 84px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .5);
  transition: transform .3s var(--ease), box-shadow .3s;
}

.partner-grid a:hover img {
  transform: scale(1.03);
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, .55);
}

.partner-grid span {
  color: var(--muted);
  font-size: .88rem;
  font-family: var(--font-display);
}

/* ============ CTA / CONTACT ============ */
.contact-cta,
.contact-band {
  max-width: var(--max);
  margin: 0 auto;
  border-radius: var(--radius-lg);
  padding: 2.6rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(37, 99, 235, .22), rgba(34, 211, 238, .16) 55%, rgba(99, 102, 241, .2)),
    var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-hi);
}

.contact-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.contact-cta h2,
.contact-band h2 {
  color: var(--ink);
  max-width: 24ch;
}

.contact-cta p {
  color: var(--muted);
  max-width: 50ch;
  margin: 0;
}

.cta-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contact-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2.4rem;
  margin-bottom: 5rem;
}

address {
  margin-top: 1.5rem;
  font-style: normal;
  color: var(--muted);
  display: grid;
  gap: .4rem;
}

address a {
  color: var(--ink);
  text-decoration: none;
}

address a:hover {
  color: var(--c-sky);
}

/* Contact info list with matching icons */
address.contact-info-list {
  margin-top: 1.8rem;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 var(--glass-hi);
  color: var(--c-sky);
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}

.contact-item:hover .contact-icon-wrapper {
  background: rgba(56, 189, 248, 0.16);
  border-color: rgba(56, 189, 248, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(56, 189, 248, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-icon-wrapper--wa {
  color: #25D366;
}

.contact-item:hover .contact-icon-wrapper--wa {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.45);
  color: #25D366;
  box-shadow: 0 8px 20px -6px rgba(37, 211, 102, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-icon-wrapper--linkedin {
  color: #0A66C2;
}

.contact-item:hover .contact-icon-wrapper--linkedin {
  background: rgba(10, 102, 194, 0.18);
  border-color: rgba(10, 102, 194, 0.45);
  color: #3897f0;
  box-shadow: 0 8px 20px -6px rgba(10, 102, 194, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.contact-text {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.98rem;
  line-height: 1.5;
  padding-top: 0.45rem;
  transition: color 0.2s ease;
}

span.contact-text {
  color: var(--muted);
}

a.contact-text:hover {
  color: var(--c-sky);
}

.contact-emails {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.contact-emails .contact-text {
  padding-top: 0;
}

.contact-emails .contact-text:first-child {
  padding-top: 0.45rem;
}

.contact-form {
  display: grid;
  gap: .95rem;
  padding: 1.6rem;
  border-radius: var(--radius);
  background: rgba(8, 10, 20, .55);
  border: 1px solid var(--glass-border);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .95rem;
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.contact-form label {
  display: grid;
  gap: .4rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .8rem;
  color: var(--muted);
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  padding: .75rem .9rem;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--glass-border);
  transition: border-color .2s, box-shadow .2s, background .2s;
}

input::placeholder,
textarea::placeholder {
  color: var(--faint);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--c-sky);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .18);
  background: rgba(255, 255, 255, .06);
}

select option {
  background: #0b0e1c;
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.alert {
  padding: .95rem 1.15rem;
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert.success {
  background: rgba(45, 212, 191, .12);
  color: #9cf3e4;
  border-color: rgba(45, 212, 191, .35);
}

.alert.error {
  background: rgba(255, 120, 90, .12);
  color: #ffc2b3;
  border-color: rgba(255, 120, 90, .35);
}

.alert ul {
  margin: 0;
  padding-left: 1.1rem;
}

/* ============ PAGE HERO (inner pages - Clean Floating Text & Background Carousel) ============ */
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.page-hero__carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-hero__slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.4s cubic-bezier(.25, 1, .5, 1), transform 8s ease-out;
  filter: saturate(1.15) brightness(0.92) contrast(1.02);
}

.page-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/* Gradient mask so text contrast is 100% crisp without needing a background box */
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 8, 20, 0.65) 0%, rgba(4, 8, 20, 0.35) 55%, rgba(4, 8, 20, 0.15) 100%),
    linear-gradient(180deg, rgba(4, 8, 20, 0.38) 0%, transparent 40%, rgba(4, 8, 20, 0.65) 100%);
}

/* Floating header text container */
.page-hero__inner {
  position: relative;
  z-index: 3;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  padding: 8.5rem 1.5rem 4.5rem;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: .8rem;
  max-width: 24ch;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.85);
}

.page-hero .grad-text {
  background: linear-gradient(105deg, #ffffff 15%, #38bdf8 60%, #a5b4fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-hero p {
  max-width: 62ch;
  color: #e2e8f0;
  font-size: 1.08rem;
  margin: 0;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  font-weight: 450;
}

.page-hero .eyebrow {
  margin-bottom: .6rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Carousel Control Elements */
.page-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(8, 14, 30, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: all 0.3s var(--ease);
  opacity: 0.8;
}

.page-hero__arrow:hover {
  background: var(--c-royal);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.7);
}

.page-hero__arrow--prev {
  left: 1.5rem;
}

.page-hero__arrow--next {
  right: 1.5rem;
}

.page-hero__dots {
  position: absolute;
  bottom: 1.4rem;
  right: 2rem;
  z-index: 5;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(4, 8, 20, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s var(--ease);
}

.page-hero__dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.page-hero__dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--accent-grad);
  box-shadow: 0 0 10px rgba(245, 185, 63, 0.8);
}

.hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-display);
  font-size: .85rem;
  color: var(--faint);
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

.hero-breadcrumb a {
  color: var(--c-sky);
  text-decoration: none;
  transition: color .2s;
}

.hero-breadcrumb a:hover {
  color: #bfe6ff;
}

.hero-breadcrumb span {
  color: var(--faint);
  opacity: .6;
}

.page-hero .eyebrow {
  margin-bottom: .6rem;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: .8rem;
  max-width: 24ch;
}

.page-hero .grad-text,
.page-hero h1 {
  color: var(--ink);
}

.page-hero p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.5;
}

.breadcrumb {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.6rem 1.5rem 0;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  color: var(--faint);
  font-size: .88rem;
  font-family: var(--font-display);
}

.breadcrumb a {
  color: var(--c-sky);
  text-decoration: none;
}

main>.breadcrumb:first-child {
  padding-top: 7rem;
}

/* ============ CATALOGUE ============ */
.catalog-search-bar {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-bottom: 1.6rem;
  background: var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: .6rem .6rem .6rem 1.2rem;
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
  transition: border-color .3s, box-shadow .3s;
}

.catalog-search-bar:focus-within {
  border-color: rgba(56, 189, 248, .5);
  box-shadow: 0 16px 40px -14px rgba(56, 189, 248, .35), inset 0 1px 0 var(--glass-hi);
}

.search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.search-icon {
  color: var(--muted);
  flex-shrink: 0;
  margin-right: .8rem;
  pointer-events: none;
  opacity: .8;
}

.search-input-wrap input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: .4rem 0;
  font-size: 1rem;
  color: var(--ink);
  box-shadow: none !important;
  min-height: auto;
}

.search-input-wrap input:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
}

.search-input-wrap input::placeholder {
  color: var(--faint);
  opacity: .8;
}

.search-clear {
  color: var(--muted);
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 .4rem;
  line-height: 1;
  transition: color .2s;
  cursor: pointer;
}

.search-clear:hover {
  color: var(--ink);
}

.catalog-search-bar .button {
  flex-shrink: 0;
  min-height: 44px;
  padding: .65rem 1.4rem;
  font-size: .9rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 1.8rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .6rem 1.2rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 550;
  font-size: .98rem;
  text-decoration: none;
  color: var(--muted);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--glass-border);
  transition: all .25s var(--ease);
}

.chip:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, .09);
  border-color: rgba(150, 180, 255, .28);
  transform: translateY(-1px);
}

.chip.is-active {
  color: #0b1120;
  background: var(--accent-grad);
  border-color: transparent;
  font-weight: 600;
  box-shadow: 0 10px 24px -8px rgba(255, 160, 60, .55);
}

.chip .n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .18rem .55rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  background: rgba(255, 255, 255, .1);
  color: inherit;
  line-height: 1;
}

.chip.is-active .n {
  background: rgba(11, 17, 32, .18);
  color: #0b1120;
}

.catalog-summary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 .2rem;
  flex-wrap: wrap;
  gap: .8rem;
}

.catalog-count {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.catalog-count strong {
  color: var(--ink);
}

.catalog-count span {
  color: var(--c-sky);
}

.reset-filter-link {
  color: var(--c-sky);
  font-size: .85rem;
  font-family: var(--font-display);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.reset-filter-link:hover {
  color: #bfe6ff;
}

.empty-state {
  border: 1px dashed rgba(56, 189, 248, .4);
  border-radius: var(--radius);
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: rgba(56, 189, 248, .05);
}

/* ============ PRODUCT DETAIL ============ */
.product-detail {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.6rem 1.5rem 5rem;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 3rem;
}

.product-detail__media {
  align-self: start;
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(59, 130, 246, .16), transparent 62%),
    var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-hi);
}

.product-detail__media img {
  width: 100%;
  height: auto;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .55);
}

.product-detail__body h1 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  margin-bottom: .7rem;
  color: var(--ink);
}

.product-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem;
}

.tag {
  padding: .4rem .85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--glass-border);
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .8rem;
}

.product-detail__body .lead {
  color: var(--ink);
}

.product-detail__body p {
  color: var(--muted);
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.9rem;
}

.spec-note {
  margin-top: 1.8rem;
  padding: 1.1rem 1.3rem;
  border-left: 2px solid var(--gold);
  border-radius: 12px;
  background: rgba(255, 194, 75, .07);
  color: var(--muted);
  font-size: .92rem;
}

/* ============ PAGINATION ============ */
.pagination-wrap {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination-wrap nav {
  display: flex;
  justify-content: center;
}

.pagination-wrap svg,
.pagination svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

.pagination-wrap nav>div:first-child {
  display: none;
}

.pagination {
  display: flex;
  gap: .4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 .85rem;
  border-radius: 12px;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .95rem;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--glass-border);
  color: var(--muted);
  line-height: 1;
}

.pagination a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, .09);
}

.pagination .active span {
  background: var(--accent-grad);
  color: #10131f;
  border-color: transparent;
  font-weight: 700;
}

.pagination .disabled span {
  opacity: .35;
  cursor: not-allowed;
}

/* ============ FOOTER ============ */
.site-footer {
  position: relative;
  max-width: var(--max);
  margin: 5rem auto 0;
  padding: 3rem 2.6rem 0;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  background: var(--glass-fill);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-bottom: 0;
  box-shadow: inset 0 1px 0 var(--glass-hi);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--c-royal), var(--c-peri), var(--c-cyan), transparent);
  opacity: .8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr;
  gap: 2.4rem;
  padding-bottom: 2.6rem;
}

.footer-brand {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  margin-bottom: .9rem;
}

.footer-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 9px;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
}

.footer-logo span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--ink);
}

.footer-brand p {
  margin: 0 0 1.3rem;
  color: var(--muted);
  font-size: .92rem;
  max-width: 32ch;
  line-height: 1.65;
}

.footer-social {
  display: flex;
  gap: .6rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--muted);
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--glass-border);
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}

.footer-social a svg {
  width: 17px;
  height: 17px;
}

.footer-social a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(150, 180, 255, .35);
  transform: translateY(-2px);
}

.footer-col h3 {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint);
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col a {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--muted);
  text-decoration: none;
  font-size: .92rem;
  font-family: var(--font-display);
  padding: .38rem 0;
  transition: color .2s;
}

.footer-col a:hover {
  color: var(--c-sky);
}

.footer-col--contact a {
  align-items: flex-start;
  line-height: 1.5;
}

.footer-col--contact svg {
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: .12rem;
  color: var(--faint);
  transition: color .2s;
}

.footer-col--contact a:hover svg {
  color: var(--c-sky);
}

.footer-address span {
  max-width: 30ch;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.4rem 0;
  border-top: 1px solid var(--glass-border);
  font-size: .82rem;
  color: var(--faint);
}

/* ============ WHATSAPP FLOAT ============ */
.wa-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 95;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(160deg, #35e07a, #14a94f);
  box-shadow: 0 16px 34px -8px rgba(20, 169, 79, .6), inset 0 1px 0 rgba(255, 255, 255, .4);
  transition: transform .25s var(--ease);
}

.wa-float:hover {
  transform: scale(1.09) rotate(4deg);
}

.wa-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* ============ REVEAL ============ */
[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(10px);
  transition: opacity .8s var(--ease), transform .8s var(--ease), filter .8s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

[data-reveal-delay="1"] {
  transition-delay: .08s;
}

[data-reveal-delay="2"] {
  transition-delay: .16s;
}

[data-reveal-delay="3"] {
  transition-delay: .24s;
}

[data-reveal-delay="4"] {
  transition-delay: .32s;
}

/* ============ RESPONSIVE ============ */

/* ---- Tablet / small laptop ---- */
@media (max-width: 1000px) {

  .service-icon-grid,
  .product-grid,
  .partner-grid,
  .category-grid,
  .category-grid.large {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .contact-band,
  .contact-cta,
  .product-detail,
  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

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

  .split {
    gap: 2rem;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .site-header .brand-consultants {
    display: none;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* ---- Between full nav and hamburger: keep the bar from cramming ---- */
@media (max-width: 900px) {
  .site-header .topbar {
    display: none;
  }

  .site-header .menu-toggle {
    display: inline-flex;
  }

  .site-header .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + .5rem);
    flex-direction: column;
    align-items: stretch;
    gap: .2rem;
    padding: .6rem;
    border-radius: var(--radius);
    background: linear-gradient(160deg, rgb(24, 54, 130), rgb(8, 14, 30) 55%);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow), 0 20px 45px -10px rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .3s var(--ease);
  }

  .site-header .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-header .site-nav a {
    padding: .95rem 1rem;
  }

  .site-header .nav-cta {
    margin: .45rem 0 0;
    min-height: 46px;
    padding: .85rem 1rem;
    font-size: .95rem;
    text-align: center;
    width: 100%;
  }

  .nav-shell {
    background: var(--glass-fill);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-color: var(--glass-border);
    box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
  }
}

/* ---- Phone ---- */
@media (max-width: 760px) {

  .trust,
  .service-icon-grid,
  .product-grid,
  .partner-grid,
  .category-grid,
  .category-grid.large,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .split {
    padding: 3.4rem 1.15rem;
  }

  .section-heading {
    margin-bottom: 1.9rem;
  }

  .contact-cta,
  .contact-band,
  .contact-form {
    padding: 1.35rem;
  }

  .contact-cta {
    border-radius: var(--radius);
  }

  .showcase__progress {
    display: none;
  }

  .site-footer {
    margin-top: 3rem;
    padding: 2.2rem 1.35rem 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
    text-align: left;
    padding-bottom: 4.75rem;
  }

  .breadcrumb {
    padding-top: 1.2rem;
  }

  /* header / brand */
  .brand {
    gap: .55rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand-copy .brand-name {
    font-size: .92rem;
    flex-wrap: nowrap;
  }

  .nav-shell {
    padding: .5rem .55rem .5rem .75rem;
  }

  /* hero */
  .hero {
    min-height: auto;
    padding-top: 5.5rem;
  }

  .hero__inner {
    padding: 1.5rem 1.15rem 4.5rem;
  }

  .hero__eyebrow {
    align-items: flex-start;
    font-size: .66rem;
    letter-spacing: .06em;
    padding: .5rem .8rem;
  }

  .hero__eyebrow::before {
    margin-top: .45em;
    flex: 0 0 auto;
  }

  .hero p.lead {
    font-size: .98rem;
  }

  .hero__canvas {
    opacity: .6;
  }

  .hero__scrim {
    background:
      linear-gradient(180deg, rgba(4, 8, 20, .58) 0%, rgba(4, 8, 20, .4) 38%, rgba(4, 8, 20, .5) 62%, rgba(4, 8, 20, .92) 100%);
  }

  .hero__actions {
    gap: .7rem;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__scroll {
    display: none;
  }

  /* trust — no negative overlap on phones */
  .trust {
    margin-top: 1.6rem;
    padding: 0 1.15rem;
    gap: .8rem;
  }

  .trust div {
    padding: 1.3rem 1.2rem;
  }

  .trust strong {
    font-size: 2rem;
  }

  /* showcase */
  .showcase {
    height: calc(max(var(--sc-steps), 3) * 80vh);
  }

  .showcase__sticky {
    align-content: start;
    justify-items: center;
    padding-top: 9vh;
  }

  .showcase__ghost {
    font-size: 22vh;
  }

  .showcase__slab {
    width: min(258px, 66vw);
    border-radius: var(--radius);
  }

  .showcase__ring.r2 {
    display: none;
  }

  .showcase__ring {
    inset: -9%;
  }

  .showcase__copy {
    position: static;
    transform: none;
    margin-top: 1.6rem;
    width: 90vw;
  }

  .showcase__copy p {
    min-height: 0;
    margin-bottom: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .showcase__copy h3 {
    font-size: 1.3rem;
  }

  /* services bento */
  .services-bento {
    padding: 2rem 1.15rem 4rem;
    gap: 1rem;
  }

  .service-card {
    padding: 1.4rem;
  }

  .service-card .ic {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .service-card .ic img {
    width: 30px;
    height: 30px;
  }

  /* product detail */
  .product-detail {
    padding: 1.8rem 1.15rem 4rem;
    gap: 1.8rem;
  }

  .product-detail__media {
    padding: 1.4rem;
  }

  .product-detail__actions .button {
    width: 100%;
  }

  /* catalogue */
  .catalog-search-bar {
    padding: .5rem .5rem .5rem .9rem;
    gap: .5rem;
  }

  .catalog-search-bar .button {
    padding: .6rem 1rem;
    font-size: .85rem;
  }

  .chip-row {
    gap: .45rem;
    margin-bottom: 1.6rem;
  }

  main>.breadcrumb:first-child {
    padding-top: 5.5rem;
  }

  .contact-band {
    margin-bottom: 2.5rem;
  }

  /* page hero */
  .page-hero__inner {
    padding: 6.8rem 1.15rem 2.2rem;
  }

  .page-hero p {
    font-size: 1rem;
  }

  /* cta buttons full width */
  .cta-actions {
    width: 100%;
  }

  .cta-actions .button {
    flex: 1 1 auto;
  }

  /* whatsapp float */
  .wa-float {
    width: 52px;
    height: 52px;
    right: 1rem;
    bottom: 1rem;
  }
}

/* ---- Small phone ---- */
@media (max-width: 400px) {
  .hero h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .trust strong {
    font-size: 1.8rem;
  }

  .service-card.wide>.num,
  .service-card.wide>h3,
  .service-card.wide>p,
  .service-card.wide>.text-link {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .aurora .blob {
    animation: none !important;
  }

  .hero h1 .word {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .hero__video {
    display: none !important;
  }
}