:root {
  --ink: #17251f;
  --paper: #f4f0e8;
  --muted: #65716a;
  --line: #d6d5ca;
  --lime: #d7f34a;
  --orange: #ff7043;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", sans-serif;
  --display: "Space Grotesk", sans-serif;
  --mono: "DM Mono", monospace;
}
* {
 box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.site-header {
  height: 80px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, 0.92);
  position: relative;
  z-index: 10;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  width: 80px;   /* jitni chahiye */
  height: 85px;   /* jitni chahiye */
  object-fit: contain;
}
.site-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: 14px;
}
.site-nav a {
  color: var(--muted);
  transition: 0.2s;
}
.site-nav a:hover,
.site-nav .active {
  color: var(--ink);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 19px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.2s;
}
.button i,
.text-link i {
  font-size: 12px;
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
}
.button-accent {
  background: var(--lime);
  color: var(--ink);
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 4px 4px 0 var(--ink);
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 20px;
  color: var(--ink);
}
.section-pad {
  padding: 110px 0;
}
.hero {
  padding-top: 75px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  font: 500 11px var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin: 0 0 24px;
}
.eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  margin-right: 9px;
}
.hero h1 {
  font: 600 clamp(52px, 7vw, 94px)/0.98 var(--display);
  letter-spacing: -0.06em;
  margin: 0 0 28px;
  max-width: 650px;
}
.hero h1 em,
h2 em {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.06em;
}
.hero-lede,
.body-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 535px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 34px 0 54px;
}
.text-link {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  display: inline-flex;
  gap: 11px;
  align-items: center;
}
.proof-row {
  display: flex;
  gap: 38px;
}
.proof-row div {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
  padding-left: 14px;
}
.proof-row strong {
  font: 600 24px var(--display);
}
.proof-row span {
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.hero-art {
  min-height: 470px;
  position: relative;
  background: var(--ink);
  overflow: hidden;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/worldmap.png") center/cover;
  opacity: 0.08;
  filter: grayscale(1);
}
.orbit {
  position: absolute;
  border: 1px solid rgba(215, 243, 74, 0.25);
  border-radius: 50%;
  width: 440px;
  height: 210px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) rotate(-28deg);
}
.orbit-two {
  transform: translate(-50%, -50%) rotate(28deg);
  border-color: rgba(255, 112, 67, 0.3);
}
.hero-card {
  position: absolute;
  background: var(--paper);
  padding: 22px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.hero-card-main {
  width: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.card-kicker,
.visual-label {
  font: 500 10px var(--mono);
  letter-spacing: 0.06em;
  color: var(--muted);
}
.signal-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 28px 0 22px;
  font-size: 12px;
}
.signal-line strong {
  margin-left: auto;
  color: #51a23c;
  font-size: 18px;
}
.signal-dot {
  width: 8px;
  height: 8px;
  background: #51a23c;
  border-radius: 50%;
}
.mini-chart {
  display: flex;
  align-items: end;
  height: 88px;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  padding: 0 2px;
}
.mini-chart i {
  display: block;
  flex: 1;
  background: var(--orange);
  height: 40%;
}
.mini-chart i:nth-child(2) {
  height: 55%;
}
.mini-chart i:nth-child(3) {
  height: 48%;
}
.mini-chart i:nth-child(4) {
  height: 70%;
}
.mini-chart i:nth-child(5) {
  height: 58%;
}
.mini-chart i:nth-child(6) {
  height: 82%;
}
.mini-chart i:nth-child(7) {
  height: 64%;
}
.mini-chart i:nth-child(8) {
  height: 94%;
}
.mini-chart i:nth-child(9) {
  height: 76%;
}
.mini-chart i:nth-child(10) {
  height: 100%;
  background: var(--lime);
}
.mini-chart i:nth-child(11) {
  height: 88%;
}
.mini-chart i:nth-child(12) {
  height: 100%;
  background: var(--lime);
}
.hero-card p {
  font-size: 12px;
  margin: 18px 0 0;
  color: var(--muted);
}
.hero-card-float {
  right: 8%;
  top: 16%;
  width: 100px;
  background: var(--lime);
  transform: rotate(7deg);
  text-align: center;
}
.hero-card-float span,
.hero-card-float small {
  display: block;
  font: 500 9px var(--mono);
}
.hero-card-float strong {
  font: 600 45px var(--display);
  display: block;
  line-height: 1;
}
.stamp {
  position: absolute;
  color: var(--lime);
  font: 600 20px/1 var(--display);
  letter-spacing: -0.08em;
  bottom: 28px;
  left: 28px;
  transform: rotate(-10deg);
}
.marquee {
  display: flex;
  gap: 38px;
  align-items: center;
  padding: 27px 0 4px;
  font: 500 12px var(--mono);
  color: var(--muted);
  overflow: hidden;
  white-space: nowrap;
}
.marquee strong {
  font: 600 16px var(--display);
  color: var(--ink);
}
.marquee b {
  font-weight: 400;
  color: var(--orange);
}
.intro {
  background: var(--ink);
  color: var(--paper);
}
.intro .eyebrow,
.intro .body-copy {
  color: #aeb9b0;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}
.intro h2,
.contact-band h2 {
  font: 600 clamp(39px, 5vw, 66px)/1.03 var(--display);
  letter-spacing: -0.06em;
  margin: 0 0 25px;
}
.intro .text-link {
  color: var(--paper);
  border-color: var(--paper);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}
.heading-note {
  font: 400 30px/1.1 var(--display);
  letter-spacing: -0.05em;
  margin: 0;
}
.service-list {
  border-bottom: 1px solid var(--line);
}
.service-item {
  display: grid;
  grid-template-columns: 70px 1fr 1fr 30px;
  gap: 24px;
  align-items: center;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
  transition: 0.2s;
}
.service-item:last-child {
  border: 0;
}
.service-item:hover {
  padding-left: 14px;
  background: var(--lime);
}
.service-item > span {
  font: 500 12px var(--mono);
  color: var(--muted);
}
.service-item h3 {
  font: 500 29px var(--display);
  letter-spacing: -0.05em;
  margin: 0;
}
.service-item p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.service-item i {
  font-size: 16px;
}
.work {
  background: #e7e1d5;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.project {
  background: var(--paper);
}
.project-visual {
  height: 400px;
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.visual-phone {
  background: var(--lime);
}
.phone-ui {
  width: 235px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%) rotate(-8deg);
  background: var(--ink);
  color: var(--paper);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 18px 18px 0 rgba(23, 37, 31, 0.16);
}
.phone-ui i {
  color: var(--lime);
  font-size: 28px;
}
.phone-ui strong {
  font: 500 31px/1 var(--display);
  letter-spacing: -0.06em;
}
.phone-ui span {
  font: 10px var(--mono);
  color: #aeb9b0;
}
.visual-game {
  background: var(--orange);
  color: var(--ink);
}
.visual-game > i {
  font-size: 85px;
  position: absolute;
  right: 34px;
  top: 70px;
  transform: rotate(12deg);
}
.visual-game > strong {
  font: 600 74px/0.82 var(--display);
  letter-spacing: -0.1em;
  position: absolute;
  bottom: 50px;
  left: 25px;
}
.game-stars {
  position: absolute;
  right: 26px;
  bottom: 26px;
  font-size: 17px;
}
.project-meta {
  padding: 22px 25px 27px;
}
.project-meta > span {
  font: 500 10px var(--mono);
  color: var(--muted);
}
.project-meta h3 {
  font: 500 25px/1.1 var(--display);
  letter-spacing: -0.05em;
  max-width: 400px;
  margin: 12px 0 23px;
}
.project-meta a {
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
}
.quote-band {
  padding: 100px 0;
  background: var(--lime);
  text-align: center;
}
.quote-band p {
  font: 400 clamp(30px, 4vw, 53px)/1.08 var(--display);
  letter-spacing: -0.06em;
  max-width: 850px;
  margin: 0 auto 24px;
}
.quote-band p em {
  font-family: var(--serif);
}
.quote-band span {
  font: 11px var(--mono);
}
.contact-band {
  background: var(--orange);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.contact-band .body-copy {
  color: var(--ink);
  margin: 0 0 34px;
}
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 55px 0 20px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 65px;
}
.footer-top p {
  color: #aeb9b0;
  margin: 0;
  line-height: 1.5;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}
.footer-links a {
  color: #dfe7df;
}
.footer-links i {
  font-size: 10px;
  color: var(--lime);
}
.footer-bottom {
  border-top: 1px solid rgba(244, 240, 232, 0.18);
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  color: #aeb9b0;
  font: 11px var(--mono);
}
.footer-bottom a {
  color: var(--lime);
}
.reveal {
  animation: rise 0.8s both;
}
.reveal-delay {
  animation-delay: 0.15s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 108px;
  }
  .header-inner {
    width: calc(100% - 32px);
    gap: 18px;
  }
  .brand img {
    width: 124px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 65px;
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    flex-direction: column;
    gap: 16px;
    box-shadow: 5px 5px 0 var(--ink);
  }
  .site-nav.open {
    display: flex;
  }
  .header-cta {
    display: none;
  }
  .container {
    width: min(100% - 32px, 600px);
  }
  .section-pad {
    padding: 75px 0;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-grid,
  .intro-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero h1 {
    font-size: 59px;
  }
  .hero-art {
    min-height: 390px;
  }
  .hero-card-main {
    width: min(290px, calc(100% - 52px));
  }
  .hero-card-float {
    right: 4%;
    top: 10%;
  }
  .proof-row {
    gap: 17px;
  }
  .proof-row strong {
    font-size: 20px;
  }
  .proof-row span {
    font-size: 10px;
  }
  .marquee {
    gap: 20px;
  }
  .intro-grid {
    gap: 25px;
  }
  .heading-note {
    font-size: 23px;
  }
  .service-item {
    grid-template-columns: 38px 1fr 25px;
    gap: 12px;
    padding: 25px 0;
  }
  .service-item p {
    grid-column: 2;
    grid-row: 2;
  }
  .service-item h3 {
    font-size: 24px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-visual {
    height: 330px;
  }
  .visual-game > strong {
    font-size: 61px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 40px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-bottom a {
    width: 100%;
  }
}
