:root {
  --black: #000;
  --white: #fff;
  --muted: rgba(255,255,255,.58);
  --soft: rgba(255,255,255,.12);
  --scroll: 0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; }
body { margin: 0; background: #000; color: #fff; font-family: Cardo, Georgia, serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
main { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.bungee, h1, h2, .pill-link, .button, .layer-card strong, .bridge-year, .desktop-nav a, .port-list span, .eyebrow, .icon { font-family: Bungee, Cardo, Georgia, serif; }
.brand, .footer strong, .statement { font-family: Cardo, Georgia, serif; font-weight: 700; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 13px; font-size: 18px; font-weight: 700; letter-spacing: .02em; text-transform: none; color: rgba(255,255,255,.92); white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; display: block; box-shadow: 0 0 18px rgba(255,255,255,.13); background: #fff; position: relative; }
.brand-mark img { width: 42px; height: 42px; object-fit: cover; border-radius: 0; }
.logo-with-tm { position: relative; display: inline-block; }
.logo-with-tm::after { content: "™"; position: absolute; right: -12px; top: -6px; color: #fff; font-family: Cardo, Georgia, serif; font-weight: 700; font-size: 12px; line-height: 1; text-shadow: 0 0 8px rgba(0,0,0,.9); }
sup { font-size: .38em; line-height: 0; vertical-align: super; margin-left: .05em; }

.desktop-nav { display: flex; gap: 30px; align-items: center; }
.desktop-nav a, .pill-link { font-size: 12px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.64); transition: .2s ease; }
.desktop-nav a:hover, .pill-link:hover { color: #fff; }
.pill-link { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 11px 16px; color: #fff; }

.hero { position: relative; min-height: 145vh; overflow: visible; }
.hero-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(22px, 5vw, 76px);
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 96px clamp(18px, 4vw, 48px) 40px;
}
.hero-background-glow {
  position: absolute;
  left: 55%;
  top: 50%;
  width: min(90vw, 880px);
  height: min(90vw, 880px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.075) 0%, rgba(255,255,255,.045) 28%, rgba(255,255,255,.016) 56%, rgba(255,255,255,0) 82%);
  filter: blur(28px);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; transform: translateY(calc(var(--scroll) * -54px)); opacity: calc(1 - var(--scroll) * .58); }
h1, h2 { margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 8.8vw, 136px); line-height: .92; letter-spacing: -.03em; }
.product-name { display: block; text-align: left; max-width: 100%; }
.product-line { display: block; white-space: nowrap; }
.product-line sup { font-size: .18em; margin-left: .05em; position: relative; top: -.55em; }
.pq-line { font-size: .70em; letter-spacing: .02em; margin-top: .10em; }
h2 { font-size: clamp(40px, 6vw, 78px); line-height: 1.04; }
.hero-subtitle { margin: 30px 0 0; max-width: 610px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.22); font-size: clamp(24px, 2.6vw, 36px); line-height: 1.22; color: rgba(255,255,255,.92); font-weight: 700; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 20px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transition: .2s ease; }
.primary { background: #fff; color: #000; }
.secondary { border: 1px solid rgba(255,255,255,.2); color: #fff; }
.button:hover { transform: translateY(-2px); }

.hero-visual { position: relative; z-index: 2; min-height: min(72vh, 720px); display: grid; place-items: center; overflow: visible; transform: translateY(calc(var(--scroll) * 28px)); }
.product-glow {
  position: absolute;
  width: min(66vw, 570px);
  aspect-ratio: .72 / 1;
  border-radius: 28%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.16) 0%, rgba(255,255,255,.08) 31%, rgba(255,255,255,.028) 60%, rgba(255,255,255,0) 86%);
  filter: blur(23px);
  animation: haloBreath 5.8s ease-in-out infinite;
}
.hero-product {
  position: relative;
  z-index: 2;
  width: min(39vw, 500px);
  max-height: 70vh;
  object-fit: contain;
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,.86))
    drop-shadow(0 0 28px rgba(255,255,255,.22))
    drop-shadow(0 38px 88px rgba(255,255,255,.14));
  transform: scale(calc(1 + var(--scroll) * .018));
  transform-origin: center;
}
@keyframes haloBreath { 0%,100% { transform: scale(.985); opacity: .68; } 50% { transform: scale(1.035); opacity: 1; } }

.section-pad { padding: clamp(86px, 12vw, 160px) clamp(18px, 4vw, 48px); }
.section-heading p, .about-copy p, .contact-card p, .footer p { color: var(--muted); font-size: 20px; line-height: 1.68; font-weight: 400; }
.centre { text-align: center; margin: 0 auto; max-width: 780px; }
.eyebrow { margin: 0 0 18px; font-size: 13px !important; font-weight: 400; letter-spacing: .30em; text-transform: uppercase; color: rgba(255,255,255,.60) !important; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; width: min(100%, 1240px); margin: 0 auto; }
.align-end { align-items: end; }

.cinema-stage {
  position: relative;
  width: min(100%, 1180px);
  min-height: 620px;
  margin: 72px auto 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(54px, 9vw, 150px);
  overflow: visible;
}
.floating-product-card { position: relative; min-height: 480px; display: grid; place-items: center; margin: 0; overflow: visible; }
.floating-product-card img {
  position: relative;
  z-index: 2;
  width: min(100%, 490px);
  max-height: 520px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 1px rgba(255,255,255,.55))
    drop-shadow(0 0 18px rgba(255,255,255,.12))
    drop-shadow(0 30px 70px rgba(255,255,255,.10));
}
.product-card-halo {
  position: absolute;
  z-index: 1;
  width: min(92%, 470px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.12) 0%, rgba(255,255,255,.06) 34%, rgba(255,255,255,.018) 60%, rgba(255,255,255,0) 84%);
  filter: blur(22px);
  animation: haloBreath 5.8s ease-in-out infinite;
}
.float-left { animation: floatLeft 7s ease-in-out infinite; }
.float-right { animation: floatRight 6.5s ease-in-out infinite .7s; }
@keyframes floatLeft { 0%,100% { transform: translate3d(-10px,8px,0) rotate(-1.4deg); } 50% { transform: translate3d(8px,-12px,0) rotate(.8deg); } }
@keyframes floatRight { 0%,100% { transform: translate3d(10px,-5px,0) rotate(1deg); } 50% { transform: translate3d(-8px,12px,0) rotate(-.8deg); } }

.feature-row {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  background: rgba(255,255,255,.04);
}
.feature-row article, .port-list article, .layer-card, .contact-links a {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  background: rgba(255,255,255,.04);
  padding: 22px;
}
.feature-row h3, .port-list h3, .layer-card h3 { margin: 0; color: #fff; font-family: Cardo, Georgia, serif; font-weight: 700; font-size: 22px; }
.feature-row p, .port-list p, .layer-card p { margin: 9px 0 0; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.60); }
.icon { display: inline-block; margin-bottom: 18px; color: #fff; opacity: .9; font-size: 34px; line-height: 1; letter-spacing: .02em; text-shadow: 0 0 18px rgba(255,255,255,.18); }

.image-halo-card {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 0 54px rgba(255,255,255,.09);
  overflow: visible;
}
.image-halo-card::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 52px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.14) 0%, rgba(255,255,255,.065) 38%, rgba(255,255,255,.02) 62%, rgba(255,255,255,0) 88%);
  filter: blur(22px);
  opacity: .85;
  animation: squareBreath 5.2s ease-in-out infinite;
  z-index: -1;
}
.image-halo-card img { width: 100%; border-radius: 24px; object-fit: contain; }
@keyframes squareBreath { 0%,100% { transform: scale(.985); opacity: .6; } 50% { transform: scale(1.025); opacity: 1; } }

.port-list { margin-top: 34px; display: grid; gap: 12px; }
.port-list article { display: flex; gap: 16px; transition: .25s ease; }
.port-list article:hover { transform: translateX(6px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.port-list span { flex: 0 0 auto; font-family: Bungee, Cardo, Georgia, serif; color: rgba(255,255,255,.45); }

.inside { position: relative; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.035), transparent), #000; }
.layer-card { display: flex; gap: 18px; margin-top: 30px; }
.layer-card strong { font-size: 52px; line-height: 1; }
.layer-dots { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; margin-top: 18px; }
.layer-dots button { height: 9px; border: 0; border-radius: 999px; background: rgba(255,255,255,.2); cursor: pointer; transition: .25s ease; }
.layer-dots button.active { background: #fff; }
.layers-visual { position: relative; min-height: 620px; display: grid; place-items: center; overflow: visible; }
.layers-visual img {
  position: relative;
  z-index: 2;
  max-height: 650px;
  object-fit: contain;
  animation: layerFloat 5s ease-in-out infinite;
  filter: drop-shadow(0 0 34px rgba(255,255,255,.10));
}
.layers-halo {
  position: absolute;
  width: min(84%, 560px);
  aspect-ratio: 1.12 / 1;
  border-radius: 44%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.115), rgba(255,255,255,.055) 34%, rgba(255,255,255,.016) 61%, rgba(255,255,255,0) 86%);
  filter: blur(24px);
  animation: haloBreath 6s ease-in-out infinite;
}
@keyframes layerFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-12px) scale(1.018); } }

.india-bridge { padding-top: 42px; padding-bottom: 28px; }
.bridge-frame {
  position: relative;
  width: min(100%, 1240px);
  min-height: 560px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 42px;
  background: #060606;
  box-shadow: inset 0 0 80px rgba(255,255,255,.04);
}
.bridge-img { position: absolute; top: 0; width: 60%; height: 100%; object-fit: cover; opacity: .88; filter: none; }
.bridge-left { left: -4%; animation: bridgeLeft 8s ease-in-out infinite alternate; }
.bridge-right { right: -4%; animation: bridgeRight 8s ease-in-out infinite alternate; }
@keyframes bridgeLeft { from { transform: translateX(-2%) scale(1.02); opacity: .78; } to { transform: translateX(6%) scale(1.07); opacity: .94; } }
@keyframes bridgeRight { from { transform: translateX(2%) scale(1.02); opacity: .78; } to { transform: translateX(-6%) scale(1.07); opacity: .94; } }
.bridge-soften {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.10), rgba(0,0,0,.42) 42%, rgba(0,0,0,.88) 100%),
    linear-gradient(90deg, rgba(0,0,0,.55), transparent 28%, transparent 72%, rgba(0,0,0,.55));
}
.bridge-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: clamp(132px, 13vw, 176px);
  height: clamp(132px, 13vw, 176px);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 65px rgba(255,255,255,.18);
}
.bridge-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.bridge-copy { position: absolute; z-index: 4; max-width: 330px; color: #fff; text-shadow: 0 2px 22px rgba(0,0,0,.85); }
.bridge-copy-left { left: clamp(18px, 4vw, 52px); top: clamp(24px, 6vw, 70px); }
.bridge-copy-right { right: clamp(18px, 4vw, 52px); bottom: clamp(44px, 7vw, 88px); text-align: right; }
.bridge-copy p { margin: 0; font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.88); }
.bridge-year { font-size: clamp(34px, 5vw, 62px) !important; line-height: 1 !important; letter-spacing: -.04em; color: #fff !important; }
.bridge-credit {
  position: absolute;
  z-index: 4;
  bottom: 14px;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255,255,255,.72);
  text-shadow: 0 2px 18px rgba(0,0,0,.9);
}
.bridge-credit-left { left: 18px; }
.bridge-credit-right { right: 18px; text-align: right; }

.about.section-pad.tight-top { padding-top: 50px; }
.about-copy { width: min(100%, 960px); margin: 0 auto; }
.about-copy p:not(.eyebrow) { margin: 0 0 34px; font-size: clamp(25px, 3vw, 42px); line-height: 1.42; color: rgba(255,255,255,.88); }
.about-copy .statement { font-family: Cardo, Georgia, serif; font-weight: 700; font-size: clamp(34px, 4.8vw, 64px); line-height: 1.15; color: #fff; letter-spacing: 0; }

.contact { padding-bottom: 0; background: radial-gradient(circle at 50% 18%, rgba(255,255,255,.05), transparent 40%), #000; }
.contact-card {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 34px;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid var(--soft);
  border-radius: 42px;
  background: rgba(255,255,255,.045);
}
.contact-intro { max-width: 780px; margin: 10px 0 0; font-size: clamp(22px, 2.45vw, 38px) !important; line-height: 1.35 !important; color: rgba(255,255,255,.86) !important; text-wrap: balance; }
.nowrap { white-space: nowrap; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.contact-links a { display: block; color: #fff; word-break: break-word; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: rgba(255,255,255,.04); padding: 22px; }
.contact-links span { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.contact-card aside { border: 1px solid var(--soft); border-radius: 32px; background: rgba(0,0,0,.52); padding: 28px; }
.contact-logo { width: 118px; height: 118px; margin-bottom: 28px; background: #fff; box-shadow: 0 0 38px rgba(255,255,255,.13); }
.contact-logo img { width: 118px; height: 118px; object-fit: cover; border-radius: 0; }
.contact-card aside p { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.72); }
.contact-card aside .button { margin-top: 22px; }

.footer { width: min(100%, 1240px); margin: 0 auto; padding: 42px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--soft); }
.footer strong { font-size: clamp(31px, 5vw, 58px); line-height: 1; }
.footer div { text-align: right; }
.footer p { margin: 0 0 6px; }
.credit { max-width: 620px; font-size: 12px !important; line-height: 1.55 !important; color: rgba(255,255,255,.48) !important; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .brand span:last-child { display: none; }
  .site-header { padding: 10px 16px; }
  .brand-mark, .brand-mark img { width: 38px; height: 38px; }
  .logo-with-tm::after { right: -12px; top: -6px; font-size: 12px; }
  .pill-link { padding: 10px 12px; letter-spacing: .12em; }
  .hero { min-height: 128vh; }
  .hero-sticky, .two-col, .contact-card { grid-template-columns: 1fr; }
  .hero-sticky { align-content: center; gap: 18px; padding-top: 86px; }
  .hero-background-glow { left: 50%; width: 110vw; height: 110vw; }
  .hero-visual { min-height: 390px; }
  .hero-product { width: min(76vw, 405px); max-height: 48vh; }
  .product-glow { width: min(88vw, 450px); }
  .cinema-stage { min-height: auto; grid-template-columns: 1fr; gap: 28px; margin-top: 52px; }
  .floating-product-card { min-height: 390px; }
  .floating-product-card img { max-height: 390px; width: min(88%, 420px); }
  .feature-row { grid-template-columns: 1fr; margin-top: 20px; }
  .two-col.reverse-mobile .layers-visual { order: -1; }
  .layers-visual { min-height: 460px; }
  .bridge-frame { min-height: 560px; border-radius: 28px; }
  .bridge-img { width: 78%; }
  .bridge-left { left: -38%; }
  .bridge-right { right: -38%; }
  .bridge-logo { width: 122px; height: 122px; }
  .bridge-copy { max-width: 220px; }
  .bridge-copy-left { top: 26px; left: 18px; }
  .bridge-copy-right { right: 18px; bottom: 64px; }
  .bridge-copy p { font-size: 13px; }
  .bridge-credit { font-size: 9.5px; max-width: 42%; }
  .about.section-pad.tight-top { padding-top: 34px; }
  .contact-links { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .footer div { text-align: left; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(72px, 24vw, 112px); }
  h2 { font-size: 38px; }
  .hero-subtitle { font-size: 20px; }
  .section-pad { padding-left: 16px; padding-right: 16px; }
  .image-halo-card { padding: 8px; border-radius: 24px; }
  .image-halo-card img { border-radius: 18px; }
  .contact-intro { font-size: 22px !important; }
  .contact-card { border-radius: 28px; }
}


/* v8 mobile readiness refinements */
@media (max-width: 1024px) {
  .hero-sticky { grid-template-columns: 1fr; padding-top: 92px; gap: 10px; }
  .hero-copy { text-align: center; }
  .product-name { text-align: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; padding-left: 0; border-left: 0; max-width: 720px; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 440px; }
  .hero-product { width: min(70vw, 420px); max-height: 50vh; }
}
@media (max-width: 760px) {
  body { overflow-x: hidden; }
  .site-header { min-height: 62px; }
  .pill-link { font-size: 10px; padding: 10px 12px; letter-spacing: .10em; }
  h1 { font-size: clamp(50px, 16vw, 92px); line-height: .94; }
  .product-line sup { top: -.50em; }
  .pq-line { font-size: .72em; margin-top: .08em; }
  .hero { min-height: 118vh; }
  .hero-sticky { min-height: 100svh; padding-top: 82px; padding-bottom: 32px; }
  .hero-subtitle { font-size: clamp(19px, 6.2vw, 28px); line-height: 1.18; margin-top: 20px; }
  .button { width: 100%; max-width: 280px; }
  .hero-visual { min-height: 340px; }
  .hero-product { width: min(78vw, 360px); max-height: 44svh; }
  .product-glow { width: min(92vw, 390px); filter: blur(18px); }
  .section-heading p, .about-copy p, .contact-card p, .footer p { font-size: 18px; }
  .section-pad { padding-top: 72px; padding-bottom: 72px; }
  .two-col { gap: 28px; }
  .feature-row { padding: 12px; }
  .contact-card { padding: 22px; }
}
@media (max-width: 420px) {
  h1 { font-size: clamp(45px, 15vw, 66px); }
  .product-line sup { font-size: .16em; top: -.52em; }
  .brand-mark, .brand-mark img { width: 34px; height: 34px; }
  .logo-with-tm::after { right: -10px; top: -6px; font-size: 10px; }
  .pill-link { font-size: 9px; padding: 9px 10px; }
  .hero-sticky { padding-left: 14px; padding-right: 14px; }
  .hero-product { width: min(82vw, 320px); }
  .floating-product-card img { width: min(92%, 340px); max-height: 330px; }
  .bridge-copy { max-width: 180px; }
  .bridge-logo { width: 104px; height: 104px; }
  .contact-logo, .contact-logo img { width: 96px; height: 96px; }
}


/* v9 final responsiveness and polish */
@media (max-width: 1180px) {
  .brand { font-size: 17px; }
  .desktop-nav { gap: 24px; }
}
@media (max-width: 1024px) {
  .product-name { text-align: center; }
  .product-line { white-space: normal; }
}
@media (max-width: 760px) {
  .product-name { max-width: 96vw; margin: 0 auto; }
  .product-line { white-space: nowrap; }
  .hero-actions { width: 100%; }
  .button { min-height: 48px; }
  .feature-row article, .port-list article, .layer-card, .contact-links a { border-radius: 22px; padding: 20px; }
  .footer strong { font-size: clamp(30px, 12vw, 46px); }
}
@media (max-width: 380px) {
  .product-line { white-space: normal; }
  .pq-line { white-space: nowrap; }
  .pill-link { display: none; }
  .hero-subtitle { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .hero-copy, .hero-visual, .hero-product { transform: none !important; }
}


/* v10 pre-final refinements */
.product-name {
  max-width: 760px;
  font-size: clamp(52px, 6.8vw, 104px);
  line-height: .94;
  letter-spacing: -.032em;
}
.magzap-line { font-size: 1em; }
.pq-line {
  font-size: .56em;
  letter-spacing: .055em;
  margin-top: .12em;
}
.product-line sup {
  font-size: .16em;
  margin-left: .065em;
  top: -.55em;
}
.brand-mark,
.brand-mark img {
  width: 36px;
  height: 36px;
}
.brand-mark.logo-with-tm::after {
  right: -13px;
  top: -7px;
  font-size: 11px;
}
.bridge-logo.logo-with-tm::after {
  right: -24px;
  top: -16px;
  font-size: 17px;
}
.contact-logo.logo-with-tm::after {
  right: -22px;
  top: -15px;
  font-size: 16px;
}
.tagline-line strong {
  color: rgba(255,255,255,.92);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product-name {
    max-width: 92vw;
    font-size: clamp(54px, 11vw, 112px);
    text-align: center;
  }
  .pq-line { font-size: .58em; }
}
@media (max-width: 760px) {
  .product-name {
    font-size: clamp(44px, 14vw, 82px);
    line-height: .96;
  }
  .product-line { white-space: nowrap; }
  .pq-line { font-size: .60em; margin-top: .12em; }
  .brand-mark,
  .brand-mark img { width: 34px; height: 34px; }
  .brand-mark.logo-with-tm::after { right: -11px; top: -6px; font-size: 10px; }
  .bridge-logo.logo-with-tm::after { right: -19px; top: -13px; font-size: 14px; }
  .contact-logo.logo-with-tm::after { right: -18px; top: -12px; font-size: 14px; }
}
@media (max-width: 420px) {
  .product-name { font-size: clamp(38px, 13vw, 58px); }
  .product-line { white-space: nowrap; }
  .pq-line { font-size: .62em; }
  .product-line sup { font-size: .15em; top: -.55em; }
}


/* FINAL READY OVERRIDES */
.product-name {
  max-width: 690px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .96;
  letter-spacing: -.028em;
}
.magzap-line {
  font-size: 1em;
  display: block;
  white-space: nowrap;
}
.product-tm {
  display: inline-block;
  font-size: .12em !important;
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: -.78em !important;
  margin-left: .025em;
  margin-right: .015em;
}
.title-gap {
  display: inline-block;
  width: .11em;
}
.pq-line {
  font-size: .58em;
  letter-spacing: .055em;
  margin-top: .12em;
  white-space: nowrap;
}
.brand-mark,
.brand-mark img {
  width: 34px;
  height: 34px;
}
.brand-mark.logo-with-tm::after {
  right: -11px;
  top: -6px;
  font-size: 10px;
}
.bridge-logo.logo-with-tm::after {
  right: -26px;
  top: -17px;
  font-size: 17px;
}
.contact-logo.logo-with-tm::after {
  right: -28px;
  top: -16px;
  font-size: 16px;
}
.tagline-line strong {
  color: rgba(255,255,255,.94);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product-name {
    max-width: 92vw;
    font-size: clamp(54px, 10vw, 96px);
    text-align: center;
  }
  .product-tm { top: -.76em !important; }
}
@media (max-width: 760px) {
  .product-name {
    font-size: clamp(42px, 13vw, 76px);
    line-height: .98;
  }
  .product-tm {
    font-size: .12em !important;
    top: -.74em !important;
  }
  .title-gap { width: .09em; }
  .pq-line { font-size: .60em; margin-top: .10em; }
  .brand-mark,
  .brand-mark img { width: 32px; height: 32px; }
  .brand-mark.logo-with-tm::after { right: -10px; top: -5px; font-size: 9px; }
  .bridge-logo.logo-with-tm::after { right: -21px; top: -14px; font-size: 14px; }
  .contact-logo.logo-with-tm::after { right: -22px; top: -14px; font-size: 14px; }
}
@media (max-width: 420px) {
  .product-name { font-size: clamp(38px, 12.8vw, 56px); }
  .product-tm { font-size: .115em !important; top: -.72em !important; }
  .title-gap { width: .08em; }
  .pq-line { font-size: .62em; }
}

/* MOBILE DEPLOY FIX — header visibility, smooth anchors, bridge overlap, jitter reduction */
@media (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand cta"
      "nav nav";
    align-items: center;
    row-gap: 9px;
    padding: 10px 14px 11px;
  }

  .brand {
    grid-area: brand;
    display: flex;
    min-width: 0;
    gap: 10px;
    font-size: 17px;
  }

  .brand span:last-child,
  .brand-name {
    display: inline !important;
    overflow: visible;
    text-overflow: clip;
  }

  .brand-mark,
  .brand-mark img {
    width: 32px !important;
    height: 32px !important;
  }

  .brand-mark.logo-with-tm::after {
    right: -10px !important;
    top: -5px !important;
    font-size: 9px !important;
  }

  .pill-link {
    grid-area: cta;
    display: none !important;
  }

  .desktop-nav {
    grid-area: nav;
    display: flex !important;
    width: 100%;
    justify-content: center;
    gap: clamp(24px, 9vw, 48px);
    padding-top: 9px;
    border-top: 1px solid rgba(255,255,255,.10);
  }

  .desktop-nav a {
    font-size: 11px;
    letter-spacing: .18em;
    color: rgba(255,255,255,.72);
  }

  .hero {
    min-height: auto !important;
  }

  .hero-sticky {
    position: relative !important;
    top: auto !important;
    min-height: auto !important;
    padding-top: 132px !important;
    padding-bottom: 42px !important;
  }

  .hero-copy,
  .hero-visual,
  .hero-product {
    transform: none !important;
    opacity: 1 !important;
  }

  .product-glow,
  .product-card-halo,
  .layers-halo,
  .image-halo-card::before {
    animation: none !important;
  }

  .float-left,
  .float-right,
  .layers-visual img {
    animation: none !important;
  }

  .bridge-frame {
    min-height: 640px;
  }

  .bridge-img {
    width: 86% !important;
    height: 100%;
  }

  .bridge-left {
    left: -32% !important;
    animation: bridgeLeftMobile 8s ease-in-out infinite alternate !important;
  }

  .bridge-right {
    right: -32% !important;
    animation: bridgeRightMobile 8s ease-in-out infinite alternate !important;
  }

  @keyframes bridgeLeftMobile {
    from { transform: translateX(0) scale(1.02); opacity: .78; }
    to { transform: translateX(8%) scale(1.07); opacity: .94; }
  }

  @keyframes bridgeRightMobile {
    from { transform: translateX(0) scale(1.02); opacity: .78; }
    to { transform: translateX(-8%) scale(1.07); opacity: .94; }
  }

  .bridge-soften {
    background:
      radial-gradient(circle at center, rgba(0,0,0,.04), rgba(0,0,0,.30) 40%, rgba(0,0,0,.78) 100%),
      linear-gradient(90deg, rgba(0,0,0,.42), transparent 36%, transparent 64%, rgba(0,0,0,.42));
  }

  .bridge-logo {
    top: 51%;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 16px;
  }

  .desktop-nav {
    gap: clamp(18px, 8vw, 34px);
  }

  .desktop-nav a {
    font-size: 10px;
    letter-spacing: .16em;
  }

  .hero-sticky {
    padding-top: 126px !important;
  }

  .bridge-frame {
    min-height: 650px;
  }

  .bridge-img {
    width: 90% !important;
  }

  .bridge-left { left: -36% !important; }
  .bridge-right { right: -36% !important; }
}

@media (max-width: 380px) {
  .brand { font-size: 15px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 9.5px; letter-spacing: .14em; }
}

/* FINAL MOBILE V2 FIXES — stable layer card and story anchor */
#story, #about, #contact, #ports, #inside, #product {
  scroll-margin-top: 132px;
}

.layer-card {
  min-height: 184px;
  align-items: center;
}

.layer-card > div {
  min-width: 0;
}

.layer-card h3,
.layer-card p {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  #story, #about, #contact, #ports, #inside, #product {
    scroll-margin-top: 154px;
  }

  .layer-card {
    min-height: 282px;
    align-items: center;
  }

  .layer-card strong {
    flex: 0 0 auto;
  }

  .inside.section-pad {
    padding-bottom: 78px;
  }
}

@media (max-width: 520px) {
  .layer-card {
    min-height: 306px;
  }

  .layer-card p {
    font-size: 20px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 380px) {
  .layer-card {
    min-height: 330px;
  }
}
