.elementor-278 .elementor-element.elementor-element-eb7966c > .elementor-container{min-height:400px;}.elementor-278 .elementor-element.elementor-element-eb7966c{overflow:hidden;margin-top:0px;margin-bottom:0px;}.elementor-278 .elementor-element.elementor-element-ee37168 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2ac2fbe *//* =====================================================================
   NUCA SANTVANA BRAIN RETRACTOR — Page CSS
   Paste this into: Elementor > Page Settings (gear icon, bottom-left)
   > Advanced tab > Custom CSS.
   This is scoped to THIS PAGE ONLY and will not affect your Home page.

   NOTE: Because your site's font/brand variables live inside the Home
   page's own <style> block (not a shared theme stylesheet), this file
   repeats the same brand variables + a few base classes (eyebrow,
   section-title, section-body, why-card, founder-photo, etc.) so this
   page renders identically without touching the Home page at all.

   UPDATE: Hero image block rewritten for the actual 1254x1254 square
   poster (was previously sized for a 1600x700 landscape placeholder).
   On wide screens the square photo no longer stretches or crops — it
   sits centered at its natural ratio, and the leftover side space is
   filled with a subtle animated neural-network graphic instead of
   being left blank. Panels auto-hide on tablet/mobile.

   UPDATE 2: Founder's note paragraph text set to black, and a
   .founder-designation style added for Dr. Iype Cherian's credentials.
===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');

:root{
  --teal-900:#063C47;
  --teal-700:#00879E;
  --teal-500:#00D9F0;
  --teal-100:#E3FBFF;
  --black:#000000;
  --ink:#00D9F0;
  --line:rgba(0,217,240,0.15);
  --serif:'Fraunces', serif;
  --sans:'Inter', sans-serif;
  --mono:'JetBrains Mono', monospace;
}

.wrap{ max-width:1180px; margin:0 auto; padding:0 32px; }

/* ---------- Header (match Home page) ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(0,0,0,0.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding:20px 32px; }
.brand{ font-family:var(--serif); font-weight:600; font-size:20px; letter-spacing:0.01em; display:flex; align-items:baseline; gap:8px; color:var(--ink); }
.brand small{ font-family:var(--mono); font-size:10px; letter-spacing:0.14em; color:var(--teal-700); text-transform:uppercase; font-weight:500; }
.nav-links{ display:flex; gap:30px; font-size:14px; }
.nav-links a{ text-decoration:none; opacity:0.75; transition:opacity 0.2s; color:var(--ink); }
.nav-links a:hover{ opacity:1; }
.nav-cta{
  font-family:var(--mono); font-size:12px; letter-spacing:0.04em;
  padding:10px 20px; border:1px solid var(--teal-700); border-radius:100px;
  text-decoration:none; white-space:nowrap; color:var(--teal-700);
  transition:background 0.2s ease, color 0.2s ease;
}
.nav-cta:hover{ background:var(--teal-700); color:var(--ink); }

/* ---------- Footer (match Home page) ---------- */
footer{ padding:40px 0; background:var(--teal-900); color:rgba(0,217,240,0.7); }
footer .brand{ color:var(--ink); }
footer .brand small{ color:var(--teal-100); }
.footer-logo{ height:32px; width:auto; display:block; }
.footer-contact{ font-size:13px; line-height:1.7; text-align:right; }
.footer-contact a{ color:rgba(0,217,240,0.7); text-decoration:none; }
.footer-contact a:hover{ color:var(--ink); }
.footer-row{ display:flex; justify-content:space-between; align-items:center; font-size:13px; flex-wrap:wrap; gap:12px; }
@media (max-width:720px){
  .footer-row{ flex-direction:column; align-items:flex-start; text-align:left; }
  .footer-contact{ text-align:left; }
}

/* ---------- Base reused patterns (match Home page) ---------- */
.eyebrow{
  font-family:var(--mono); font-size:11px; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--teal-700); margin-bottom:22px; display:flex; align-items:center; gap:10px;
}
.eyebrow::before{ content:''; width:22px; height:2px; background:var(--teal-500); display:inline-block; border-radius:1px; }

.section-head{ max-width:680px; margin-bottom:44px; }
.section-title{ font-family:var(--serif); font-weight:500; font-size:clamp(26px, 3.4vw, 38px); line-height:1.15; margin:0 0 14px; color:var(--ink); position:relative; }
.section-title::after{ content:''; display:block; width:46px; height:3px; background:var(--teal-500); border-radius:2px; margin-top:14px; }
.section-body{ font-size:16px; color:var(--ink); margin-top:16px; max-width:62ch; line-height:1.7; }
.section-body + .section-body{ margin-top:14px; }

.text-split{ display:grid; grid-template-columns:0.7fr 1.3fr; gap:56px; }
.text-split .section-head{ margin-bottom:0; max-width:none; }
.text-split .section-body{ max-width:64ch; }

.why-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.why-card{ background:var(--black); padding:34px 28px; min-height:190px; display:flex; flex-direction:column; gap:14px; justify-content:center; }
.why-card h3{ font-family:var(--serif); font-size:17px; font-weight:600; margin:0; color:var(--ink); }
.why-card p{ font-size:14px; color:var(--ink); margin:0; line-height:1.55; }

.about-image{ border-radius:8px; overflow:hidden; border:1px solid var(--line); aspect-ratio:4/3; background:var(--teal-100); }
.about-image img, .about-image video{ width:100%; height:100%; object-fit:cover; }

.founder{ background:var(--teal-100); }
.closing{ background:var(--teal-700); text-align:center; padding:100px 0; }
.closing-quote{ font-family:var(--serif); font-weight:400; font-style:italic; font-size:clamp(22px, 3.4vw, 34px); line-height:1.4; max-width:26ch; margin:0 auto; color:#FFFFFF; }
.founder-photo{ width:180px; height:180px; border-radius:50%; overflow:hidden; border:2px solid var(--ink); background:var(--black); flex-shrink:0; }
.founder-photo img{ width:100%; height:100%; object-fit:cover; }
.founder-name{ font-family:var(--mono); font-size:13px; letter-spacing:0.04em; margin-top:20px; display:block; }
.founder-name span{ color:var(--teal-700); }

/* ---------- Page shell ---------- */
body{ background:var(--black); font-family:var(--sans); }
.santvana-section{ padding:84px 0; border-bottom:1px solid var(--line); background:var(--black); }

/* ---------- Hero ---------- */
.santvana-hero{ position:relative; background:var(--black); padding:96px 0 0; border-bottom:1px solid var(--line); }
.santvana-hero-inner{ text-align:center; max-width:820px; padding-bottom:56px; }
.santvana-hero-inner .eyebrow{ justify-content:center; }
.santvana-headline{
  font-family:var(--serif); font-weight:500; font-size:clamp(34px, 5vw, 58px);
  line-height:1.08; letter-spacing:-0.01em; margin:0 0 18px; color:var(--ink);
}
.santvana-headline em{ font-style:italic; font-weight:400; color:var(--teal-500); }
.santvana-subhead{ font-size:18px; color:var(--ink); opacity:0.85; margin:0; }

/* Hero image block — sized for the actual 1254x1254 square poster.
   Two equal columns: photo left, animated 3D scene right. Both columns
   are flex:1 so there is no leftover blank space at any width. */
.santvana-hero-image{
  width:100%;
  min-height:560px;
  display:flex;
  align-items:stretch;
  background:var(--black);
  border-top:1px solid var(--line);
  overflow:hidden;
}
.hero-photo-col{
  flex:1 1 50%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,217,240,0.06), transparent 60%),
    var(--black);
}

/* Framed, slightly-smaller image at its true 1:1 ratio, with a glowing
   teal border and HUD-style corner brackets instead of a plain edge-to-edge crop. */
.hero-photo-frame{
  position:relative;
  width:min(100%, 460px);
  aspect-ratio:1/1;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,217,240,0.55);
  box-shadow:
    0 0 0 5px rgba(0,217,240,0.06),
    0 0 40px rgba(0,217,240,0.22),
    inset 0 0 30px rgba(0,217,240,0.10);
  background:var(--teal-100);
}
.santvana-hero-photo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-frame-corner{
  position:absolute;
  width:26px; height:26px;
  border:2px solid var(--teal-500);
  filter:drop-shadow(0 0 4px rgba(0,217,240,0.7));
  z-index:2;
  animation:hero-frame-corner-pulse 3.2s ease-in-out infinite;
}
.hero-frame-corner-tl{ top:10px; left:10px; border-right:none; border-bottom:none; }
.hero-frame-corner-tr{ top:10px; right:10px; border-left:none; border-bottom:none; animation-delay:0.4s; }
.hero-frame-corner-bl{ bottom:10px; left:10px; border-right:none; border-top:none; animation-delay:0.8s; }
.hero-frame-corner-br{ bottom:10px; right:10px; border-left:none; border-top:none; animation-delay:1.2s; }
@keyframes hero-frame-corner-pulse{
  0%, 100%{ opacity:0.55; }
  50%{ opacity:1; }
}
.hero-frame-scanline{
  position:absolute;
  left:0; right:0;
  height:38%;
  background:linear-gradient(
    to bottom,
    rgba(0,217,240,0) 0%,
    rgba(0,217,240,0.16) 45%,
    rgba(0,217,240,0.28) 50%,
    rgba(0,217,240,0.16) 55%,
    rgba(0,217,240,0) 100%
  );
  top:-40%;
  z-index:1;
  animation:hero-frame-scan 5s ease-in-out infinite;
  mix-blend-mode:screen;
}
@keyframes hero-frame-scan{
  0%{ top:-40%; }
  50%{ top:100%; }
  100%{ top:-40%; }
}

/* ---------- Right side: bold headline content, with the CSS 3D scene
   as a dimmed ambient backdrop (not the focal point anymore) ---------- */
.hero-anim-col{
  flex:1 1 50%;
  min-width:0;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,217,240,0.14), transparent 65%),
    var(--black);
  padding:56px 48px;
}

.hero3d-backdrop{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0.4;
  pointer-events:none;
}

/* Faint tech grid backdrop so the scene reads clearly against the black */
.hero3d-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(0,217,240,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,217,240,0.07) 1px, transparent 1px);
  background-size:36px 36px;
  -webkit-mask-image:radial-gradient(circle at 50% 50%, #000 45%, transparent 78%);
  mask-image:radial-gradient(circle at 50% 50%, #000 45%, transparent 78%);
}

/* Faint twinkling starfield behind the 3D core for extra depth/motion */
.hero3d-starfield{ position:absolute; inset:0; pointer-events:none; }
.spark{
  position:absolute;
  width:3px; height:3px;
  border-radius:50%;
  background:var(--teal-500);
  box-shadow:0 0 6px rgba(0,217,240,0.9);
  animation:hero3d-twinkle 3.6s ease-in-out infinite;
}
.s1{ top:18%; left:22%; animation-delay:0s; }
.s2{ top:70%; left:14%; animation-delay:0.5s; }
.s3{ top:30%; left:78%; animation-delay:1s; }
.s4{ top:80%; left:70%; animation-delay:1.5s; }
.s5{ top:12%; left:60%; animation-delay:2s; }
.s6{ top:55%; left:88%; animation-delay:2.4s; }
.s7{ top:45%; left:8%; animation-delay:0.8s; }
.s8{ top:85%; left:40%; animation-delay:1.8s; }
@keyframes hero3d-twinkle{
  0%, 100%{ opacity:0.15; transform:scale(1); }
  50%{ opacity:0.9; transform:scale(1.6); }
}

/* JS-controlled layers: outer = cursor tilt, middle = scroll rotation/scale,
   inner = CSS float/drift — each only sets its own transform so they compose. */
.hero3d-tilt{
  position:relative;
  perspective:900px;
  transform-style:preserve-3d;
  will-change:transform;
}
.hero3d-scroll{
  transform-style:preserve-3d;
  will-change:transform;
  transition:transform 0.1s linear;
}
.hero3d-scene-float{ animation:hero3d-float 6s ease-in-out infinite; transform-style:preserve-3d; }
@keyframes hero3d-float{
  0%, 100%{ transform:translateY(0) rotateZ(0deg); }
  50%{ transform:translateY(-14px) rotateZ(2deg); }
}

.hero3d-scene{
  position:relative;
  width:min(90%, 480px);
  aspect-ratio:1/1;
  perspective:900px;
}

/* Tilted rotating rings, each on its own axis/speed for a real
   gyroscope-style 3D motion (not a flat spinning circle). */
.hero3d-ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:2px solid var(--teal-500);
  transform-style:preserve-3d;
  opacity:0.65;
}
.hero3d-ring-a{ animation:hero3d-spin-a 10s linear infinite; }
.hero3d-ring-b{ inset:12%; border-color:var(--teal-700); animation:hero3d-spin-b 14s linear infinite; }
.hero3d-ring-c{ inset:-8%; border-color:rgba(124,243,255,0.65); animation:hero3d-spin-c 7.5s linear infinite; }
.hero3d-ring-d{ inset:26%; border-color:rgba(0,217,240,0.55); animation:hero3d-spin-d 5.5s linear infinite; }

@keyframes hero3d-spin-a{ from{ transform:rotateX(70deg) rotateZ(0deg); } to{ transform:rotateX(70deg) rotateZ(360deg); } }
@keyframes hero3d-spin-b{ from{ transform:rotateY(65deg) rotateZ(0deg); } to{ transform:rotateY(65deg) rotateZ(-360deg); } }
@keyframes hero3d-spin-c{ from{ transform:rotateX(55deg) rotateY(20deg) rotateZ(0deg); } to{ transform:rotateX(55deg) rotateY(20deg) rotateZ(360deg); } }
@keyframes hero3d-spin-d{ from{ transform:rotateX(40deg) rotateY(-30deg) rotateZ(0deg); } to{ transform:rotateX(40deg) rotateY(-30deg) rotateZ(-360deg); } }

/* Orbiting particles — each wrapper spins around a different 3D axis with
   the dot pushed out via translateX, giving genuine depth as they cross
   in front of / behind the core. */
.hero3d-orbit{
  position:absolute;
  top:50%; left:50%;
  width:0; height:0;
  transform-style:preserve-3d;
}
.hero3d-particle{
  position:absolute;
  top:0; left:0;
  width:9px; height:9px;
  margin:-4.5px 0 0 -4.5px;
  border-radius:50%;
  background:var(--teal-500);
  box-shadow:0 0 10px rgba(0,217,240,0.95), 0 0 3px #fff;
}
.hero3d-orbit-1{ animation:hero3d-orbit-y 6s linear infinite; }
.hero3d-orbit-1 .hero3d-particle{ transform:rotateY(0deg) translateX(46%); }
.hero3d-orbit-2{ animation:hero3d-orbit-y-rev 9s linear infinite; }
.hero3d-orbit-2 .hero3d-particle{ transform:rotateY(0deg) translateX(38%); background:var(--teal-700); }
.hero3d-orbit-3{ animation:hero3d-orbit-x 8s linear infinite; }
.hero3d-orbit-3 .hero3d-particle{ transform:rotateX(0deg) translateX(50%); }
.hero3d-orbit-4{ animation:hero3d-orbit-x-rev 11s linear infinite; }
.hero3d-orbit-4 .hero3d-particle{ transform:rotateX(0deg) translateX(32%); background:#7CF3FF; }
.hero3d-orbit-5{ animation:hero3d-orbit-diag 13s linear infinite; }
.hero3d-orbit-5 .hero3d-particle{ transform:rotate3d(1,1,0,0deg) translateX(44%); }
.hero3d-orbit-6{ animation:hero3d-orbit-diag-rev 16s linear infinite; }
.hero3d-orbit-6 .hero3d-particle{ transform:rotate3d(1,-1,0,0deg) translateX(28%); background:var(--teal-700); }
.hero3d-orbit-7{ animation:hero3d-orbit-x 15s linear infinite reverse; }
.hero3d-orbit-7 .hero3d-particle{ transform:rotateX(0deg) translateX(58%); background:#7CF3FF; width:6px; height:6px; margin:-3px 0 0 -3px; }
.hero3d-orbit-8{ animation:hero3d-orbit-y 19s linear infinite; }
.hero3d-orbit-8 .hero3d-particle{ transform:rotateY(0deg) translateX(20%); width:6px; height:6px; margin:-3px 0 0 -3px; }

@keyframes hero3d-orbit-y{ from{ transform:rotateY(0deg); } to{ transform:rotateY(360deg); } }
@keyframes hero3d-orbit-y-rev{ from{ transform:rotateY(360deg); } to{ transform:rotateY(0deg); } }
@keyframes hero3d-orbit-x{ from{ transform:rotateX(0deg); } to{ transform:rotateX(360deg); } }
@keyframes hero3d-orbit-x-rev{ from{ transform:rotateX(360deg); } to{ transform:rotateX(0deg); } }
@keyframes hero3d-orbit-diag{ from{ transform:rotate3d(1,1,0,0deg); } to{ transform:rotate3d(1,1,0,360deg); } }
@keyframes hero3d-orbit-diag-rev{ from{ transform:rotate3d(1,-1,0,360deg); } to{ transform:rotate3d(1,-1,0,0deg); } }

/* Glowing pulsing core at the center */
.hero3d-core{
  position:absolute;
  top:50%; left:50%;
  width:28%; height:28%;
  margin-left:-14%; margin-top:-14%;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%, #BFF9FF, #00D9F0 55%, #00647a 100%);
  box-shadow:0 0 50px rgba(0,217,240,0.65), 0 0 100px rgba(0,217,240,0.3);
  animation:hero3d-core-pulse 3s ease-in-out infinite;
}
.hero3d-core-glow{
  position:absolute;
  top:50%; left:50%;
  width:42%; height:42%;
  margin-left:-21%; margin-top:-21%;
  border-radius:50%;
  border:1px solid rgba(0,217,240,0.35);
  animation:hero3d-core-ring 3s ease-out infinite;
}
.hero3d-core-glow-2{ width:58%; height:58%; margin-left:-29%; margin-top:-29%; animation-delay:1.2s; animation-duration:3.6s; }
@keyframes hero3d-core-pulse{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.12); } }
@keyframes hero3d-core-ring{ 0%{ opacity:0.6; transform:scale(1); } 100%{ opacity:0; transform:scale(1.9); } }

/* ---------- Headline content sitting in front of the backdrop ---------- */
.hero-anim-content{
  position:relative;
  z-index:2;
  max-width:440px;
}
.hero-anim-content .eyebrow{ margin-bottom:18px; }
.hero-anim-headline{
  margin:0 0 20px;
  font-family:var(--serif);
  font-weight:600;
  font-size:clamp(30px, 3.6vw, 46px);
  line-height:1.08;
  letter-spacing:-0.01em;
}
.hero-anim-headline .line{
  display:block;
  color:var(--ink);
  opacity:0;
  transform:translateY(14px);
  animation:hero-anim-line-in 0.7s ease forwards;
}
.hero-anim-headline .line-1{ animation-delay:0.05s; }
.hero-anim-headline .line-2{ color:var(--teal-700); animation-delay:0.2s; }
.hero-anim-headline .line-3{ animation-delay:0.35s; }
.hero-anim-headline .line-4{ animation-delay:0.5s; }
.hero-anim-headline em{ font-style:italic; font-weight:400; color:var(--teal-500); opacity:0.85; }
@keyframes hero-anim-line-in{
  to{ opacity:1; transform:translateY(0); }
}
.hero-anim-sub{
  font-size:15px;
  color:var(--ink);
  opacity:0.8;
  line-height:1.7;
  max-width:42ch;
}

/* Stack on smaller screens: photo on top, animation as a shorter strip below */
@media (max-width:960px){
  .santvana-hero-image{ flex-direction:column; min-height:0; }
  .hero-photo-col{ flex:0 0 auto; padding:28px; }
  .hero-photo-frame{ width:min(100%, 380px); }
  .hero-anim-col{ flex:0 0 auto; padding:40px 28px; }
  .hero3d-scene{ width:220px; }
  .hero-anim-content{ text-align:center; max-width:520px; }
  .hero-anim-content .eyebrow{ justify-content:center; }
  .hero-anim-sub{ margin-left:auto; margin-right:auto; }
}

/* ---------- Innovations grid + tech image ---------- */
.santvana-innovations-grid{ margin-bottom:40px; }
.santvana-tech-image{ margin-top:8px; aspect-ratio:16/9; }

/* ---------- International Launch ---------- */
.santvana-launch-grid{ display:grid; grid-template-columns:1.15fr 0.85fr; gap:56px; align-items:center; }
.santvana-orbit-scene{ display:flex; justify-content:center; align-items:center; perspective:800px; }
.santvana-orbit-scene svg{ width:100%; max-width:260px; height:auto; overflow:visible; }

.santvana-ring{ transform-box:fill-box; transform-origin:150px 150px; }
.santvana-ring-node{ filter:drop-shadow(0 0 4px #00D9F0); }

@keyframes santvana-spin-1{
  from{ transform:rotateX(68deg) rotateZ(0deg); }
  to{ transform:rotateX(68deg) rotateZ(360deg); }
}
@keyframes santvana-spin-2{
  from{ transform:rotateX(60deg) rotateZ(0deg); }
  to{ transform:rotateX(60deg) rotateZ(-360deg); }
}
@keyframes santvana-spin-3{
  from{ transform:rotateX(74deg) rotateZ(0deg); }
  to{ transform:rotateX(74deg) rotateZ(360deg); }
}
.santvana-ring-1{ animation:santvana-spin-1 9s linear infinite; }
.santvana-ring-2{ animation:santvana-spin-2 13s linear infinite; }
.santvana-ring-3{ animation:santvana-spin-3 6.5s linear infinite; }

@keyframes santvana-core-glow{
  0%, 100%{ filter:drop-shadow(0 0 6px rgba(0,217,240,0.6)); transform:scale(1); }
  50%{ filter:drop-shadow(0 0 16px rgba(0,217,240,0.95)); transform:scale(1.08); }
}
.santvana-core{ transform-box:fill-box; transform-origin:150px 150px; animation:santvana-core-glow 2.6s ease-in-out infinite; }

@keyframes santvana-core-ring-pulse{
  0%{ opacity:0.5; transform:scale(1); }
  100%{ opacity:0; transform:scale(1.9); }
}
.santvana-core-pulse-ring{ transform-box:fill-box; transform-origin:150px 150px; animation:santvana-core-ring-pulse 2.6s ease-out infinite; }

@media (prefers-reduced-motion: reduce){
  .santvana-ring-1, .santvana-ring-2, .santvana-ring-3, .santvana-core, .santvana-core-pulse-ring{ animation:none; }
  .hero3d-ring-a, .hero3d-ring-b, .hero3d-ring-c, .hero3d-ring-d,
  .hero3d-orbit-1, .hero3d-orbit-2, .hero3d-orbit-3, .hero3d-orbit-4, .hero3d-orbit-5, .hero3d-orbit-6, .hero3d-orbit-7, .hero3d-orbit-8,
  .hero3d-core, .hero3d-core-glow, .hero3d-core-glow-2,
  .hero3d-scene-float, .spark,
  .hero-frame-corner, .hero-frame-scanline{ animation:none; }
  .hero3d-tilt, .hero3d-scroll{ transition:none; transform:none !important; }
  .hero-anim-headline .line{ animation:none; opacity:1; transform:none; }
}

/* ---------- Founder's note ---------- */
.santvana-note{ padding:84px 0; }
.santvana-note-grid{ display:grid; grid-template-columns:auto 1fr; gap:48px; align-items:flex-start; }
.santvana-cherian-photo{ margin-top:4px; }
.santvana-note-body .section-body{ max-width:70ch; }

/* Founder's note body paragraph text — black override */
.santvana-note-body .section-body{
  color:#000000;
}

/* Dr. Iype Cherian's designation, shown under his name */
.founder-designation{
  display:block;
  font-family:var(--sans);
  font-size:13px;
  font-weight:400;
  color:#000000;
  line-height:1.7;
  margin-top:8px;
  letter-spacing:0.01em;
}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .text-split{ grid-template-columns:1fr; gap:24px; }
  .why-grid{ grid-template-columns:repeat(2, 1fr); }
  .santvana-launch-grid{ grid-template-columns:1fr; gap:32px; }
  .santvana-note-grid{ grid-template-columns:1fr; text-align:center; justify-items:center; }
  .nav-links{ display:none; }
}
@media (max-width:560px){
  .wrap{ padding:0 20px; }
  .why-grid{ grid-template-columns:1fr; }
  .santvana-section, .santvana-note{ padding:56px 0; }
  .santvana-hero{ padding:56px 0 0; }
}/* End custom CSS */