/* BAATI FINAL CASE STUDY
   Heading: Bootzy TM (uses your locally installed/licensed Bootzy font if available)
   Body: Public Sans
   Accent: #ff5227
*/

@font-face {
  font-family: "Bootzy TM";
  src: url("./assets/BootzyTM.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ff5227;
  --orange-deep: #e94420;
  --cream: #f6f0df;
  --paper: #ece8dd;
  --ink: #171512;
  --soft-ink: #423e38;
  --white: #fffaf0;
  --line: rgba(23, 21, 18, 0.19);
  --line-light: rgba(255, 250, 240, 0.25);
  --heading: "Bootzy TM", "Bootzy", "Arial Black", Impact, sans-serif;
  --body: "Public Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--orange); color: var(--ink); }

.cursor-dot {
  position: fixed;
  z-index: 999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  transition: width .18s ease, height .18s ease, opacity .18s ease;
}
.cursor-dot.is-hovering {
  width: 24px;
  height: 24px;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 10px;
  left: 10px;
  padding: 9px 12px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}
.topbar > * { pointer-events: auto; }
.wordmark {
  font-family: var(--heading);
  font-size: 27px;
  letter-spacing: .05em;
  line-height: 1;
}
.wordmark sup {
  font: 500 8px/1 var(--body);
  margin-left: 3px;
  vertical-align: top;
}
.topbar-meta {
  margin: 0;
  font-size: 9px;
  letter-spacing: .19em;
}
.menu-button {
  width: 42px;
  height: 42px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 0 10px;
  color: inherit;
  border: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
}
.menu-button span { height: 1px; background: currentColor; }

.scroll-progress {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.drawer {
  position: fixed;
  z-index: 200;
  inset: 0 0 0 auto;
  width: min(430px, 92vw);
  padding: 110px 58px 55px;
  background: var(--orange);
  transform: translateX(101%);
  transition: transform .5s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.drawer.open { transform: translateX(0); }
.drawer-kicker {
  margin: 0 0 26px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
}
.drawer a {
  font-family: var(--heading);
  font-size: clamp(28px, 4.5vw, 48px);
  letter-spacing: .04em;
  line-height: 1;
}
.drawer a span {
  font-family: var(--body);
  font-size: 9px;
  letter-spacing: .15em;
  margin-right: 10px;
}
.drawer-close {
  position: absolute;
  top: 22px;
  right: 30px;
  border: 0;
  background: transparent;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
}

.section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 11vw 6vw 8vw;
}
.section-shell {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}
.cream { background: var(--cream); }
.dark { background: var(--ink); color: var(--white); }
.orange { background: var(--orange); }
.final { background: var(--orange); padding-bottom: 3vw; }

.number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--heading);
  font-size: 25px;
  letter-spacing: .08em;
  color: var(--orange);
}
.orange .number,
.final .number { color: var(--ink); }

.copy { margin-left: 10%; max-width: 1120px; }
.copy.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyebrow, .mini {
  margin: 0 0 18px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1.4;
}
.dark .eyebrow, .dark .mini { color: var(--orange); }
.copy h2 {
  margin: 0 0 34px;
  max-width: 1120px;
  font-family: var(--heading);
  font-weight: 400;
  font-size: clamp(58px, 7.8vw, 126px);
  line-height: .9;
  letter-spacing: .028em; /* increased Bootzy spacing */
}
.copy h3,
.opportunity h3,
.story-copy h3,
.hand-copy h3,
.material-band h3,
.final-card h3 {
  font-family: var(--heading);
  font-weight: 400;
  letter-spacing: .025em;
}
.copy p {
  max-width: 650px;
  font-size: 14px;
  line-height: 1.7;
}
.lead {
  max-width: 820px !important;
  font-size: clamp(18px, 2vw, 27px) !important;
  font-weight: 300;
  line-height: 1.28 !important;
}
.narrow { max-width: 590px !important; }

.hero {
  min-height: 100svh;
  padding: 9vw 6vw 5vw;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  background: var(--cream);
}
.hero-copy {
  position: relative;
  z-index: 4;
  padding-left: 2vw;
}
.hero h1 {
  margin: 0 0 48px;
  font-family: var(--heading);
  font-size: clamp(105px, 16vw, 270px);
  font-weight: 400;
  line-height: .72;
  letter-spacing: .045em; /* increased Bootzy spacing */
  white-space: nowrap;
}
.hero h1 span {
  color: var(--orange);
  font-size: .29em;
  vertical-align: top;
  margin-left: .03em;
}
.hero-line {
  margin: 0 0 28px;
  font-family: var(--heading);
  font-size: clamp(28px, 3.2vw, 49px);
  line-height: .96;
  letter-spacing: .035em;
}
.pills { display: flex; flex-wrap: wrap; gap: 7px; }
.pills span,
.material-tags span {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 11px 6px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .15em;
}

.hero-object {
  min-height: 630px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-aura {
  position: absolute;
  width: 64%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,82,39,.15);
  filter: blur(75px);
}
.model-panel {
  position: absolute;
  width: min(610px, 82%);
  aspect-ratio: 1.42;
  border-radius: 58px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.03)),
    var(--orange);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.10),
    inset -20px -22px 35px rgba(93,28,12,.08),
    30px 36px 40px rgba(23,21,18,.14);
  transform: rotate(4deg);
}
.model-cord {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 3px;
  height: 135px;
  background: #d8d3c8;
  transform: translateX(-50%);
  box-shadow: 1px 0 0 rgba(0,0,0,.08);
}
.model-label {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 2;
  font-size: 8px;
  letter-spacing: .18em;
  color: var(--ink);
}
.model-sphere {
  position: absolute;
  z-index: 3;
  width: 145px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 27%, #fffdf5 0 7%, #f3ecdc 43%, #d3ccbd 100%);
  transform: translate(-110px, 32px);
  box-shadow:
    0 0 42px rgba(255,226,132,.45),
    18px 24px 30px rgba(32,24,18,.20),
    inset -15px -18px 24px rgba(0,0,0,.07);
}
.model-sphere i,
.floating-sphere i,
.icon-baati i {
  position: absolute;
  inset: 31%;
  border-radius: 50%;
  background: #fff2bd;
  box-shadow: 0 0 26px 11px rgba(255,224,124,.55);
}
.model-shadow {
  position: absolute;
  bottom: 12%;
  right: 15%;
  width: 280px;
  height: 38px;
  border-radius: 50%;
  background: rgba(23,21,18,.17);
  filter: blur(18px);
  transform: rotate(-7deg);
}
.scroll-note {
  position: absolute;
  left: 6vw;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 8px;
  letter-spacing: .18em;
}
.scroll-note i { width: 60px; height: 1px; background: currentColor; }

.opportunity {
  max-width: 920px;
  margin-top: 68px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
}
.opportunity h3 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.06;
}
.research-summary {
  margin: 105px 0 0 10%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.research-summary > div {
  min-height: 160px;
  padding: 25px 24px 20px 0;
  border-right: 1px solid var(--line-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.research-summary > div:not(:first-child) { padding-left: 24px; }
.research-summary > div:last-child { border-right: 0; }
.research-num {
  font-family: var(--heading);
  color: var(--orange);
  font-size: clamp(68px, 8vw, 112px);
  line-height: .78;
  letter-spacing: .035em;
}
.research-summary span:last-child {
  font-size: 9px;
  letter-spacing: .17em;
}
.insights {
  margin: 36px 0 0 10%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
}
.insights article { display: flex; align-items: flex-start; gap: 14px; }
.insights strong {
  font-family: var(--heading);
  color: var(--orange);
  font-size: 40px;
  line-height: .9;
  font-weight: 400;
  letter-spacing: .025em;
}
.insights p { margin: 0; max-width: 230px; font-size: 12px; line-height: 1.5; }

.equation {
  margin: 100px 0 0 10%;
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1.16fr;
  align-items: stretch;
}
.equation-card {
  min-width: 0;
  width: 100%;
  min-height: 380px;
  padding: 23px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.equation-card > span { font-size: 8px; letter-spacing: .17em; }
.equation-card h3 {
  margin: 70px 0 9px;
  font-family: var(--heading);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1;
}
.equation-card p { max-width: 210px; font-size: 12px; line-height: 1.5; }
.operator { display: grid; place-items: center; font-family: var(--heading); font-size: 40px; }
.orange-card { background: var(--orange); border-color: var(--orange); }
.icon-fixed,
.icon-baati { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); }

.icon-fixed {
  width: 8px;
  height: 92px;
  bottom: 43px;
  background: var(--ink);
  border-radius: 6px;
}
.icon-fixed:before {
  content: "";
  position: absolute;
  width: 112px;
  height: 56px;
  left: 50%;
  top: -47px;
  transform: translateX(-50%);
  background: var(--ink);
  clip-path: polygon(18% 100%, 0 0, 100% 0, 82% 100%);
}
.icon-fixed:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 10px;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  background: var(--ink);
  border-radius: 999px;
}

.portable-card-visual {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  height: 172px;
  overflow: hidden;
  background: transparent;
}
.hand-illustration {
  display: grid;
  place-items: center;
}
.portable-hand-svg {
  width: min(90%, 360px);
  height: auto;
  overflow: visible;
}
.portable-hand-svg .hand-fill {
  fill: var(--ink);
}
.portable-hand-svg .portable-bulb {
  fill: var(--orange);
  stroke: none;
}
.icon-baati {
  width: 190px;
  aspect-ratio: 1.42;
  border-radius: 22px;
  background: var(--orange-deep);
  box-shadow: 10px 13px 0 rgba(23,21,18,.15);
}
.icon-baati i {
  width: 58px;
  height: 58px;
  inset: auto;
  left: 28%;
  top: 45%;
  transform: translate(-50%,-50%);
}

.orange .copy { max-width: 920px; }
.orange .copy h2 { font-size: clamp(72px, 10vw, 152px); }
.modeled-panel {
  margin: 72px 0 36px 10%;
  padding: 22px 22px 18px;
  background: #e84620;
}
.modeled-panel-inner {
  min-height: min(520px, 51vw);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
}
.panel-grid { position: absolute; background: rgba(255,255,255,.10); }
.panel-grid.v1 { top: 0; bottom: 0; left: 33%; width: 1px; }
.panel-grid.v2 { top: 0; bottom: 0; left: 66%; width: 1px; }
.panel-grid.h1 { left: 0; right: 0; top: 33%; height: 1px; }
.panel-grid.h2 { left: 0; right: 0; top: 66%; height: 1px; }
.floating-sphere {
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 31% 28%, #fffef8, #e6dece 76%);
  box-shadow: 0 0 30px rgba(255,231,161,.5), inset -10px -12px 18px rgba(0,0,0,.06);
}
.floating-sphere i { inset: 34%; }
.s1 { top: 15%; left: 12%; }
.s2 { top: 26%; right: 13%; }
.s3 { bottom: 14%; left: 42%; }
.s4 { bottom: 31%; right: 27%; }
.panel-caption {
  display: block;
  padding-top: 14px;
  font-size: 8px;
  letter-spacing: .18em;
}
.interaction-flow {
  margin-left: 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 8px;
  letter-spacing: .15em;
}
.interaction-flow span { display: flex; gap: 8px; }
.interaction-flow b { font-weight: 600; }
.interaction-flow i { font-style: normal; }

.interaction-story {
  margin: 110px 0 0 10%;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  column-gap: 7vw;
  align-items: start;
}
.story-copy {
  position: sticky;
  top: 120px;
  padding-top: 10px;
}
.story-copy h3 {
  margin: 0 0 18px;
  max-width: 430px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: .95;
}
.story-copy p:last-child { max-width: 440px; font-size: 14px; line-height: 1.65; }
.story-sequence {
  position: relative;
  min-height: 620px;
  background: var(--cream);
}
.sequence-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .55s ease;
  pointer-events: none;
}
.sequence-frame.active { opacity: 1; pointer-events: auto; }
.sequence-frame img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.sequence-frame figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 9px;
  background: var(--cream);
  font-size: 8px;
  letter-spacing: .16em;
}
.sequence-dots {
  grid-column: 2;
  display: flex;
  gap: 8px;
  padding-top: 14px;
}
.sequence-dots button {
  width: 42px;
  height: 8px;
  padding: 0;
  border: 0;
  background: rgba(23,21,18,.25);
  cursor: pointer;
}
.sequence-dots button.active { background: var(--ink); }

.hand-feature {
  margin: 95px 0 110px 10%;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 6vw;
  align-items: center;
}
.hand-animation {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dedbd2;
}
.hand-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .45s ease;
}
.hand-frame.active { opacity: 1; }
.hand-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hand-frame figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 9px;
  background: var(--cream);
  font-size: 8px;
  letter-spacing: .16em;
}
.portable-callout {
  margin: 0 0 110px 10%;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 6vw;
  align-items: center;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.portable-callout figure { margin: 0; }
.portable-callout img {
  aspect-ratio: 1.18;
  object-fit: cover;
}
.portable-callout h3 {
  margin: 0 0 18px;
  max-width: 650px;
  font-family: var(--heading);
  font-weight: 400;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: .95;
  letter-spacing: .025em;
}
.portable-callout p:not(.mini) {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.65;
}
.hand-copy h3 {
  margin: 0 0 22px;
  max-width: 440px;
  font-size: clamp(48px, 5vw, 75px);
  line-height: .95;
}
.hand-copy > p:not(.mini) { max-width: 450px; font-size: 14px; line-height: 1.65; }
.material-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }

.iterations {
  margin: 95px 0 120px 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.iteration {
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.iteration > span {
  font-size: 8px;
  letter-spacing: .16em;
}
.shape {
  height: 285px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.square-shape {
  width: 145px;
  height: 145px;
  background: #d3cdbf;
}

.cylinder-shape {
  width: 112px;
  height: 210px;
  border-radius: 56px;
  background: #d3cdbf;
}

.sphere-shape {
  width: 178px;
  height: 178px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(
    circle at 30% 25%,
    #fffdf3,
    #e3dccd 72%
  );
  box-shadow: inset -16px -20px 28px rgba(0,0,0,.08);
}

.sphere-shape i {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff2bd;
  box-shadow: 0 0 25px 10px rgba(255,226,126,.48);
}
.iteration.selected {
  color: var(--orange);
}
.iteration.selected .sphere-shape {
  box-shadow: 0 0 0 1px var(--orange), inset -16px -20px 28px rgba(0,0,0,.08);
}
.material-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.material-list li {
  font-size: 13px;
  line-height: 1.7;
}
.material-list li::before {
  content: "—";
  margin-right: 8px;
  color: var(--orange);
}
.material-band {
  margin-left: 10%;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8vw;
  align-items: center;
  padding-top: 55px;
  border-top: 1px solid var(--line);
}
.material-band h3 {
  margin: 0 0 16px;
  max-width: 430px;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: .95;
}
.material-band > div:first-child > p:last-child { max-width: 430px; font-size: 13px; line-height: 1.65; }
.exploded {
  min-height: 470px;
  position: relative;
  display: grid;
  place-items: center;
}
.layer {
  position: absolute;
  left: 50%;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateX(-50%);
}
.layer span {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  width: 150px;
  transform: translateY(-50%);
  font-size: 8px;
  letter-spacing: .15em;
  white-space: nowrap;
}
.layer.shell { background: #e6dfd1; transform: translate(-50%,-145px); }
.layer.diffuser { background: rgba(255,240,183,.82); transform: translate(-50%,-89px); }
.layer.led { width: 156px; background: #ffdc74; transform: translate(-50%,-34px); }
.layer.battery { width: 122px; background: #b8b0a3; transform: translate(-50%,25px); }
.layer.housing { width: 92px; background: #686157; color: var(--ink); transform: translate(-50%,80px); }
.layer.magnet { width: 54px; background: var(--orange); color: var(--ink); transform: translate(-50%,125px); }

.voice-grid {
  margin-left: 10%;
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: 9vw;
  align-items: center;
}
.voice .copy { margin-left: 0; }
.voice .copy h2 { font-size: clamp(74px, 9vw, 145px); }
.voice .copy em { color: var(--orange); font-style: normal; }
.voice-scenario {
  min-height: 610px;
  border: 1px solid var(--line-light);
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.time {
  margin: 0 0 55px;
  font-family: var(--heading);
  color: var(--orange);
  font-size: clamp(62px, 7vw, 95px);
  line-height: .8;
  letter-spacing: .035em;
}
.voice-scenario ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.voice-scenario li {
  position: relative;
  padding: 15px 0 15px 32px;
  font-size: 9px;
  letter-spacing: .16em;
  border-top: 1px solid var(--line-light);
}
.voice-scenario li:before {
  content: "↓";
  position: absolute;
  left: 0;
  color: var(--orange);
}
.voice-scenario li:first-child:before { content: "•"; }
.voice-scenario li.command {
  padding-left: 0;
  border-top: 0;
  font-family: var(--heading);
  font-size: clamp(34px, 4vw, 57px);
  line-height: 1;
  letter-spacing: .028em;
}
.voice-scenario li.command:before { display: none; }

.process-collage {
  margin: 95px 0 0 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.process-item { margin: 0; position: relative; }
.process-item img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  background: transparent;
}
.process-item figcaption {
  display: flex;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  margin-top: 10px;
  font-size: 8px;
  letter-spacing: .17em;
}
.process-item figcaption span { color: var(--orange); }




.iteration-rail {
  margin: 135px 0 0 10%;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.iteration-rail > div {
  min-height: 220px;
  padding: 18px 15px 20px;
  border-right: 1px solid var(--line);
}
.iteration-rail > div:first-child { padding-left: 0; }
.iteration-rail > div:last-child { border-right: 0; }
.iteration-rail span {
  font-family: var(--heading);
  font-size: 29px;
  letter-spacing: .03em;
}
.iteration-rail p { max-width: 145px; font-size: 10px; line-height: 1.45; }
.rail-final { color: var(--orange); }

.final-grid {
  margin: 95px 0 0 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.final-card figure { margin: 0 0 17px; position: relative; overflow: hidden; }
.final-card img { height: 570px; object-fit: cover; }
.final-card figure span {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 6px 8px;
  background: var(--cream);
  font-size: 8px;
  letter-spacing: .16em;
}
.final-card h3 {
  margin: 0 0 8px;
  font-size: 42px;
}
.final-card p { max-width: 430px; margin: 0; font-size: 12px; line-height: 1.55; }

.final-reveal {
  margin: 110px 0 0 10%;
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--ink);
}

.final-reveal img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}

/* Bottom text bar */
.final-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 18px 24px 20px;

  color: var(--white);

  background:
    linear-gradient(
      to top,
      rgba(23,21,18,.88),
      rgba(23,21,18,.48),
      transparent
    );
}

/* Small label */
.final-overlay span {
  display: block;
  margin-bottom: 8px;

  font-size: 8px;
  letter-spacing: .18em;
}

/* Main white text */
.final-overlay p {
  margin: 0;

  font-family: var(--heading);
  font-size: clamp(34px, 4.4vw, 72px);
  line-height: .95;
  letter-spacing: .025em;

  white-space: nowrap;
}

/* Tablet / half screen */
@media (max-width: 980px) {
  .final-overlay p {
    font-size: clamp(32px, 5vw, 58px);
    white-space: normal;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .final-overlay {
    padding: 16px 18px 20px;
  }

  .final-overlay p {
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1;
    white-space: normal;
  }
}

.closing { padding: 120px 0 75px 10%; text-align: center; }
.closing p {
  max-width: 1050px;
  margin: 0 auto 55px;
  font-family: var(--heading);
  font-size: clamp(40px, 5.3vw, 76px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .03em;
}
.closing strong { font-weight: 400; }
.closing a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 8px;
  letter-spacing: .18em;
}

footer {
  padding: 26px 6vw;
  display: flex;
  justify-content: space-between;
  background: var(--ink);
  color: var(--white);
  font-size: 8px;
  letter-spacing: .17em;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity .82s ease,
    transform .82s cubic-bezier(.22,.7,.2,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .14s; }

@media (hover:hover) and (pointer:fine) {
  .drawer a {
    transition:
    color .25s ease'
      text-shadow .25s ease,
      transform .25s ease,
      opacity .25s ease;
  }

  .drawer a:hover {
    color: #fff;
    opacity: 1;
    text-shadow:
      0 0 8px rgba(255,255,255,.9),
      0 0 18px rgba(255,255,255,.75),
      0 0 34px rgba(255,255,255,.55);
    transform: translateX(6px);
  }

  .sequence-dots button:hover {
    background: var(--ink);
  }

  .final-card img,
  .process-item img {
    transition: transform .65s ease;
  }

  .final-card:hover img,
  .process-item:hover img {
    transform: scale(1.018);
  }
}

@media (max-width: 980px) {
  .section { padding: 16vw 6vw 11vw; }
  .number { position: relative; margin-bottom: 28px; }
  .copy,
  .research-summary,
  .insights,
  .equation,
  .modeled-panel,
  .interaction-flow,
  .interaction-story,
  .hand-feature,
  .material-band,
  .voice-grid,
  .process-collage,
  .iteration-rail,
  .final-grid,
  .final-reveal,
  .closing { margin-left: 0; }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 16vw;
  }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(105px, 27vw, 230px); }
  .hero-object { min-height: 510px; margin-top: -25px; }
  .model-panel { width: min(560px, 78vw); }
  .model-sphere { width: 125px; transform: translate(-95px, 28px); }

  .equation {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }
  .operator {
    min-height: 42px;
    width: 100%;
  }
  .equation-card {
    min-height: 300px;
    width: 100%;
    max-width: 100%;
  }
  .equation-card h3 { font-size: clamp(34px, 7vw, 46px); }
  .portable-card-visual { height: 145px; }

  .interaction-story {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .story-copy { position: static; }
  .sequence-dots { grid-column: auto; }
  .story-sequence,
  .sequence-frame img { height: auto; min-height: 0; }
  .story-sequence { aspect-ratio: 4 / 3; }
  .sequence-frame img { height: 100%; }

  .hand-feature,
  .portable-callout,
  .material-band,
  .voice-grid { grid-template-columns: 1fr; }
  .portable-callout { margin-left: 0; }
  .material-band { gap: 65px; }
  .voice .copy { margin-left: 0; }

  .process-item img { height: 430px; }
  .iteration-rail { grid-template-columns: repeat(3,1fr); }
  .iteration-rail > div:nth-child(3) { border-right: 0; }
  .iteration-rail > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }

  .final-card img { height: 470px; }
  .final-reveal,
  .final-reveal img { min-height: 560px; height: 560px; }
  .closing { padding-left: 0; }
}

@media (max-width: 640px) {
  .topbar { height: 62px; padding: 0 5vw; }
  .topbar-meta { display: none; }
  .drawer { padding: 95px 28px 40px; }

  .section { min-height: auto; padding: 24vw 5vw 16vw; }
  .hero { min-height: 100svh; padding: 24vw 5vw 10vw; }
  .hero h1 {
    font-size: clamp(86px, 27vw, 150px);
    letter-spacing: .035em;
    margin-bottom: 35px;
  }
  .hero-line { font-size: 29px; }
  .hero-object { min-height: 370px; }
  .model-panel { width: 82vw; border-radius: 34px; }
  .model-sphere { width: 96px; transform: translate(-70px, 18px); }
  .model-cord { height: 80px; }
  .scroll-note { display: none; }

  .copy h2 { font-size: clamp(46px, 15vw, 80px); }
  .orange .copy h2 { font-size: clamp(58px, 17vw, 90px); }

  .research-summary { grid-template-columns: 1fr; margin-top: 70px; }
  .research-summary > div {
    min-height: 105px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    padding: 18px 0;
  }
  .research-summary > div:not(:first-child) { padding-left: 0; }
  .research-summary > div:last-child { border-bottom: 0; }
  .insights { grid-template-columns: 1fr; gap: 24px; }

  .modeled-panel { margin-top: 55px; padding: 12px; }
  .modeled-panel-inner { min-height: 330px; }
  .floating-sphere { width: 68px; }
  .interaction-flow { align-items: flex-start; flex-direction: column; gap: 8px; }
  .interaction-flow i { display: none; }
  .story-sequence { aspect-ratio: 1 / 1.12; }
  .sequence-dots { flex-wrap: wrap; }

  .hand-feature { margin-top: 65px; }
  .hand-animation { aspect-ratio: 1 / 1.05; }
  .portable-callout { margin-bottom: 80px; }
  .portable-callout img { aspect-ratio: 1; }
  .portable-card-visual {
    left: 14px;
    right: 14px;
    bottom: 14px;
    height: 132px;
  }
  .hand-copy h3,
  .material-band h3 { font-size: 43px; }
  .exploded { min-height: 420px; transform: scale(.82); transform-origin: center; }
  .layer span { left: calc(100% + 10px); width: 118px; white-space: normal; }

  .voice-scenario { min-height: 520px; padding: 25px 20px; }
  .time { margin-bottom: 38px; }

  .process-collage { grid-template-columns: 1fr; gap: 38px; }
  .sketch-one,
  .blender,
  .final-shot { transform: none; margin-top: 0; }
  .process-item img { height: 330px; }
  .sketch-one img,
  .sketch-two img {
    width: 72%;
    height: 250px;
  }

  .iteration-rail { grid-template-columns: 1fr 1fr; }
  .iteration-rail > div:nth-child(3) { border-right: 1px solid var(--line); }
  .iteration-rail > div:nth-child(2n) { border-right: 0; }
  .iteration-rail > div:nth-child(-n+4) { border-bottom: 1px solid var(--line); }

  .final-grid { grid-template-columns: 1fr; }
  .final-card img { height: 420px; }
  .final-reveal,
  .final-reveal img { min-height: 440px; height: 440px; }
  .final-overlay { padding: 22px 20px 26px; }
  .closing { padding-top: 85px; }

  footer { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot { display: none; }
}

.draggable-bulb {
  border: 0;
  padding: 0;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.draggable-bulb:active { cursor: grabbing; }
.draggable-bulb:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
@media (max-width: 640px) {
  .iterations {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  /* Only controls the display area for the square/cylinder */
  .iteration .shape:not(.sphere-shape) {
    min-height: 220px;
  }

  /* Sphere must always remain perfectly circular */
  .sphere-shape {
    width: 178px;
    height: 178px;
    min-height: 178px;
    aspect-ratio: 1 / 1;
  }
}

/* --- Responsive polish for Section 02 / THE IDEA --- */
.equation-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.equation-card > span,
.equation-card h3,
.equation-card p {
  position: relative;
  z-index: 2;
}

.equation-card .icon-fixed,
.equation-card .icon-baati,
.equation-card .portable-card-visual {
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .equation {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    margin-top: 72px;
  }

  .equation-card {
    min-height: auto;
    padding: 24px 24px 28px;
  }

  .equation-card h3 {
    margin: 38px 0 10px;
    font-size: clamp(38px, 8vw, 54px);
    line-height: 1;
  }

  .equation-card p {
    max-width: 34rem;
    margin-bottom: 26px;
    font-size: 13px;
  }

  .operator {
    width: 100%;
    min-height: 34px;
    font-size: 34px;
  }

  /* Keep the lamp inside the card flow instead of absolute-positioning it. */
  .equation-card .icon-fixed {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 22px auto 8px;
    width: 8px;
    height: 92px;
  }

  .equation-card .icon-baati {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 22px auto 4px;
    width: min(240px, 72%);
  }

  /* Hand illustration becomes part of normal document flow on tablet/mobile. */
  .portable-card-visual {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 250px;
    margin: 18px 0 0;
    overflow: visible;
    display: grid;
    place-items: center;
  }

  .portable-hand-svg {
    width: min(300px, 72%);
    max-height: 255px;
  }
}

@media (max-width: 640px) {
  .equation {
    margin-top: 56px;
    gap: 10px;
  }

  .equation-card {
    padding: 20px 18px 24px;
  }

  .equation-card h3 {
    margin-top: 30px;
    font-size: clamp(34px, 12vw, 48px);
  }

  .equation-card p {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .portable-card-visual {
    min-height: 190px;
    margin-top: 10px;
  }

  .portable-hand-svg {
    width: min(270px, 82%);
    max-height: 225px;
  }

  .equation-card .icon-baati {
    width: min(220px, 82%);
  }

  .operator {
    min-height: 30px;
    font-size: 30px;
  }
}

/* Extra-small screens */
@media (max-width: 420px) {
  .equation-card {
    padding: 18px 15px 22px;
  }

  .equation-card h3 {
    font-size: 36px;
  }

  .portable-card-visual {
    min-height: 170px;
  }

  .portable-hand-svg {
    width: min(235px, 88%);
  }

  .equation-card .icon-baati {
    width: min(200px, 86%);
  }
}



/* Final process image framing */
.process-item.blender {
  overflow: visible;
}
.process-item.blender img {
  width: 88% !important;
  height: 430px !important;
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(34px, 5vw, 72px) !important;
  box-sizing: border-box !important;
  background: transparent !important;
  transform: none !important;
}
.process-item.blender:hover img {
  transform: none !important;
}




@media (max-width: 980px) {
  .process-item.blender img,
  .process-item.final-product img {
    width: 86% !important;
    height: 360px !important;
    padding: 30px !important;
  }
}
@media (max-width: 640px) {
  .process-item.blender img,
  .process-item.final-product img {
    width: 92% !important;
    height: 280px !important;
    padding: 18px !important;
  }
}

/* --- Final Section 02 overlap fix --- */
.equation-card {
  position: relative;
}

.orange-card {
  display: flex;
  flex-direction: column;
}

.orange-card h3,
.orange-card p {
  position: relative;
  z-index: 3;
}

@media (max-width: 980px) {
  .orange-card {
    padding-bottom: 28px;
  }

  .orange-card p {
    max-width: 100%;
    margin-bottom: 26px;
  }

  .orange-card .icon-baati {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 14px auto 0 !important;
    width: min(250px, 76%) !important;
    aspect-ratio: 1.42;
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .equation-card {
    padding: 20px 18px 24px;
  }

  .equation-card h3 {
    margin: 28px 0 12px;
  }

  .equation-card p {
    margin: 0 0 22px;
    max-width: 100%;
  }

  .orange-card .icon-baati {
    margin-top: 10px !important;
    width: min(220px, 82%) !important;
  }
}

@media (max-width: 420px) {
  .orange-card .icon-baati {
    width: min(190px, 86%) !important;
  }
}


/* =========================================================
   MOBILE READABILITY FIX — Section 02 / THE IDEA
   Keep copy clear and keep illustrations away from the text.
   ========================================================= */
@media (max-width: 700px) {
  .equation-card {
    padding: 26px 22px 30px !important;
    min-height: 520px !important;
    overflow: hidden !important;
  }

  .equation-card > span {
    display: block;
    font-size: 12px !important;
    line-height: 1.25 !important;
    letter-spacing: .16em !important;
    margin-bottom: 46px !important;
  }

  .equation-card h3 {
    position: relative !important;
    z-index: 10 !important;
    margin: 0 0 22px !important;
    max-width: 100% !important;
    font-size: clamp(40px, 11vw, 58px) !important;
    line-height: .98 !important;
    overflow-wrap: normal !important;
  }

  .equation-card p {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    max-width: 29rem !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* FIXED: lamp now sits below the description instead of crossing it */
  .equation-card .icon-fixed {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 48px !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    width: 10px !important;
    height: 112px !important;
    z-index: 1 !important;
  }

  /* PORTABLE: hand stays in the lower half of its card */
  .portable-card-visual {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 24px !important;
    transform: translateX(-50%) !important;
    width: min(360px, 88%) !important;
    min-height: 0 !important;
    height: 245px !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    z-index: 1 !important;
  }

  .portable-hand-svg {
    width: min(300px, 88%) !important;
    max-height: 235px !important;
  }

  /* BAATI result card */
  .equation-card .icon-baati {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 40px !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    width: min(245px, 78%) !important;
    z-index: 1 !important;
  }

  .operator {
    padding: 8px 0 !important;
    font-size: 34px !important;
  }
}

@media (max-width: 420px) {
  .equation-card {
    min-height: 500px !important;
    padding: 24px 18px 28px !important;
  }

  .equation-card > span {
    margin-bottom: 38px !important;
  }

  .equation-card h3 {
    font-size: clamp(38px, 12vw, 50px) !important;
  }

  .equation-card p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .portable-card-visual {
    width: 92% !important;
    height: 225px !important;
    bottom: 20px !important;
  }

  .portable-hand-svg {
    width: min(270px, 90%) !important;
    max-height: 215px !important;
  }
}



/* =========================================
   SECTION 06 — PROCESS
   CLEAN FINAL VERSION
   ========================================= */

.process-collage {
  margin: 95px 0 0 10%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.process-item {
  margin: 0 !important;
  padding: 0;
  min-width: 0;
  position: relative;
  transform: none !important;
}

/* Each image gets the same visual stage */
.process-item img {
  display: block;
  width: 100% !important;
  height: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

/* =========================
   INDIVIDUAL IMAGE SIZING
   ========================= */

/* 01 Pencil sketch */
.process-item.sketch-one img {
  transform: scale(1.05) !important;
}

/* 02 Color sketch */
.process-item.sketch-two img {
  transform: scale(1.05) !important;
}

/* 03 Blender render */
.process-item.blender img {
  transform: scale(1.75) !important;
}

/* 04 Final product */
.process-item.final-shot img,
.process-item.final-product img {
  transform: scale(1.6) !important;
}

/*  
.process-item:hover img {
  transform-origin: center !important;
}*/

.process-item.sketch-one:hover img {
  transform: scale(1.05) !important;
}

.process-item.sketch-two:hover img {
  transform: scale(1.05) !important;
}

.process-item.blender:hover img {
  transform: scale(1.75) !important;
}

.process-item.final-shot:hover img,
.process-item.final-product:hover img {
  transform: scale(1.9) !important;
}


/* =========================
   CAPTIONS
   ========================= */

.process-item figcaption {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  width: 100%;
  margin-top: 12px;
  padding-top: 12px;

  border-top: 1px solid var(--line);

  font-size: 8px;
  line-height: 1.4;
  letter-spacing: .15em;
}

.process-item figcaption span {
  color: var(--orange);
  flex-shrink: 0;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 1100px) {
  .process-collage {
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 24px;
  }

  .process-item img {
    height: 320px !important;
  }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 640px) {
  .process-collage {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .process-item img {
    height: 280px !important;
  }

  .process-item.sketch-one img,
  .process-item.sketch-two img {
    transform: scale(1) !important;
  }

  .process-item.blender img {
    transform: scale(1.55) !important;
  }

  .process-item.final-shot img,
  .process-item.final-product img {
    transform: scale(1.65) !important;
  }
}

/* =========================================
   DESKTOP ONLY — ENLARGE BLENDER RENDER
   ========================================= */

@media (min-width: 1101px) {

  .process-item.blender {
    overflow: hidden !important;
  }

  .process-item.blender img {
    width: 100% !important;
    height: 300px !important;

    padding: 0 !important;
    margin: 0 !important;

    object-fit: contain !important;
    object-position: center !important;

    transform: scale(1.5) !important;
    transform-origin: center center !important;
  }

 /* .process-item.blender:hover img {
    transform: scale(3.1) !important;
  }*/
}

/* =========================================
   SECTION 06 — DISABLE IMAGE HOVER ON DESKTOP
   ========================================= */

@media (min-width: 1101px) and (hover: hover) {

  .process-item:hover img {
    transition: none !important;
  }

  .process-item.sketch-one:hover img {
    transform: scale(1.05) !important;
  }

  .process-item.sketch-two:hover img {
    transform: scale(1.05) !important;
  }

  .process-item.blender:hover img {
    transform: scale(1.5) !important;
  }

  .process-item.final-shot:hover img,
  .process-item.final-product:hover img {
    transform: scale(1.6) !important;
  }
}


/* =========================================
   FINAL DESIGN — MATCH IMAGE SIZES
   ========================================= */

.final-card figure {
  height: 520px;
  overflow: hidden;
}

/* Both images fill the same frame */
.final-card img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* Enlarge only the docked image */
.final-card:first-child img {
  transform: scale(1.18);
  transform-origin: center center;
}

/* Keep portable image normal */
.final-card:nth-child(2) img {
  transform: scale(1);
}

/* Stop hover zoom from changing either image */
.final-card:first-child:hover img {
  transform: scale(1.18) !important;
}

.final-card:nth-child(2):hover img {
  transform: scale(1) !important;
}

/* =========================================
   FINAL DESIGN — RESPONSIVE IMAGE MATCHING
   ========================================= */

.final-grid {
  margin: 95px 0 0 10%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.final-card {
  min-width: 0;
}

.final-card figure {
  margin: 0 0 17px;
  position: relative;
  overflow: hidden;
  height: clamp(380px, 34vw, 520px);
}

.final-card img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* Docked image needs slight enlargement */
.final-card:first-child img {
  transform: scale(1.18);
  transform-origin: center center;
}

/* Portable stays normal */
.final-card:nth-child(2) img {
  transform: scale(1);
}

/* Stop hover zoom */
.final-card:first-child:hover img {
  transform: scale(1.18) !important;
}

.final-card:nth-child(2):hover img {
  transform: scale(1) !important;
}


/* =========================================
   TABLET / HALF SCREEN
   ========================================= */

@media (max-width: 980px) {
  .final-grid {
    margin-left: 0;
    gap: 18px;
  }

  .final-card figure {
    height: clamp(340px, 44vw, 460px);
  }

  .final-card:first-child img {
    transform: scale(1.15);
  }

  .final-card:first-child:hover img {
    transform: scale(1.15) !important;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 640px) {
  .final-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .final-card figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .final-card img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .final-card:first-child img {
    transform: scale(1.12);
  }

  .final-card:first-child:hover img {
    transform: scale(1.12) !important;
  }

  .final-card h3 {
    font-size: 36px;
  }

  .final-card p {
    font-size: 13px;
    line-height: 1.55;
  }
}

