/* ============================================================
   MANI JEWEL — Rebrand 2026
   Light, royal, story-led. Iconic Mani blue: #54B8C5 / #5AC4CD
   Type: Cormorant Garamond (display) + Jost (text/UI)
   ============================================================ */

:root {
  --mani-blue: #54b8c5;
  --mani-blue-deep: #2e8391;
  --mani-blue-ink: #174e58;
  --mani-blue-soft: #dff2f4;
  --mani-blue-mist: #eef8f9;
  --ink: #1b1918;
  --ink-soft: #4a4644;
  --ink-mute: #83807d;
  --porcelain: #fbfaf7;
  --ivory: #f3f5f6;
  --champagne: #dde6e8;
  --gold: #b49a5e;
  --gold-soft: #d9c9a3;
  --white: #ffffff;
  --hairline: rgba(27, 25, 24, 0.1);
  --shadow-soft: 0 20px 60px rgba(23, 78, 88, 0.1);
  --shadow-card: 0 10px 40px rgba(27, 25, 24, 0.08);
  --radius: 18px;
  --radius-lg: 28px;
  --font-display: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --font-text: "Inter", "Helvetica Neue", Arial, sans-serif;
  --nav-h: 84px;
  --pad-x: clamp(20px, 5vw, 72px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-text);
  font-weight: 300;
  color: var(--ink);
  background: var(--porcelain);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

::selection { background: var(--mani-blue); color: #fff; }

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--font-text);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--mani-blue-deep);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--mani-blue);
}
.eyebrow.center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--mani-blue);
}
.eyebrow.light { color: rgba(255, 255, 255, 0.85); }
.eyebrow.light::before, .eyebrow.light::after { background: rgba(255, 255, 255, 0.5); }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
em { font-style: normal; }
.h-hero { font-size: clamp(42px, 6.4vw, 92px); font-weight: 200; letter-spacing: -0.02em; }
.h-xl { font-size: clamp(34px, 4.6vw, 60px); font-weight: 200; letter-spacing: -0.015em; }
.h-lg { font-size: clamp(27px, 3.2vw, 42px); font-weight: 300; }
.h-md { font-size: clamp(22px, 2.4vw, 30px); font-weight: 300; }
.h-hero em, .h-xl em, .h-lg em {
  font-weight: 300;
  color: var(--mani-blue-deep);
}
.on-dark .h-hero em, .on-dark .h-xl em { color: var(--mani-blue); }

.lede {
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 300;
  color: var(--ink-soft);
  max-width: 62ch;
}
.small { font-size: 13.5px; color: var(--ink-mute); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 17px 34px;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}
.btn .arrow { transition: transform 0.35s ease; }
.btn:hover .arrow { transform: translateX(5px); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--mani-blue-deep); }
.btn-blue { background: var(--mani-blue); color: #fff; }
.btn-blue:hover { background: var(--mani-blue-deep); }
.btn-ghost { border-color: rgba(27, 25, 24, 0.25); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--mani-blue-deep); color: var(--mani-blue-deep); }
.btn-glass {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.btn-glass:hover { background: rgba(255, 255, 255, 0.28); }

.text-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mani-blue-deep);
  border-bottom: 1px solid var(--mani-blue);
  padding-bottom: 4px;
  transition: color 0.3s;
}
.text-link:hover { color: var(--ink); }

/* ---------- Liquid glass nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad-x);
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(251, 250, 247, 0.72), rgba(251, 250, 247, 0.55));
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 var(--hairline), 0 12px 40px rgba(27, 25, 24, 0.05);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.nav.scrolled::before { opacity: 1; }
.nav > * { position: relative; }

.nav-logo { display: flex; align-items: center; gap: 13px; }
.nav-logo img { height: 46px; width: auto; }
.nav-logo .logo-dark { display: none; }
.brand-mark { height: 30px; width: auto; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-text b {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15.5px;
  letter-spacing: 0.32em;
  color: var(--ink);
  white-space: nowrap;
}
.brand-text > span {
  font-size: 7.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 3px;
  white-space: nowrap;
}
.nav.over-hero:not(.scrolled) .brand-text b { color: #fff; }
.nav.over-hero:not(.scrolled) .brand-text > span { color: rgba(255, 255, 255, 0.7); }
.mono-divider { height: 22px; width: 30px; object-fit: contain; align-self: center; opacity: 0.85; flex: none; }

/* transparent-over-hero variant */
.nav.over-hero:not(.scrolled) { --nav-ink: #fff; }
.nav.over-hero:not(.scrolled) .nav-links a { color: rgba(255, 255, 255, 0.92); }
.nav.over-hero:not(.scrolled) .nav-links a::after { background: #fff; }
.nav.over-hero:not(.scrolled) .nav-cta { border-color: rgba(255,255,255,0.4); color: #fff; background: rgba(255,255,255,0.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.nav.over-hero:not(.scrolled) .burger span { background: #fff; }

.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.3s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--mani-blue-deep);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--mani-blue-deep); }
.nav.over-hero:not(.scrolled) .nav-links a.active { color: #fff; }

.nav-cta {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 100px;
  border: 1px solid rgba(27, 25, 24, 0.22);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all 0.35s;
}
.nav-cta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--mani-blue); }
.nav-cta:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 1.6px; background: var(--ink); transition: all 0.3s; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(30px) saturate(1.5);
  -webkit-backdrop-filter: blur(30px) saturate(1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--pad-x);
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: clamp(30px, 7vw, 44px);
  padding: 8px 0;
  border-bottom: 1px solid var(--hairline);
}
.mobile-menu a em { font-style: normal; color: var(--mani-blue-deep); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: heroZoom 9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 33, 37, 0.35) 0%, rgba(15, 33, 37, 0.05) 38%, rgba(15, 33, 37, 0.62) 100%),
    linear-gradient(100deg, rgba(15, 33, 37, 0.5) 0%, transparent 55%);
}
.hero-content {
  position: relative;
  width: 100%;
  padding: 0 var(--pad-x) clamp(48px, 8vh, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 48px;
  align-items: end;
}
.hero .lede, .page-hero .lede { color: rgba(255, 255, 255, 0.88); }
.hero-side { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; justify-self: end; }

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-scroll::after {
  content: "";
  width: 1px; height: 46px;
  background: linear-gradient(rgba(255,255,255,0.7), transparent);
  animation: scrollPulse 2.2s ease infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }

/* Page hero (interior pages) */
.page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.page-hero .hero-media::after {
  background:
    linear-gradient(90deg, rgba(10, 24, 28, 0.72) 0%, rgba(10, 24, 28, 0.3) 55%, rgba(10, 24, 28, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 24, 28, 0.68) 0%, transparent 55%);
}
.page-hero .hero-content { grid-template-columns: 1fr; padding-bottom: clamp(40px, 7vh, 80px); }

/* ---------- Sections ---------- */
section { position: relative; }
.section { padding: clamp(72px, 11vh, 140px) var(--pad-x); }
.section-head {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: clamp(40px, 6vh, 72px);
  max-width: 900px;
}
.section-head.center { align-items: center; text-align: center; margin-left: auto; margin-right: auto; }
.container { max-width: 1440px; margin: 0 auto; }

.band-ivory { background: var(--ivory); }
.band-mist { background: var(--mani-blue-mist); }
.band-ink { background: #10262b; color: #fff; }
.band-ink .lede { color: rgba(255, 255, 255, 0.78); }
.band-ink .small { color: rgba(255, 255, 255, 0.55); }

/* ---------- Liquid glass card ---------- */
.glass {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
}
.glass-dark {
  background: rgba(16, 38, 43, 0.42);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  color: #fff;
  box-shadow: 0 24px 70px rgba(10, 25, 29, 0.35);
}

/* ---------- Stats ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: var(--hairline);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.stat {
  background: var(--porcelain);
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat b {
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 200;
  line-height: 1;
  color: var(--ink);
}
.stat b sup { font-size: 0.45em; color: var(--mani-blue-deep); font-weight: 400; }
.stat span { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }
.band-ink .stat { background: #10262b; }
.band-ink .stat b { color: #fff; }
.band-ink .stats-row { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.12); }

/* ---------- Cards ---------- */
.card-grid { display: grid; gap: 28px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

.img-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: flex-end;
  color: #fff;
  box-shadow: var(--shadow-card);
}
.img-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.img-card:hover img { transform: scale(1.06); }
.img-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(13, 30, 34, 0.78));
  transition: background 0.5s;
}
.img-card .card-body { position: relative; z-index: 2; padding: 28px; width: 100%; }
.img-card .card-body h3 { font-size: 26px; font-weight: 500; }
.img-card .card-body p { font-size: 13.5px; color: rgba(255,255,255,0.78); margin-top: 6px; }
.img-card .tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 12px;
}

/* ---------- Footer ---------- */
.footer {
  background: #0f2226;
  color: rgba(255, 255, 255, 0.75);
  padding: clamp(64px, 9vh, 110px) var(--pad-x) 0;
  position: relative;
  overflow: hidden;
}
.footer-glow {
  position: absolute;
  top: -220px; right: -120px;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 184, 197, 0.22), transparent 65%);
  pointer-events: none;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
.footer-brand .footer-logo { height: 54px; width: auto; margin-bottom: 20px; }
.footer-social { display: flex; gap: 20px; margin-top: 22px; }
.footer-social a {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mani-blue);
  transition: color 0.3s;
}
.footer-social a:hover { color: #fff; }
.footer-brand p { font-size: 14px; max-width: 34ch; color: rgba(255,255,255,0.6); }
.footer h4 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mani-blue);
  margin-bottom: 22px;
}
.footer li { margin-bottom: 12px; }
.footer li a { font-size: 14px; color: rgba(255,255,255,0.72); transition: color 0.3s; }
.footer li a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  flex-wrap: wrap;
  position: relative;
}
.footer-wordmark {
  height: clamp(52px, 9.5vw, 132px);
  width: min(94%, 1240px);
  margin: 56px auto 10px;
  -webkit-mask: url(../img/wordmark-mask.png) center / contain no-repeat;
  mask: url(../img/wordmark-mask.png) center / contain no-repeat;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.10) 52%, rgba(84, 184, 197, 0.30) 100%);
  backdrop-filter: blur(12px) saturate(1.5) brightness(1.35);
  -webkit-backdrop-filter: blur(12px) saturate(1.5) brightness(1.35);
  user-select: none;
}

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 22px 0;
  background: var(--porcelain);
}
.marquee-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display);
  font-size: 22px;
  font-style: normal;
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: 64px;
  white-space: nowrap;
}
.marquee-track span::after { content: "◆"; font-size: 9px; color: var(--mani-blue); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Home: house intro ---------- */
.house-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.house-intro-text { display: flex; flex-direction: column; gap: 24px; }
.house-intro-media { position: relative; }
.house-intro-media img {
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--shadow-soft);
}
.house-caption {
  position: absolute;
  left: 24px; bottom: 24px;
  padding: 16px 22px;
  border-radius: 14px;
  background: rgba(16, 38, 43, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
.house-caption .small { color: rgba(255, 255, 255, 0.92); }

/* ---------- Home: craft cinematic ---------- */
.craft-cine { position: relative; min-height: 92vh; overflow: hidden; }
.craft-slides { position: absolute; inset: 0; }
.craft-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.craft-slide.active { opacity: 1; }
.craft-slide img { width: 100%; height: 100%; object-fit: cover; }
.craft-slide::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11, 27, 31, 0.82) 0%, rgba(11, 27, 31, 0.35) 55%, rgba(11, 27, 31, 0.15) 100%),
              linear-gradient(0deg, rgba(11, 27, 31, 0.75) 0%, transparent 40%);
}
.craft-overlay {
  position: relative;
  z-index: 2;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--nav-h) + 40px) var(--pad-x) 48px;
  gap: 48px;
}
.craft-copy { max-width: 560px; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.craft-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.craft-step {
  text-align: left;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  padding: 18px 22px;
  cursor: pointer;
  font-family: var(--font-text);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.craft-step i {
  font-style: normal;
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--mani-blue);
}
.craft-step b { font-weight: 400; font-size: 14px; letter-spacing: 0.08em; }
.craft-step.active { background: rgba(84, 184, 197, 0.22); border-color: var(--mani-blue); }
.craft-step:hover { background: rgba(255, 255, 255, 0.16); }

/* ---------- Home: presence teaser ---------- */
.presence-teaser { position: relative; min-height: 86vh; display: flex; align-items: center; overflow: hidden; }
.presence-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.presence-teaser::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10, 24, 28, 0.55), transparent 60%);
}
.presence-inner { position: relative; z-index: 2; padding: 80px var(--pad-x); width: 100%; }
.presence-card { max-width: 520px; padding: clamp(32px, 4vw, 52px); }

/* ---------- CTA band ---------- */
.cta-band {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: center;
}
.cta-band > div:first-child { display: flex; flex-direction: column; gap: 20px; }
.cta-actions { justify-self: end; text-align: left; }

@media (max-width: 900px) {
  .house-intro { grid-template-columns: 1fr; }
  .craft-steps { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: 1fr; }
  .cta-actions { justify-self: start; }
}

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.24s; }
.reveal-d3 { transition-delay: 0.36s; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .cols-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav-cta { display: none; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-side { justify-self: start; }
}
@media (max-width: 640px) {
  .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

/* ============================================================
   LANDING-PAGE SYSTEM (adapted from mani-landing-page.vercel.app)
   Two-tier header, navy nav, video hero, clients, values, services
   ============================================================ */
:root {
  --navy: #1a1a2e;
  --navy-nav: #22303f;
}

/* ---------- Slim liquid-glass header ---------- */
.lp-header { position: sticky; top: 0; z-index: 1000; }
.lp-bar {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 40px);
  height: 66px;
  padding: 0 var(--pad-x);
  background: rgba(251, 250, 247, 0.62);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 0 var(--hairline), 0 10px 34px rgba(27, 25, 24, 0.05);
}
.lp-logo { flex: none; display: flex; }
.lp-logo img { height: 40px; width: auto; }
.lp-nav { display: flex; align-items: center; gap: clamp(2px, 0.8vw, 10px); margin: 0 auto; }
.lp-nav a {
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 8px 11px;
  position: relative;
  white-space: nowrap;
  transition: color 0.3s;
}
.lp-nav a::after {
  content: "";
  position: absolute;
  left: 11px; right: 11px; bottom: 2px;
  height: 1.5px;
  background: var(--mani-blue-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-nav a:hover { color: var(--ink); }
.lp-nav a:hover::after, .lp-nav a.active::after { transform: scaleX(1); }
.lp-nav a.active { color: var(--mani-blue-deep); }
.lp-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.icon-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(27, 25, 24, 0.14);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.icon-btn svg { width: 16px; height: 16px; }
.icon-btn:hover { border-color: var(--mani-blue); color: var(--mani-blue-deep); background: #fff; }
.lp-enquire {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 100px;
  background: var(--ink);
  color: #fff;
  white-space: nowrap;
  transition: background 0.3s;
}
.lp-enquire:hover { background: var(--mani-blue-deep); }
.search-pop {
  position: absolute;
  top: calc(100% + 10px);
  right: var(--pad-x);
  width: min(440px, calc(100vw - 2 * var(--pad-x)));
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.search-pop.open { opacity: 1; transform: none; pointer-events: all; }
.lp-search { display: flex; align-items: center; border: 1.5px solid rgba(27,25,24,0.14); border-radius: 100px; background: var(--porcelain); overflow: hidden; }
.lp-search:focus-within { border-color: var(--mani-blue); }
.lp-search input { flex: 1; border: 0; outline: 0; background: transparent; padding: 11px 18px; font-family: var(--font-text); font-size: 14px; font-weight: 300; color: var(--ink); }
.lp-search button { border: 0; background: transparent; padding: 8px 16px 8px 4px; cursor: pointer; color: var(--mani-blue-deep); display: flex; }
.lp-header .burger { display: none; }
@media (max-width: 1100px) { .lp-nav { display: none; } .lp-header .burger { display: flex; margin-left: auto; } .lp-actions { margin-left: auto; } }
@media (max-width: 560px) { .lp-actions .icon-btn.hide-sm { display: none; } }

/* ---------- Video hero & slider ---------- */
.video-hero {
  position: relative;
  height: min(88vh, 860px);
  overflow: hidden;
  background: #0c161a;
}
.video-hero video, .video-slider video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-hero .vh-caption {
  position: absolute;
  left: var(--pad-x);
  bottom: 40px;
  z-index: 3;
}
.video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 24, 28, 0.4), transparent 35%);
}
.video-slider {
  position: relative;
  height: min(86vh, 820px);
  overflow: hidden;
  background: #0c161a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.video-slider video { opacity: 0; transition: opacity 1.4s ease; }
.video-slider video.active { opacity: 1; }
.video-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 24, 28, 0.38);
}
.vs-caption { position: relative; z-index: 3; color: #fff; padding: 0 var(--pad-x); display: flex; flex-direction: column; align-items: center; gap: 18px; }
.vs-caption h2 { font-size: clamp(32px, 4.6vw, 58px); font-weight: 200; color: #fff; letter-spacing: -0.01em; }
.vs-caption p { color: rgba(255, 255, 255, 0.85); font-size: clamp(15px, 1.4vw, 18px); font-weight: 300; }
.vs-dots { display: flex; gap: 10px; margin-top: 10px; }
.vs-dots button {
  width: 34px; height: 3px;
  border: 0; border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}
.vs-dots button.active { background: var(--mani-blue); }

/* ---------- Legacy band (25+ years) ---------- */
.legacy-band { text-align: center; max-width: 980px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.btn-outline {
  border: 1.5px solid var(--mani-blue);
  color: var(--mani-blue-deep);
  background: transparent;
}
.btn-outline:hover { background: var(--mani-blue); color: #fff; }
.pillars-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 64px); margin: 30px 0 10px; }
.pillar-min { display: flex; flex-direction: column; gap: 12px; padding: 0 10px; }
.pillar-min h3 { font-size: 14px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); }
.pillar-min h3::after { content: ""; display: block; width: 30px; height: 2px; background: var(--mani-blue); margin: 12px auto 0; }
.pillar-min p { font-size: 14.5px; color: var(--ink-mute); }
@media (max-width: 800px) { .pillars-3 { grid-template-columns: 1fr; } }

/* ---------- Global presence ---------- */
.presence-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 4.5vw, 72px);
  align-items: center;
}
.presence-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.presence-map img { width: 100%; display: block; }
.office-cards { display: flex; flex-direction: column; gap: 18px; }
.office-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.office-card:hover { transform: translateX(6px); box-shadow: var(--shadow-card); border-color: var(--mani-blue-soft); }
.office-card .oc-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.office-card h3 { font-size: 19px; font-weight: 400; }
.office-card .oc-badge {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 100px;
  background: var(--mani-blue-soft);
  color: var(--mani-blue-ink);
  white-space: nowrap;
}
.office-card .oc-badge.hq { background: var(--navy-nav); color: #fff; }
.office-card address { font-style: normal; font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
@media (max-width: 900px) { .presence-grid { grid-template-columns: 1fr; } }

/* ---------- Trust band (anonymous credentials, no client logos) ---------- */
.trust-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.trust-visual { position: relative; }
.trust-visual > img {
  border-radius: var(--radius-lg);
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--shadow-soft);
}
.trust-stat {
  position: absolute;
  right: -18px; bottom: -26px;
  width: clamp(150px, 15vw, 196px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(16, 38, 43, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(10, 25, 29, 0.35);
}
.trust-stat b { font-family: var(--font-display); font-weight: 200; font-size: clamp(38px, 4vw, 54px); line-height: 1; }
.trust-stat b em { color: var(--mani-blue); font-weight: 300; }
.trust-stat span { font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.8); max-width: 12ch; }
.trust-claims { display: flex; flex-direction: column; }
.trust-claim {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--hairline);
  font-size: clamp(15.5px, 1.5vw, 18px);
  color: var(--ink-soft);
}
.trust-claim:first-child { border-top: 1px solid var(--hairline); }
.trust-claim::before { content: "◆"; font-size: 9px; color: var(--mani-blue); flex: none; transform: translateY(-2px); }
.trust-claim b { font-weight: 500; color: var(--ink); }
@media (max-width: 900px) {
  .trust-band { grid-template-columns: 1fr; }
  .trust-stat { right: 12px; bottom: -22px; }
}

/* ---------- Values & services cards ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.value-card {
  background: var(--white);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  align-items: center;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: var(--mani-blue); }
.value-icon {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--mani-blue-mist);
  color: var(--mani-blue-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-icon svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 21px; font-weight: 400; }
.value-card p { font-size: 14px; color: var(--ink-soft); }
@media (max-width: 980px) { .value-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .value-grid { grid-template-columns: 1fr; } }

/* ---------- Product chips ---------- */
.product-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 40px; }
.product-chips a {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid rgba(27, 25, 24, 0.16);
  color: var(--ink-soft);
  background: var(--white);
  transition: all 0.3s;
}
.product-chips a:hover { border-color: var(--mani-blue); color: var(--mani-blue-deep); background: var(--mani-blue-mist); }

/* ---------- Footer (navy restyle) ---------- */
.footer { background: var(--navy); border-top: 3px solid var(--mani-blue); }
.footer-contact li { margin-bottom: 10px; font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.6; }
.footer-contact li a { color: rgba(255,255,255,0.78); }
.footer-contact li a:hover { color: #fff; }

/* ---------- Quote band (centered monogram + quote + CTA) ---------- */
.quote-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.quote-band .mono-divider { margin: 0 auto; }
.quote-band blockquote {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.quote-band cite { font-style: normal; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); }
.quote-band h2 { text-align: center; }
.quote-band .lede { margin: 0 auto; }
.quote-band .btn { margin-top: 14px; }
.quote-band > div:last-child { margin-top: 14px; }

/* ---------- Notice bar (sitewide manufacturing prompt) ---------- */
.notice-bar {
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 44px;
  background: var(--navy-nav);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
}
.notice-bar a { color: var(--mani-blue); border-bottom: 1px solid rgba(84, 184, 197, 0.5); padding-bottom: 1px; white-space: nowrap; transition: color 0.3s; }
.notice-bar a:hover { color: #fff; }
.notice-close {
  position: absolute;
  right: 12px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border: 0; border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.notice-close:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

/* ---------- Footer enquiry form (sitewide) ---------- */
.footer-enquire {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding-bottom: 52px;
  margin-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-enquire h3 {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(26px, 3vw, 40px);
  color: #fff;
  line-height: 1.12;
}
.footer-enquire h3 em { color: var(--mani-blue); font-weight: 300; }
.footer-enquire .fe-sub { font-size: 13.5px; color: rgba(255, 255, 255, 0.55); margin-top: 10px; max-width: 44ch; }
.fe-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fe-form input, .fe-form textarea {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}
.fe-form input::placeholder, .fe-form textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.fe-form input:focus, .fe-form textarea:focus { border-color: var(--mani-blue); background: rgba(255, 255, 255, 0.1); }
.fe-form textarea { grid-column: span 2; min-height: 74px; resize: vertical; }
.fe-form .btn { grid-column: span 2; justify-content: center; }
.fe-thanks { color: rgba(255, 255, 255, 0.85); font-size: 15px; padding: 20px 0; }
@media (max-width: 900px) { .footer-enquire { grid-template-columns: 1fr; } }

/* ---------- Footer certification marks ---------- */
.footer-certs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  padding: 30px 0 4px;
}
.footer-certs .fc-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 10px;
}
.cert-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.3s;
}
.cert-mark:hover { border-color: var(--mani-blue); }
.cert-mark b { font-family: var(--font-display); font-weight: 400; font-size: 14.5px; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.92); }
.cert-mark span { font-size: 8.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); white-space: nowrap; }

/* ---------- Capability tiles (photographed services) ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cap-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.cap-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: var(--mani-blue-soft); }
.cap-media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.cap-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
.cap-card:hover .cap-media img { transform: scale(1.05); }
.cap-media .cap-chip {
  position: absolute;
  bottom: 14px; left: 14px;
  padding: 9px 16px;
  border-radius: 100px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.cap-media .cap-chip i { font-style: normal; font-family: var(--font-display); color: var(--mani-blue-deep); margin-right: 6px; }
.cap-body { padding: 24px 28px 30px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cap-body h3 { font-size: 21px; font-weight: 400; }
.cap-body p { font-size: 14px; color: var(--ink-soft); }
.cap-body .cap-tag { font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--mani-blue-deep); }
@media (max-width: 980px) { .cap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cap-grid { grid-template-columns: 1fr; } }

/* ---------- Capability spec strip (numbered hard facts) ---------- */
.spec-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--hairline);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.spec {
  background: var(--porcelain);
  padding: 34px 28px 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spec .spec-num {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 30px;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.spec .spec-num i {
  font-style: normal;
  font-family: var(--font-text);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mani-blue-deep);
}
.spec p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.band-ivory .spec { background: var(--ivory); }
@media (max-width: 1080px) { .spec-strip { grid-template-columns: repeat(2, 1fr); } .spec-strip .spec:last-child { grid-column: span 2; } }
@media (max-width: 560px) { .spec-strip { grid-template-columns: 1fr; } .spec-strip .spec:last-child { grid-column: span 1; } }

/* ---------- Export chips (world reach) ---------- */
.ship-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.ship-chips span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid var(--mani-blue-soft);
  background: var(--white);
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.ship-chips span::before { content: "◆"; font-size: 8px; color: var(--mani-blue); }

/* ---------- Integration ribbon (rough stone → counter) ---------- */
.ribbon-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  counter-reset: rib;
}
.rib-step {
  position: relative;
  padding: 30px 22px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
}
.rib-step::before {
  counter-increment: rib;
  content: counter(rib, upper-roman);
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 15px;
  color: var(--mani-blue-deep);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--mani-blue-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.rib-step::after {
  content: "";
  position: absolute;
  top: 56px;
  left: calc(50% + 34px);
  right: calc(-50% + 34px);
  height: 1px;
  background: linear-gradient(90deg, var(--mani-blue), var(--mani-blue-soft));
}
.rib-step:last-child::after { display: none; }
.rib-step > div { display: flex; flex-direction: column; gap: 7px; }
.rib-step b { font-size: 13px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); }
.rib-step span { font-size: 12.5px; color: var(--ink-mute); line-height: 1.55; max-width: 24ch; margin: 0 auto; }
@media (max-width: 900px) {
  .ribbon-flow { grid-template-columns: 1fr; gap: 6px; }
  .rib-step { flex-direction: row; text-align: left; align-items: center; padding: 10px 0; gap: 18px; }
  .rib-step > div { gap: 3px; }
  .rib-step span { margin: 0; }
  .rib-step::before { flex: none; }
  .rib-step::after { display: none; }
}

/* ---------- Products: gallery / spec view toggle ---------- */
.view-toggle { display: inline-flex; border: 1px solid rgba(27, 25, 24, 0.18); border-radius: 100px; overflow: hidden; }
.view-toggle button {
  font-family: var(--font-text);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 26px;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.3s;
}
.view-toggle button.active { background: var(--ink); color: #fff; }
.prod-grid.gallery-mode .prod-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.prod-grid.gallery-mode .prod-card .p-img {
  border-radius: 50%;
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-card);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.prod-grid.gallery-mode .prod-card:hover { transform: none; box-shadow: none; }
.prod-grid.gallery-mode .prod-card:hover .p-img { transform: scale(1.04); }
.prod-grid.gallery-mode .prod-card .p-body { display: none; }

/* ============================================================
   LIQUID GLASS REFRESH — aurora bands + frosted cards
   ============================================================ */
.band-ivory {
  background:
    radial-gradient(1100px 520px at 12% 0%, rgba(84, 184, 197, 0.10), transparent 60%),
    radial-gradient(900px 480px at 88% 100%, rgba(46, 131, 145, 0.07), transparent 60%),
    var(--ivory);
}
.band-mist {
  background:
    radial-gradient(1000px 500px at 85% 8%, rgba(84, 184, 197, 0.16), transparent 60%),
    radial-gradient(820px 460px at 8% 92%, rgba(255, 255, 255, 0.8), transparent 65%),
    var(--mani-blue-mist);
}
.section:not(.band-ivory):not(.band-mist):not(.band-ink) {
  background:
    radial-gradient(1200px 600px at 90% -10%, rgba(84, 184, 197, 0.055), transparent 55%),
    var(--porcelain);
}
.band-ink {
  background:
    radial-gradient(900px 480px at 85% 0%, rgba(84, 184, 197, 0.14), transparent 60%),
    #10262b;
}

.value-card, .pillar, .office-card, .loc-card, .cap-card, .prod-card, .cat-card, .contact-form {
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 10px 34px rgba(23, 78, 88, 0.07);
}
.value-card:hover, .pillar:hover, .cap-card:hover, .loc-card:hover, .cat-card:hover {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(84, 184, 197, 0.5);
}
.spec { background: rgba(251, 250, 247, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.band-ivory .spec { background: rgba(255, 255, 255, 0.5); }

.product-chips a, .ship-chips span, .loc-filter, .view-toggle {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 16px rgba(23, 78, 88, 0.05);
}
.view-toggle { overflow: hidden; }
.loc-filter.active { background: var(--ink); border-color: var(--ink); }

.notice-bar {
  background: rgba(34, 48, 63, 0.88);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
}

.trust-visual > img { border: 1px solid rgba(255, 255, 255, 0.8); }
.presence-map { border: 1px solid rgba(255, 255, 255, 0.8); }

/* ---------- FAQ accordion ---------- */
.faq-cat { margin-bottom: clamp(36px, 5vh, 56px); }
.faq-cat h2 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 300; margin-bottom: 18px; }
.faq-item {
  border-bottom: 1px solid var(--hairline);
}
.faq-item:first-of-type { border-top: 1px solid var(--hairline); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  font-size: 16.5px;
  font-weight: 400;
  color: var(--ink);
  transition: color 0.3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 200;
  color: var(--mani-blue-deep);
  flex: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--mani-blue-deep); }
.faq-item .faq-a { padding: 0 4px 24px; font-size: 15px; color: var(--ink-soft); max-width: 72ch; }
.faq-item .faq-a a { color: var(--mani-blue-deep); border-bottom: 1px solid var(--mani-blue-soft); }
