:root {
  --agy-bg: #000;
  --agy-ink: #fff;
  --agy-muted: #999;
  --agy-line: rgba(255, 255, 255, 0.18);
  --agy-card: #0d0d0d;
  --agy-accent: #fff;
  --agy-accent-soft: rgba(255, 255, 255, 0.22);
  --agy-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html,
.agy-page {
  margin: 0;
  overflow-x: clip;
  background: var(--agy-bg, #000);
  background-color: var(--agy-bg, #000);
  color: var(--agy-ink, #fff);
  font-family: Inter, "Inter Placeholder", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.agy-page img,
.agy-page video {
  display: block;
}

.agy-page.nav-cart-open {
  overflow-x: visible;
}

.agy-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.agy-page .navbar-wrapper a { text-decoration: none; }
.agy-page .nav-links a { color: #999; }
.agy-page .nav-links a:hover,
.agy-page .nav-links a.active { color: #fff; }
.agy-page .nav-cta { color: #000; }
.agy-page .nav-lang-btn { color: #eee; }

.agy-page a { color: inherit; text-decoration: none; }
.agy-page button, .agy-page input, .agy-page textarea { font: inherit; color: inherit; }

.agy-wrap { width: min(1255px, calc(100% - 48px)); margin: 0 auto; }

.agy-chip {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.agy-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--agy-accent);
  box-shadow: 0 0 0 0 var(--agy-accent-soft);
  animation: agy-pulse 2.4s var(--agy-ease) infinite;
}

@keyframes agy-pulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--agy-accent-soft); }
  50% { box-shadow: 0 0 0 8px transparent; }
}

.agy-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 32px;
  border-radius: 100px;
  background: #fff;
  color: #111 !important;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  transition: transform 0.45s var(--agy-ease), background 0.45s var(--agy-ease), color 0.45s var(--agy-ease);
}
.agy-page a.agy-pill:hover {
  background: #e8e8e8;
  color: #111 !important;
  transform: translateY(-2px);
}

.agy-display {
  margin: 0;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1.92px;
  line-height: 72px;
}

.agy-serif {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.agy-hero {
  position: relative;
  box-sizing: border-box;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 120px 72px 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.agy-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  z-index: 0;
  pointer-events: none;
}
.agy-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(8,4,20,0.28) 55%, rgba(0,0,0,0.72) 100%);
  pointer-events: none;
}
.agy-hero__robot-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 18%;
  width: min(720px, 56vw);
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.agy-hero__robot {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 30px 80px rgba(70, 110, 255, 0.28));
}

.agy-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px 40px;
  align-items: start;
  flex: 1 1 auto;
  min-height: 0;
}
.agy-hero__title {
  margin: 0;
  overflow-wrap: anywhere;
}

/* ── Mask wrapper injected by JS for Framer mask-reveal ── */
.agy-mask {
  display: block;
  overflow: hidden;
}

.agy-hero__create,
.agy-hero__impact,
.agy-hero__robot {
  will-change: transform;
}
.agy-hero__create {
  display: block;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(72px, 9vw, 140px);
  font-weight: 400;
  letter-spacing: -8.4px;
  line-height: 0.92;
}
.agy-hero__impact {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(72px, 9vw, 140px);
  font-weight: 400;
  letter-spacing: -5.6px;
  line-height: 0.92;
}

/* Impactful gradient: gray → white (Framer original) */
.agy-impact-grad {
  background-image: linear-gradient(178deg, rgb(153,153,153) 19%, rgb(255,255,255) 76%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.agy-hero__aside {
  padding-top: 18px;
  max-width: 360px;
  justify-self: end;
  text-align: left;
}
.agy-hero__lead {
  margin: 0 0 22px;
  color: rgba(128,128,128,1);
  font-size: 16px;
  line-height: 1.55;
}
.agy-lead-bright {
  color: #eee;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
}

/* Hero contact row */
.agy-hero__contact-row {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.agy-hero__contact-link {
  font-size: 15px;
  color: #eee !important;
  transition: color 0.3s;
}
.agy-hero__contact-link:hover { color: #fff !important; }
.agy-hero__socials {
  display: flex;
  gap: 8px;
}
.agy-soc-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #292929 0%, #000 100%);
  box-shadow: inset 0.3px 0.3px 0 0 rgba(156,156,156,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee;
  transition: background 0.3s;
}
.agy-soc-btn:hover { background: linear-gradient(180deg, #3a3a3a 0%, #111 100%); }
.agy-soc-btn svg { width: 16px; height: 16px; }

.agy-marquee {
  position: relative;
  z-index: 3;
  width: min(520px, 70vw);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  margin: 18px 0 0;
  flex-shrink: 0;
}
.agy-marquee__track {
  display: flex;
  gap: 48px;
  width: max-content;
  align-items: center;
}
.agy-tick {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  opacity: 0.88;
}
.agy-tick--a { font-family: Inter, sans-serif; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.agy-tick--b { font-family: "Playfair Display", serif; font-style: italic; font-weight: 400; font-size: 22px; }
.agy-tick--c { font-family: Oswald, sans-serif; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.agy-tick--d { font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500; font-size: 24px; }
.agy-tick--e { font-family: "Libre Baskerville", serif; font-style: italic; font-weight: 400; font-size: 16px; }

.agy-projects { padding: 20px 0 40px; }
.agy-view-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none !important;
  background: #f3f3f3;
  color: #111;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
}
.agy-view-cursor svg {
  width: 22px;
  height: 22px;
  display: block;
}
.agy-project.is-aiming { cursor: none; }
@media (hover: none) {
  .agy-project { cursor: pointer; }
  .agy-view-cursor { display: none !important; }
}
.agy-project {
  position: relative;
  margin: 0 auto 28px;
  width: min(1255px, calc(100% - 48px));
  min-height: 775px;
  border-radius: 40px;
  overflow: hidden;
  background: #0b0b0b;
  display: block;
  cursor: pointer;
}
.agy-project__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.72) 100%);
  z-index: 1;
  pointer-events: none;
}
.agy-project__shot {
  width: 100%;
  height: 775px;
  object-fit: cover;
  display: block;
}
.agy-project__logo {
  position: absolute;
  left: 40px;
  bottom: 36px;
  z-index: 2;
  width: min(320px, 36vw);
  height: auto;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.45));
}
.agy-project__label {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -1.2px;
  line-height: 1.05;
  pointer-events: none;
}
.agy-project__label-name { color: #fff; }
.agy-project__label-year {
  color: #4e1874;
  margin-left: 0.28em;
}
.agy-project__meta {
  position: absolute;
  inset: 28px 28px auto;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.agy-tags { display: flex; flex-direction: column; gap: 10px; }
.agy-tags span {
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(18,18,18,0.88);
  font-size: 13px;
}
.agy-awards { display: none !important; }
.agy-awards > div { display: flex; gap: 10px; align-items: flex-start; }
.agy-awards img { width: 36px; height: 24px; object-fit: contain; filter: invert(1); }
.agy-awards p { margin: 0; font-size: 14px; line-height: 1.25; }
.agy-awards small { color: #9a9a9a; font-size: 13px; }
.agy-project--detect .agy-project__shade {
  background: linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.12) 38%, rgba(0,0,0,0.78) 100%);
}
.agy-project--detect .agy-awards > div {
  background: rgba(8,8,8,0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 12px;
  border-radius: 14px;
}
.agy-project--detect .agy-awards p,
.agy-project--detect .agy-project__foot p,
.agy-project--detect .agy-project__foot h2 {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,0.7);
}
.agy-project--detect .agy-awards small { color: #d8d8d8; }

.agy-project__foot { position: absolute; left: 40px; bottom: 36px; z-index: 2; }
.agy-project__foot p { margin: 0 0 8px; color: #cfcfcf; font-size: 15px; }
.agy-project__foot h2 { margin: 0; max-width: 420px; }

.agy-center { text-align: center; padding: 80px 24px 40px; }

.agy-about {
  position: relative;
  text-align: center;
  padding: 24px 24px 48px;
}
.agy-about__card {
  position: relative;
  width: min(1360px, calc(100% - 24px));
  min-height: min(92svh, 900px);
  margin: 0 auto;
  padding: 56px 56px 64px;
  border-radius: 48px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.18) 16%,
    rgba(8, 8, 8, 0.72) 38%,
    #0b0b0b 62%,
    #0b0b0b 100%
  );
}
.agy-about__dots {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,0.28) 1px, transparent 1.25px);
  background-size: 14px 14px;
  background-position: center bottom;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 42%, rgba(0,0,0,0.55) 72%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 42%, rgba(0,0,0,0.55) 72%, #000 100%);
  opacity: 0.55;
}
.agy-about__card > *:not(.agy-about__dots) { position: relative; z-index: 1; }
.agy-about__card .agy-about__stage { z-index: 1; }
.agy-about__stage {
  position: relative;
  max-width: 820px;
  min-height: 280px;
  margin: 28px auto 0;
  flex: 1 1 auto;
  display: grid;
  place-items: center;
}
.agy-about__ghost {
  grid-area: 1 / 1;
  position: relative;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(110px, 18vw, 230px);
  line-height: 0.78;
  letter-spacing: -0.03em;
  color: #4a4a4a;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  transform: translateY(-42px);
  transform-origin: 50% 50%;
  z-index: 0;
}
.agy-about__read {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.7;
  color: #5a5a5a;
}
.agy-about__w {
  display: inline;
  font-weight: 400;
  color: #555;
}
.agy-about__w.is-on {
  color: #fff;
  font-weight: 700;
}
.agy-lede {
  max-width: 640px;
  margin: 18px auto 0;
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1.6;
}

/* ── Services heading layout ── */
.agy-svc-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  align-items: start;
  max-width: 1255px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
}
.agy-svc-heading .agy-display { font-size: clamp(48px, 6vw, 80px); line-height: 1; }
.agy-svc-heading .agy-lede { margin: 0; padding-top: 12px; }

/* We Do gradient: white → gray */
.agy-we-do-grad {
  background-image: linear-gradient(97deg, #fff 0%, #999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ── Service cards: one closed rounded frame ── */
.agy-services { padding: 40px 0 80px; }
.agy-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
  isolation: isolate;
}
.agy-service {
  background: #050505;
  min-height: 460px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.4s;
}
.agy-service:last-child { border-right: none; }
.agy-service:hover { background: #0c0c0c; }

.agy-service__img-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 0;
}
.agy-service__img-wrap img:first-child {
  width: 180px;
  height: 180px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.agy-service__arc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
}
.agy-service:hover .agy-service__arc { opacity: 1; }

.agy-service__copy {
  padding: 24px 24px 28px;
  z-index: 2;
  position: relative;
}
.agy-service__copy small { color: #666; font-size: 13px; letter-spacing: 0.04em; display: block; margin-bottom: 6px; }
.agy-service__copy h3 { margin: 0 0 8px; font-size: 24px; font-weight: 500; letter-spacing: -0.3px; color: #eee; }
.agy-service__copy p { margin: 0; color: #808080; font-size: 14px; line-height: 1.55; }

.agy-about .agy-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding: 56px 8px 0;
  width: 100%;
}
.agy-about .agy-stat {
  background: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  text-align: left;
}
.agy-about .agy-stat:hover { transform: none; }
.agy-about .agy-stat span {
  display: block;
  margin: 0 0 16px;
  color: #9a9a9a;
  font-size: 14px;
}
.agy-stat__line {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 0 22px;
  background: rgba(255,255,255,0.16);
}
.agy-about .agy-stat strong {
  display: block;
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 0.9;
}

.agy-process {
  padding: 32px 24px 48px;
  overflow: visible;
  background: #000;
  border: 0;
  outline: 0;
}
.agy-phones {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px) minmax(0, 1fr);
  align-items: center;
  width: min(1360px, 100%);
  margin: 0 auto;
  min-height: 0;
  column-gap: 24px;
  background: #000;
}
.agy-process__copy {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 12px 8px;
  opacity: 1;
  visibility: visible;
}
.agy-process__copy .agy-chip { margin: 0 auto 20px; }
.agy-process__copy .agy-display {
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.12;
  letter-spacing: -1.4px;
  color: #fff;
}
.agy-process__copy .agy-lede {
  margin: 16px auto 0;
  max-width: 400px;
  color: #999;
}
.agy-phone {
  position: relative;
  margin: 0;
  width: min(336px, 28vw);
  height: min(688px, 72vh);
  overflow: visible;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  line-height: 0;
  font-size: 0;
  align-self: center;
}
.agy-phone--left { justify-self: end; }
.agy-phone--right { justify-self: start; }
.agy-phone__shot {
  display: none !important;
}
.agy-phone video,
.agy-phone__vid {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  opacity: 1 !important;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  clip-path: none;
}

.agy-desk {
  position: relative;
  height: 220vh;
  margin: 0;
  background: #000;
}
.agy-desk__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  justify-items: center;
  align-items: stretch;
  gap: 0;
  padding: 108px 24px 52px;
  perspective: 1600px;
  perspective-origin: 50% 48%;
  overflow: hidden;
}
.agy-desk__copy {
  text-align: center;
  z-index: 2;
  margin: 0;
  padding: 0 16px 18px;
  max-width: 640px;
}
.agy-desk__copy .agy-chip { margin-bottom: 16px; }
.agy-desk__copy .agy-display {
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -1.6px;
}
.agy-desk__copy .agy-lede {
  max-width: 480px;
  margin: 14px auto 0;
  font-size: 16px;
}
.agy-desk__frame {
  width: min(860px, 72vw);
  min-height: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  perspective: 1600px;
  perspective-origin: 50% 48%;
}
.agy-desk__btn {
  z-index: 3;
  box-sizing: border-box;
  justify-self: center;
  align-self: center;
  margin: 18px 0 4px;
  padding: 12px 28px;
  min-height: 48px;
  height: 48px;
}
.agy-desk__screen {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 40px 80px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.04);
  transform-style: preserve-3d;
  transform-origin: 50% 82%;
  will-change: transform;
}
.agy-desk__bar {
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.agy-desk__dots {
  display: flex;
  gap: 6px;
}
.agy-desk__dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3a3a;
}
.agy-desk__dots i:nth-child(1) { background: #ff5f57; }
.agy-desk__dots i:nth-child(2) { background: #febc2e; }
.agy-desk__dots i:nth-child(3) { background: #28c840; }
.agy-desk__url {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: min(320px, 50vw);
  height: 26px;
  padding: 0 14px;
  border-radius: 8px;
  background: #0d0d0d;
  color: #9a9a9a;
  font-size: 12px;
}
.agy-desk__lock {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
}
.agy-desk__body {
  display: grid;
  grid-template-columns: 88px 1fr 160px;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  background: #0a0a0a;
}
.agy-desk__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 12px;
  border-right: 1px solid rgba(255,255,255,0.06);
  color: #7a7a7a;
  font-size: 12px;
}
.agy-desk__side b {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.agy-desk__stage {
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.agy-desk__map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.agy-desk__brand {
  position: absolute;
  left: 28px;
  top: 28px;
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 0.9;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,0.45);
}
.agy-desk__phone {
  margin: 18px 16px 18px 0;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  outline: 1px solid rgba(255,255,255,0.08);
}
.agy-desk__phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agy-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.agy-price {
  background: #0d0d0d;
  border-radius: 36px;
  padding: 36px 28px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}
.agy-price.is-hot { outline: 1px solid rgba(255,255,255,0.22); }
.agy-price__hint { color: #9a9a9a; margin: 0; }
.agy-price, .agy-stat, .agy-quotes blockquote {
  transition: transform 0.55s var(--agy-ease), outline-color 0.45s var(--agy-ease);
}
.agy-price:hover, .agy-stat:hover, .agy-quotes blockquote:hover {
  transform: translateY(-6px);
}
.agy-price h3 { margin: 8px 0; font-size: 28px; font-weight: 500; }
.agy-price .agy-amount { font-size: 48px; font-weight: 500; letter-spacing: -1.5px; margin: 18px 0 0; }
.agy-price .agy-per { margin: 0 0 18px; color: #9a9a9a; font-size: 14px; }

.agy-award-list { padding: 0 0 48px; }
.agy-award-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 28px 8px;
  border-top: 1px solid var(--agy-line);
}
.agy-award-row:last-child { border-bottom: 1px solid var(--agy-line); }
.agy-award-row small { color: #9a9a9a; font-size: 14px; }
.agy-award-row h3 { margin: 0 0 6px; font-size: 28px; font-weight: 500; letter-spacing: -0.3px; }
.agy-award-row p { margin: 0; color: #9a9a9a; }

/* ── Team cards (3D tilt) ── */
.agy-team {
  width: min(1360px, calc(100% - 24px));
  max-width: 1360px;
  margin: 0 auto;
  padding: 48px 0 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  box-sizing: border-box;
}
.agy-team__head {
  text-align: center;
  margin: 0;
}
.agy-team__chip {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 10px 24px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 100px;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eee;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.agy-team__chip svg {
  width: 24px;
  height: 24px;
  flex: none;
}
.agy-team__title {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.28em;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -1.8px;
  font-weight: 500;
}
.agy-team__meet { color: #fff; }
.agy-team__members {
  background-image: linear-gradient(99deg, #fff 17%, #999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  font-weight: 400;
}
.agy-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 22px;
  width: 100%;
  perspective: 1400px;
}
.agy-member {
  position: relative;
  width: 100%;
  min-width: 0;
  background: none;
  overflow: visible;
  transform-style: preserve-3d;
}
.agy-member__inner {
  padding: 12px;
  border-radius: 28px;
  background: linear-gradient(165deg, #1a1a1a 0%, #0a0a0a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 44px rgba(0, 0, 0, 0.42);
  transform-style: preserve-3d;
  will-change: transform;
  height: 100%;
  box-sizing: border-box;
}
.agy-member__photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 3 / 4;
  min-height: min(58vh, 560px);
  background: #050505;
  transform: translateZ(18px);
}
.agy-member__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.agy-member__glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  background: radial-gradient(circle at var(--gx, 50%) var(--gy, 20%), rgba(255, 255, 255, 0.22), transparent 42%);
}
.agy-member__shade {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 100%);
}
.agy-member__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(28, 28, 28, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  color: #ececec;
  font-size: 13px;
  line-height: 18px;
}
.agy-page .agy-member__meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  transform: none;
}
.agy-page .agy-member__meta h3 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: -0.4px;
}
.agy-page .agy-member__meta p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #c8c8c8 !important;
}
/* ── Clipcut 3D prism (7 arms, U from the side) ── */
.agy-reel {
  --arm-w: 1400px;
  --arm-h: 240px;
  --card-w: 260px;
  --card-h: 370px;
  --reel-scale: 1;
  --spin: 90deg;
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 8px 0 56px;
  user-select: none;
  touch-action: none;
}
.agy-reel__viewport {
  position: relative;
  display: grid;
  place-items: center;
  height: clamp(320px, 50vw, 640px);
  overflow: hidden;
  cursor: grab;
}
.agy-reel__viewport.is-dragging { cursor: grabbing; }
.agy-reel__cam {
  width: var(--arm-w);
  height: var(--arm-h);
  position: relative;
  flex: none;
  transform-style: preserve-3d;
  transform: scale(var(--reel-scale)) perspective(500px) rotateY(var(--spin));
  transform-origin: 50% 50%;
  will-change: transform;
}
.agy-reel__arm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--arm-w);
  height: var(--arm-h);
  margin: calc(var(--arm-h) / -2) 0 0 calc(var(--arm-w) / -2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transform: rotateY(var(--arm));
}
.agy-reel__card {
  width: var(--card-w);
  height: var(--card-h);
  border-radius: 20px;
  overflow: hidden;
  flex: none;
  background: #141414;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.agy-reel__card--a { transform: rotateY(90deg); }
.agy-reel__card--b { transform: rotateY(-90deg); }
.agy-reel__card video,
.agy-reel__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.agy-price ul { margin: 18px 0 28px; padding: 0; list-style: none; color: #bdbdbd; flex: 1; }
.agy-price li { padding: 8px 0; border-top: 1px solid var(--agy-line); }

/* ── Testimonials (Agenciy / breezy clone) ── */
.agy-testi {
  position: relative;
  overflow: hidden;
  padding: 40px 48px 90px;
  background: #000;
}
.agy-testi__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.agy-testi__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.agy-testi__stage {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  height: 880px;
  margin: 0 auto;
}
.agy-testi__center {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: min(520px, 46%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
  pointer-events: none;
}
.agy-testi__chip { margin: 0; background: #1b1b1b; padding: 10px 24px; }
.agy-testi__heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agy-testi__line {
  display: block;
  background-image: linear-gradient(75deg, #fff 52%, #999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.12;
  letter-spacing: -1.6px;
}
.agy-testi__line--serif {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}
.agy-testi__line--sans {
  font-family: Inter, sans-serif;
  font-weight: 500;
}
.agy-testi__card {
  position: absolute;
  z-index: 2;
  width: min(360px, 30vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 1;
}
.agy-testi__card--tl { left: 2%; top: 0; }
.agy-testi__card--tr { right: 0; top: 4%; }
.agy-testi__card--bl { left: 0; top: 60%; }
.agy-testi__card--br { right: 4%; top: 70%; }
.agy-testi__quote {
  padding: 28px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.agy-testi__quote p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #ddd;
}
.agy-glass-footer {
  display: flex;
  gap: 12px;
  align-items: center;
}
.agy-glass-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(22px);
  flex-shrink: 0;
}
.agy-glass-avatar img { width: 100%; height: 100%; object-fit: cover; }
.agy-glass-footer strong { display: block; color: #eee; font-size: 14px; font-weight: 500; }
.agy-glass-footer span { display: block; color: #808080; font-size: 12px; margin-top: 2px; }

.agy-faq { padding: 24px 24px 0; }
.agy-faq-card {
  position: relative;
  overflow: hidden;
  width: min(1392px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 24px 120px;
  border-radius: 56px 56px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(0,0,0,0) 100%);
  text-align: center;
}
.agy-faq__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.agy-faq__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mask-image: linear-gradient(to bottom, #000 0%, #000 45%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 45%, transparent 100%);
}
.agy-faq-card > *:not(.agy-faq__bg) { position: relative; z-index: 1; }
.agy-faq__title {
  background-image: linear-gradient(102deg, #fff 46%, #999 87%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.agy-faq-list { width: min(920px, 100%); margin: 36px auto 0; text-align: left; }
.agy-faq-list details { border-bottom: 1px solid var(--agy-line); padding: 22px 0; }
.agy-faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.agy-faq-list summary::-webkit-details-marker { display: none; }
.agy-faq-list summary i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2a2a2a;
  position: relative;
  flex: 0 0 36px;
}
.agy-faq-list details[open] summary i {
  background: #fff;
}
.agy-faq-list details[open] summary i::before,
.agy-faq-list details[open] summary i::after {
  background: #111;
}
.agy-faq-list summary i::before,
.agy-faq-list summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #eee;
  transform: translate(-50%, -50%);
}
.agy-faq-list summary i::before { width: 12px; height: 1.5px; }
.agy-faq-list summary i::after { width: 1.5px; height: 12px; }
.agy-faq-list details[open] summary i::after { display: none; }
.agy-faq-list p { margin: 14px 60px 0 0; color: #9a9a9a; line-height: 1.6; }

.agy-talk {
  width: min(1392px, calc(100% - 48px));
  margin: 40px auto 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.agy-talk__art {
  position: relative;
  min-height: 560px;
  border-radius: 56px;
  overflow: hidden;
  background: linear-gradient(135deg, #141414 0%, #0b0b0b 100%);
}
.agy-talk__dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}
.agy-talk__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20,20,20,0.35) 0%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.agy-talk__glow {
  position: absolute;
  inset: 8%;
  background: radial-gradient(50% 50% at 50% 40%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 70%);
  filter: blur(120px);
  pointer-events: none;
}
.agy-talk__copy { position: absolute; left: 36px; bottom: 36px; z-index: 2; }
.agy-talk__copy h2,
.agy-talk__copy h3 {
  background-image: linear-gradient(102deg, #fff 27%, #9e9e9e 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.agy-form {
  border-radius: 56px;
  background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
  padding: 48px 40px;
}
.agy-form h5 {
  margin: 0 0 36px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #808080;
}
.agy-form label { display: block; margin: 0 0 22px; font-size: 14px; }
.agy-form input, .agy-form textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  outline: none;
}
.agy-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 100px;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.agy-foot {
  width: min(1296px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 32px;
}
.agy-foot__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 8px;
}
.agy-foot__col-label {
  font-size: 13px;
  color: #777;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.agy-foot__loc { color: #bdbdbd; font-size: 15px; line-height: 1.6; margin: 0; }
.agy-foot__contact a, .agy-foot__links a, .agy-foot__social a {
  display: block;
  color: #bdbdbd;
  font-size: 15px;
  margin: 0 0 12px;
  transition: color 0.3s;
}
.agy-foot__contact a:hover,
.agy-foot__links a:hover,
.agy-foot__social a:hover { color: #fff; }
.agy-word {
  display: block;
  width: 100%;
  margin: 12px 0 8px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(160px, 32vw, 480px);
  line-height: 0.72;
  letter-spacing: -0.06em;
  text-align: center;
  color: #3a3a3a;
}
.agy-foot__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 22px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.16);
  color: #666;
  font-size: 14px;
}
.agy-top {
  color: #999;
  transition: color 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.agy-top:hover {
  color: #eee;
  transform: translateY(-3px);
}

@media (max-width: 1480px) {
  .agy-team__title { font-size: clamp(40px, 5vw, 64px); }
}

@media (max-width: 1100px) {
  .agy-hero { padding: 104px 24px 16px; }
  .agy-hero__robot-wrap { width: min(560px, 72vw); top: 26%; }
  .agy-hero__create,
  .agy-hero__impact {
    font-size: clamp(52px, 9vw, 80px);
    line-height: 0.95;
    letter-spacing: -2.4px;
  }
  .agy-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
  }
  .agy-hero__aside {
    justify-self: end;
    max-width: min(380px, 100%);
    padding-top: 0;
  }
  .agy-lead-bright { font-size: 20px; }
  .agy-display, .agy-project__foot h2, .agy-talk__copy h2, .agy-talk__copy h3 { font-size: 36px; line-height: 40px; }
  .agy-services__grid { grid-template-columns: 1fr 1fr; border-radius: 32px; }
  .agy-service {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .agy-service:nth-child(2n) { border-right: none; }
  .agy-service:nth-last-child(-n+2) { border-bottom: none; }
  .agy-svc-heading, .agy-stats, .agy-prices, .agy-talk, .agy-award-row { grid-template-columns: 1fr; }
  .agy-phones {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 1fr) minmax(0, 1fr);
    min-height: 0;
    width: 100%;
  }
  .agy-phone {
    width: min(288px, 26vw);
    height: min(590px, 62vh);
  }
  .agy-desk__body { grid-template-columns: 72px 1fr 140px; }
  .agy-testi { padding: 36px 20px 64px; }
  .agy-testi__stage { height: 760px; max-width: 100%; }
  .agy-testi__center { width: min(420px, 48%); }
  .agy-testi__card { width: min(280px, 34vw); }
  .agy-testi__card--tl { left: 0; top: 0; }
  .agy-testi__card--tr { right: 0; top: 2%; }
  .agy-testi__card--bl { left: 0; top: 62%; }
  .agy-testi__card--br { right: 0; top: 70%; }
  .agy-testi__line { font-size: clamp(28px, 4vw, 40px); }
  .agy-project, .agy-project__shot { min-height: 520px; height: 520px; }
  .agy-project__logo { width: min(260px, 40vw); left: 28px; bottom: 28px; }
  .agy-project__label { top: 22px; left: 22px; }
  .agy-foot__grid { grid-template-columns: 1fr 1fr; }
  .agy-team { padding: 48px 20px 80px; gap: 36px; width: min(100%, calc(100% - 24px)); }
  .agy-team__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .agy-member__photo { min-height: min(48vh, 440px); }
  .agy-reel { padding: 4px 0 36px; }
}

@media (max-width: 720px) {
  .agy-testi { padding: 56px 16px 64px; }
  .agy-testi__stage {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    max-width: 420px;
  }
  .agy-testi__center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    order: -1;
    pointer-events: auto;
    padding: 8px 0 6px;
  }
  .agy-testi__card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
  }
  .agy-testi__line { font-size: 32px; line-height: 36px; }
  .agy-team__grid { grid-template-columns: minmax(0, 1fr); max-width: 420px; margin: 0 auto; align-self: center; width: 100%; }
  .agy-member__photo { min-height: min(62vh, 520px); }
  .agy-wrap,
  .agy-talk,
  .agy-foot { width: calc(100% - 32px); }
  .agy-team { width: 100%; padding: 0 16px 80px; }
}

@media (max-width: 900px) {
  .agy-hero {
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow: hidden;
    padding: 100px 22px 0;
    gap: 8px;
  }
  .agy-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    order: 1;
  }
  .agy-hero__title { order: 0; text-align: center; }
  .agy-hero__aside {
    order: 1;
    justify-self: center;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .agy-hero__robot-wrap {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: min(100%, 480px);
    height: min(48vh, 380px);
    margin: 4px auto 0;
    order: 2;
    z-index: 2;
  }
  .agy-hero__robot {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
  .agy-marquee {
    order: 3;
    width: 100%;
    margin: 8px 0 12px;
  }
  .agy-hero__create,
  .agy-hero__impact {
    font-size: clamp(46px, 11vw, 72px);
    letter-spacing: -2px;
  }
}

@media (max-width: 720px) {
  .agy-hero {
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow: hidden;
    padding: 96px 18px 0;
    gap: 8px;
  }
  .agy-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    order: 1;
  }
  .agy-hero__title { order: 0; text-align: center; }
  .agy-hero__aside {
    order: 1;
    justify-self: center;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .agy-hero__robot-wrap {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: min(100%, 420px);
    height: min(46vh, 340px);
    margin: 4px auto 0;
    order: 2;
    z-index: 2;
  }
  .agy-hero__robot {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
  .agy-marquee {
    order: 3;
    width: 100%;
    margin: 8px 0 12px;
  }
  .agy-hero__create,
  .agy-hero__impact {
    font-size: clamp(42px, 12vw, 58px);
    letter-spacing: -1.6px;
  }
  .agy-hero__lead { font-size: 14px; margin-bottom: 16px; }
  .agy-lead-bright { font-size: 18px; }
  .agy-hero__contact-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-top: 14px;
  }
  .agy-soc-btn { width: 36px; height: 36px; }
  .agy-center { padding: 56px 16px 28px; }
  .agy-about { padding: 16px 12px 32px; }
  .agy-about__card {
    min-height: 0;
    padding: 36px 20px 40px;
    border-radius: 28px;
  }
  .agy-about__stage { min-height: 200px; }
  .agy-about__read { font-size: 16px; }
  .agy-about .agy-stat { min-height: 0; padding: 0; border-radius: 0; }
  .agy-about .agy-stat strong { font-size: 56px; }
  .agy-services { padding: 24px 0 56px; }
  .agy-services__grid { grid-template-columns: 1fr; border-radius: 28px; }
  .agy-service {
    min-height: 360px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .agy-service:last-child { border-bottom: none; }
  .agy-service__img-wrap img:first-child { width: 140px; height: 140px; }
  .agy-project { width: calc(100% - 24px); border-radius: 24px; }
  .agy-project,
  .agy-project__shot { min-height: 400px; height: 400px; }
  .agy-project__logo { width: min(200px, 58vw); left: 16px; bottom: 18px; }
  .agy-project__label { top: 16px; left: 16px; font-size: clamp(22px, 7vw, 30px); }
  .agy-project__meta {
    inset: 16px 16px auto;
    flex-direction: column;
    gap: 14px;
  }
  .agy-project__foot { left: 20px; right: 20px; bottom: 20px; }
  .agy-stat { min-height: 160px; padding: 24px; border-radius: 24px; }
  .agy-stat strong { font-size: 48px; }
  .agy-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    min-height: 0;
    width: min(100%, 94vw);
    gap: 8px;
  }
  .agy-process__copy { flex: 1 0 100%; order: -1; padding: 40px 12px 4px; }
  .agy-phones .agy-phone {
    width: min(224px, 46vw);
    height: min(458px, 54vh);
    justify-self: center;
    transform: none;
  }
  .agy-desk { height: 160vh; }
  .agy-desk__sticky { padding: 92px 16px 40px; }
  .agy-desk__copy { padding-bottom: 20px; }
  .agy-desk__btn { margin-top: 14px; }
  .agy-desk__copy .agy-display { font-size: 32px; line-height: 1.1; }
  .agy-desk__body { grid-template-columns: 1fr; min-height: 0; height: min(260px, 36vh); }
  .agy-desk__side { display: none; }
  .agy-desk__phone { display: none; }
  .agy-desk__stage { min-height: 280px; }
  .agy-desk__brand { font-size: 32px; left: 16px; top: 16px; }
  .agy-price { min-height: 0; padding: 28px 22px; border-radius: 24px; }
  .agy-price .agy-amount { font-size: 40px; }
  .agy-award-row { padding: 22px 0; }
  .agy-award-row h3 { font-size: 20px; }
  .agy-page .agy-member__meta h3 { font-size: 22px; }
  .agy-team__title { font-size: 36px; }
  .agy-faq { padding: 16px 12px 0; }
  .agy-faq-card { padding: 40px 16px 72px; border-radius: 32px 32px 0 0; }
  .agy-faq-list summary { font-size: 16px; gap: 12px; }
  .agy-faq-list p { margin-right: 0; }
  .agy-talk { margin: 24px auto 48px; }
  .agy-talk__art { min-height: 360px; border-radius: 32px; }
  .agy-form { border-radius: 32px; }
  .agy-form { padding: 28px 20px; border-radius: 24px; }
  .agy-form h5 { font-size: 24px; margin-bottom: 24px; }
  .agy-foot__grid { grid-template-columns: 1fr; gap: 28px; }
  .agy-foot__bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .agy-word { font-size: clamp(96px, 28vw, 220px); letter-spacing: -0.04em; }
  .agy-reel { padding: 0 0 28px; }
  .agy-reel__card { border-radius: 16px; }
}

@media (max-height: 820px) {
  .agy-desk__sticky { padding: 92px 24px 40px; }
  .agy-desk__copy { padding-bottom: 12px; }
  .agy-desk__copy .agy-chip { margin-bottom: 10px; }
  .agy-desk__copy .agy-display { font-size: clamp(28px, 5.6vh, 44px); }
  .agy-desk__copy .agy-lede { margin-top: 8px; font-size: 14px; }
  .agy-desk__btn { margin-top: 12px; }
}

@media (max-width: 480px) {
  .agy-hero { padding: 88px 14px 0; }
  .agy-hero__robot-wrap {
    width: 100%;
    height: min(42vh, 300px);
  }
  .agy-hero__create,
  .agy-hero__impact {
    font-size: clamp(36px, 13vw, 48px);
    letter-spacing: -1.2px;
  }
  .agy-hero__lead { font-size: 13px; }
  .agy-lead-bright { font-size: 16px; }
  .agy-hero__contact-row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
  .agy-tick { font-size: 16px; }
  .agy-tick--b, .agy-tick--d { font-size: 18px; }
  .agy-project,
  .agy-project__shot { min-height: 320px; height: 320px; }
  .agy-phones .agy-phone {
    width: min(168px, 44vw);
    height: min(344px, 48vh);
  }
  .agy-form { padding: 24px 16px; }
  .agy-talk__copy h2,
  .agy-talk__copy h3 { font-size: 28px; line-height: 32px; }
}

html .nav-cart-drawer #btnFinalizar,
html .nav-cart-drawer .nav-cart-checkout,
html .nav-cart-drawer .btn-primary {
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}
