/*
Theme Name: MGE Creative Three.js
Theme URI: https://mgecreative.com/
Author: Muhammed Mustafa Göçmen
Author URI: https://www.mmgocmen.com.tr/
Description: MGE Creative için Three.js destekli, yüksek performanslı ve mobil uyumlu kurumsal ajans teması.
Version: 4.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: mge-creative
*/

:root {
  --red: #d42525;
  --deep-red: #a22122;
  --ink: #11110f;
  --paper: #f1eee8;
  --line: rgba(17, 17, 15, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  background: white;
  clip: auto;
  clip-path: none;
  color: var(--ink);
  height: auto;
  left: 16px;
  padding: 12px 16px;
  top: 16px;
  width: auto;
  z-index: 100000;
}

.site-content-simple {
  min-height: 70vh;
  padding: 150px 5vw 90px;
}

.site-content-simple h1 {
  font-size: clamp(44px, 7vw, 104px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.site-content-simple article {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 30px;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

::selection {
  background: var(--red);
  color: white;
}

.site-header {
  align-items: center;
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  height: 100px;
  left: 0;
  padding: 0 3.5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  display: block;
  filter: brightness(0) invert(1);
  width: 210px;
}

.brand img {
  display: block;
  height: auto;
  width: 100%;
}

.header-meta {
  display: flex;
  font-size: 10px;
  gap: 22px;
  letter-spacing: 0.16em;
  margin-right: 48px;
}

.header-cta {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 11px;
  gap: 10px;
  letter-spacing: 0.14em;
  margin-right: 34px;
  padding: 10px 0;
}

.header-cta svg,
.text-link svg,
.round-link svg,
.pill-link svg,
.menu-panel nav svg,
.footer-top svg,
.work-visual > svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 18px;
}

.menu-toggle {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  cursor: pointer;
  height: 52px;
  padding: 0;
  position: relative;
  width: 52px;
  z-index: 31;
}

.menu-toggle span {
  background: white;
  height: 1px;
  left: 15px;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease;
  width: 20px;
}

.menu-toggle span:first-child {
  top: 21px;
}

.menu-toggle span:last-child {
  top: 29px;
}

.menu-toggle.is-open span:first-child {
  top: 25px;
  transform: rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  top: 25px;
  transform: rotate(-45deg);
}

.menu-panel {
  background: var(--red);
  clip-path: circle(0 at calc(100% - 60px) 55px);
  color: white;
  inset: 0;
  position: fixed;
  transition: clip-path 0.7s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 19;
}

.menu-panel.is-open {
  clip-path: circle(150% at calc(100% - 60px) 55px);
}

.menu-panel-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  max-width: 980px;
  padding: 110px 9vw 50px;
  width: 72%;
}

.menu-panel-inner > p {
  font-size: 10px;
  letter-spacing: 0.18em;
}

.menu-panel nav {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin-top: 18px;
}

.menu-panel nav a {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: grid;
  grid-template-columns: 60px 1fr auto;
  padding: 13px 0;
}

.menu-panel nav small {
  font-size: 10px;
}

.menu-panel nav span {
  font-size: clamp(32px, 4.4vw, 70px);
  font-weight: 700;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.menu-panel nav a:hover span {
  font-style: italic;
  font-weight: 400;
}

.menu-contact {
  display: flex;
  font-size: 11px;
  gap: 26px;
  letter-spacing: 0.08em;
  margin-top: 30px;
}

.hero {
  background:
    radial-gradient(circle at 54% 48%, rgba(111, 11, 15, 0.26), transparent 30%),
    #0b0b0b;
  color: white;
  height: max(760px, 100svh);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle at 32% 26%, #ff8f82 0 2%, transparent 13%),
    radial-gradient(circle at 38% 32%, #f33031 0, #b51619 38%, #60070a 72%, #210204 100%);
  border: 1px solid rgba(255, 117, 108, 0.45);
  border-radius: 43% 57% 48% 52% / 52% 41% 59% 48%;
  box-shadow:
    0 0 90px rgba(212, 37, 37, 0.28),
    inset -40px -38px 80px rgba(0, 0, 0, 0.52),
    inset 28px 22px 55px rgba(255, 153, 142, 0.2);
  content: "";
  height: min(43vw, 610px);
  position: absolute;
  right: 7vw;
  top: 50%;
  transform: translateY(-47%) rotate(-14deg);
  width: min(40vw, 570px);
  z-index: 0;
}

.three-canvas {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.three-canvas.webgl-fallback {
  display: none;
}

.hero-grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: 0.14;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-copy {
  left: 3.5vw;
  position: absolute;
  top: 22%;
  z-index: 4;
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 11px;
  letter-spacing: 0.2em;
}

.eyebrow > span {
  background: currentColor;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
}

.hero h1,
.services-heading h2,
.work-heading h2,
.approach-intro h2,
.influencer h2 {
  font-size: clamp(62px, 9vw, 155px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.8;
  margin: 32px 0 0;
  text-transform: uppercase;
}

.hero h1 span {
  color: transparent;
  font-style: italic;
  font-weight: 300;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
}

.hero h1 {
  font-size: clamp(62px, 8.1vw, 132px);
}

.hero-intro {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
  margin: 38px 0 0 8px;
  max-width: 420px;
}

.hero-side-note {
  align-items: center;
  bottom: 110px;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  gap: 14px;
  letter-spacing: 0.18em;
  position: absolute;
  right: 3.5vw;
  writing-mode: vertical-rl;
  z-index: 4;
}

.hero-side-note i {
  background: rgba(255, 255, 255, 0.65);
  height: 74px;
  width: 1px;
}

.hero-index {
  bottom: 28px;
  font-size: 9px;
  left: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 4;
}

.hero-word {
  bottom: -0.14em;
  color: transparent;
  font-size: 20vw;
  font-weight: 900;
  left: 49%;
  letter-spacing: -0.09em;
  line-height: 0.75;
  opacity: 0.08;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  -webkit-text-stroke: 1px white;
  z-index: 0;
}

.section-kicker {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 22px;
  letter-spacing: 0.17em;
  padding-top: 10px;
}

.section-kicker::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 34px;
}

.section-kicker span {
  opacity: 0.55;
}

.section-kicker p {
  margin: 0;
}

.section-kicker.light {
  color: white;
}

.manifesto {
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.7fr 2.3fr;
  padding: 150px 3.5vw 170px;
}

.manifesto-copy > p {
  font-size: clamp(42px, 5.7vw, 92px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.manifesto-copy > p em {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.manifesto-bottom {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.manifesto-bottom > p {
  color: rgba(17, 17, 15, 0.66);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 530px;
}

.round-link {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 10px;
  height: 130px;
  justify-content: center;
  letter-spacing: 0.12em;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  width: 130px;
}

.round-link:hover {
  background: var(--ink);
  color: white;
  transform: rotate(-8deg);
}

.services {
  background: var(--red);
  color: white;
  padding: 110px 3.5vw 140px;
}

.services-heading,
.work-heading,
.approach-intro {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 90px 0 100px;
}

.services-heading h2,
.work-heading h2,
.approach-intro h2,
.influencer h2 {
  font-size: clamp(58px, 7.6vw, 120px);
  margin: 0;
}

.services-heading h2 span,
.work-heading h2 span,
.approach-intro h2 span,
.influencer h2 span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.services-heading > p,
.work-heading > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 8px;
  max-width: 280px;
}

.service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.service-list article {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  cursor: default;
  display: grid;
  gap: 24px;
  grid-template-columns: 45px 1.2fr 1fr 36px;
  outline: none;
  padding: 28px 0;
  transition: padding 0.35s ease;
}

.service-list article:hover,
.service-list article:focus {
  padding-left: 15px;
  padding-right: 15px;
}

.service-list article > span {
  font-size: 9px;
  letter-spacing: 0.13em;
  padding-top: 8px;
}

.service-list h3 {
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 650;
  letter-spacing: -0.05em;
  margin: 0;
}

.service-detail {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease, opacity 0.4s ease;
}

.service-detail > * {
  min-height: 0;
}

.service-list article.active .service-detail {
  grid-template-rows: 1fr;
  opacity: 1;
}

.service-detail p {
  font-size: 13px;
  line-height: 1.55;
  margin: 5px 0 18px;
  max-width: 450px;
}

.service-detail div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-detail small {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 99px;
  font-size: 8px;
  letter-spacing: 0.1em;
  padding: 7px 10px;
}

.service-list article > svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1;
  transition: transform 0.35s ease;
  width: 30px;
}

.service-list article.active > svg {
  transform: rotate(45deg);
}

.work {
  padding: 120px 3.5vw 150px;
}

.work-heading {
  margin-bottom: 80px;
}

.work-heading > p {
  color: rgba(17, 17, 15, 0.6);
}

.work-heading h2 span {
  color: var(--red);
}

.work-grid {
  display: grid;
  gap: 70px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.work-card:nth-child(even) {
  margin-top: 110px;
}

.work-visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.work-visual::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: 0.2;
  position: absolute;
}

.accent-red {
  background: linear-gradient(135deg, #e42729 0%, #8b1114 100%);
  color: white;
}

.accent-ink {
  background: #151515;
  color: #f3efe9;
}

.accent-coral {
  background: #dc725f;
  color: #3b1712;
}

.accent-silver {
  background: linear-gradient(145deg, #c6c4be, #f6f1e8);
  color: #1c1c1a;
}

.work-mark {
  font-size: clamp(62px, 10vw, 180px);
  font-weight: 900;
  left: 50%;
  letter-spacing: -0.09em;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1;
}

.work-ring {
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 76%;
  left: 50%;
  opacity: 0.45;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  transition: transform 0.6s ease;
  width: 46%;
}

.work-corner {
  font-size: 8px;
  left: 22px;
  letter-spacing: 0.16em;
  position: absolute;
  top: 22px;
  z-index: 2;
}

.work-visual > svg {
  bottom: 22px;
  height: 30px;
  position: absolute;
  right: 22px;
  width: 30px;
  z-index: 2;
}

.work-card:hover .work-mark {
  transform: translate(-50%, -50%) scale(1.09) rotate(-3deg);
}

.work-card:hover .work-ring {
  transform: translate(-50%, -50%) rotate(15deg) scale(1.08);
}

.work-caption {
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.work-caption p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0;
}

.work-caption span {
  color: rgba(17, 17, 15, 0.58);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  display: flex;
  font-size: 10px;
  gap: 20px;
  letter-spacing: 0.14em;
  margin: 95px auto 0;
  padding: 12px 0;
  width: max-content;
}

.ticker {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  overflow: hidden;
  padding: 29px 0;
  white-space: nowrap;
}

.ticker > div {
  align-items: center;
  animation: ticker 22s linear infinite;
  display: flex;
  gap: 36px;
  width: max-content;
}

.ticker span {
  font-size: clamp(32px, 5vw, 74px);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.ticker i {
  color: var(--red);
  font-size: 32px;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

.approach {
  background: var(--ink);
  color: white;
  padding: 120px 3.5vw 140px;
}

.approach-intro > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 390px;
}

.approach-intro h2 span {
  color: var(--red);
}

.steps {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.steps article {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  min-height: 330px;
  padding: 28px 28px 20px 0;
  position: relative;
}

.steps article:not(:first-child) {
  padding-left: 28px;
}

.steps article:last-child {
  border-right: 0;
}

.steps span {
  color: var(--red);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.steps h3 {
  bottom: 100px;
  font-size: 32px;
  letter-spacing: -0.04em;
  margin: 0;
  position: absolute;
}

.steps p {
  bottom: 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 220px;
  position: absolute;
}

.influencer {
  align-items: center;
  background: #d8d3cc;
  display: grid;
  gap: 5vw;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
  overflow: hidden;
  padding: 110px 7vw;
  position: relative;
}

.influencer-orbit {
  aspect-ratio: 1;
  margin: auto;
  position: relative;
  width: min(43vw, 600px);
}

.influencer-orbit::before,
.influencer-orbit::after,
.influencer-orbit > span {
  border: 1px solid rgba(17, 17, 15, 0.3);
  border-radius: 50%;
  content: "";
  inset: 0;
  position: absolute;
}

.influencer-orbit::before {
  transform: rotate(55deg) scaleX(0.4);
}

.influencer-orbit::after {
  transform: rotate(-55deg) scaleX(0.4);
}

.influencer-orbit > span:first-child {
  border-color: var(--red);
  transform: scale(0.72);
}

.influencer-orbit > span:nth-child(2) {
  animation: orbit-spin 9s linear infinite;
  border: 0;
  border-top: 8px solid var(--red);
  transform: scale(0.9);
}

.influencer-orbit b {
  color: var(--red);
  font-size: clamp(60px, 10vw, 155px);
  left: 50%;
  letter-spacing: -0.08em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes orbit-spin {
  to {
    transform: scale(0.9) rotate(360deg);
  }
}

.influencer h2 {
  font-size: clamp(50px, 6.5vw, 104px);
  margin: 35px 0;
}

.influencer h2 span {
  color: var(--red);
}

.influencer > div:last-child > p:not(.eyebrow) {
  color: rgba(17, 17, 15, 0.62);
  font-size: 14px;
  line-height: 1.65;
  max-width: 430px;
}

.pill-link {
  align-items: center;
  background: var(--ink);
  border-radius: 99px;
  color: white;
  display: flex;
  font-size: 10px;
  gap: 50px;
  letter-spacing: 0.14em;
  margin-top: 35px;
  padding: 19px 23px;
  width: max-content;
}

footer {
  background: var(--red);
  color: white;
  padding: 95px 3.5vw 35px;
}

.footer-top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.footer-top > p {
  font-size: clamp(44px, 6.2vw, 100px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.93;
  margin: 0;
}

.footer-top > p span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

.footer-top > a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 12px;
  height: 145px;
  justify-content: center;
  letter-spacing: 0.14em;
  transition: background 0.25s ease, color 0.25s ease;
  width: 145px;
}

.footer-top > a:hover {
  background: white;
  color: var(--red);
}

.footer-email {
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  display: block;
  font-size: clamp(36px, 7.1vw, 108px);
  font-weight: 800;
  letter-spacing: -0.065em;
  margin: 120px 0 50px;
  padding-bottom: 18px;
  width: 100%;
}

.footer-bottom {
  align-items: end;
  display: grid;
  font-size: 9px;
  grid-template-columns: 1fr 0.6fr 1fr auto;
  letter-spacing: 0.08em;
  line-height: 1.65;
}

.footer-bottom img {
  filter: brightness(0) invert(1);
  max-width: 205px;
}

.footer-bottom > div {
  display: flex;
  flex-direction: column;
}

.footer-bottom address {
  font-style: normal;
}

.footer-bottom p {
  margin: 0;
  text-align: right;
}

.whatsapp {
  align-items: center;
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 54px;
  justify-content: center;
  position: fixed;
  right: 24px;
  transition: transform 0.25s ease;
  width: 54px;
  z-index: 15;
}

.whatsapp:hover {
  transform: scale(1.08);
}

.whatsapp svg {
  fill: white;
  height: 27px;
  width: 27px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .brand {
    width: 170px;
  }

  .header-meta,
  .header-cta {
    display: none;
  }

  .hero-copy {
    left: 24px;
    top: 22%;
  }

  .hero-intro {
    max-width: 310px;
  }

  .hero-side-note {
    display: none;
  }

  .hero-index {
    left: 24px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    padding: 100px 24px;
  }

  .manifesto-bottom {
    align-items: flex-start;
    gap: 50px;
  }

  .services,
  .work,
  .approach {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-heading,
  .work-heading,
  .approach-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .service-list article {
    grid-template-columns: 36px 1fr 30px;
  }

  .service-detail {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps article:nth-child(2) {
    border-right: 0;
  }

  .steps article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .influencer {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 80px 24px;
  }

  .footer-bottom {
    gap: 35px 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 82px;
  }

  .brand {
    width: 145px;
  }

  .menu-toggle {
    height: 46px;
    width: 46px;
  }

  .menu-toggle span {
    left: 13px;
  }

  .menu-toggle span:first-child {
    top: 18px;
  }

  .menu-toggle span:last-child {
    top: 26px;
  }

  .menu-toggle.is-open span:first-child,
  .menu-toggle.is-open span:last-child {
    top: 22px;
  }

  .menu-panel-inner {
    padding: 100px 24px 30px;
    width: 100%;
  }

  .menu-panel nav a {
    grid-template-columns: 38px 1fr auto;
    padding: 17px 0;
  }

  .menu-panel nav span {
    font-size: 36px;
  }

  .menu-contact {
    flex-direction: column;
    gap: 10px;
  }

  .hero {
    height: 100svh;
    min-height: 680px;
  }

  .hero-copy {
    left: 18px;
    right: 18px;
    top: 26%;
  }

  .hero h1 {
    font-size: clamp(49px, 16vw, 74px);
    line-height: 0.84;
    margin-top: 22px;
  }

  .hero-intro {
    font-size: 12px;
    margin-top: 30px;
    max-width: 290px;
  }

  .hero-index {
    left: 18px;
  }

  .three-canvas {
    opacity: 0.72;
    transform: translate(20%, 16%) scale(1.16);
  }

  .manifesto {
    gap: 60px;
    padding: 85px 18px;
  }

  .manifesto-copy > p {
    font-size: 43px;
  }

  .manifesto-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 55px;
  }

  .manifesto-bottom > p {
    font-size: 13px;
  }

  .round-link {
    height: 110px;
    width: 110px;
  }

  .services,
  .work,
  .approach {
    padding: 82px 18px;
  }

  .services-heading,
  .work-heading,
  .approach-intro {
    margin: 60px 0;
  }

  .services-heading h2,
  .work-heading h2,
  .approach-intro h2,
  .influencer h2 {
    font-size: 52px;
  }

  .services-heading > p,
  .work-heading > p {
    font-size: 12px;
  }

  .service-list article {
    gap: 12px;
    grid-template-columns: 27px 1fr 24px;
    padding: 22px 0;
  }

  .service-list h3 {
    font-size: 31px;
  }

  .service-list article > svg {
    height: 24px;
    width: 24px;
  }

  .service-detail p {
    font-size: 12px;
  }

  .work-grid {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .work-card:nth-child(even) {
    margin-top: 0;
  }

  .work-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .work-caption p {
    font-size: 20px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps article,
  .steps article:not(:first-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-right: 0;
    min-height: auto;
    padding: 25px 0 28px;
  }

  .steps h3,
  .steps p {
    bottom: auto;
    position: static;
  }

  .steps h3 {
    margin: 55px 0 15px;
  }

  .steps p {
    max-width: 300px;
  }

  .influencer {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 80px 18px;
  }

  .influencer-orbit {
    width: 86vw;
  }

  .influencer h2 {
    font-size: 48px;
  }

  footer {
    padding: 75px 18px 30px;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 45px;
  }

  .footer-top > p {
    font-size: 43px;
  }

  .footer-top > a {
    height: 110px;
    width: 110px;
  }

  .footer-email {
    font-size: 9.9vw;
    margin: 80px 0 38px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .whatsapp {
    bottom: 16px;
    right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 52px, 0) scale(.985);
  transition: opacity .85s cubic-bezier(.2,.75,.2,1) var(--motion-delay,0ms), transform 1s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms);
  will-change: opacity, transform;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
}

.round-link,
.pill-link,
.header-cta,
.text-link,
.menu-toggle {
  translate: var(--mag-x,0) var(--mag-y,0);
}

.hero-copy .eyebrow { animation: mge-rise .8s .25s both; }
.hero-copy h1 { animation: mge-rise 1s .35s cubic-bezier(.16,1,.3,1) both; }
.hero-intro,.hero-side-note,.hero-index { animation: mge-rise .9s .55s both; }
.hero-word { animation: mge-drift 9s ease-in-out infinite alternate; }
.hero-side-note i { animation: mge-scroll-line 1.8s ease-in-out infinite; transform-origin: top; }
.page-hero-orb { animation: mge-orb 8s ease-in-out infinite alternate; }

@keyframes mge-rise {
  from { opacity: 0; transform: translateY(38px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mge-drift {
  from { transform: translateX(-51%) skewX(-2deg); }
  to { transform: translateX(-47%) skewX(2deg); }
}

@keyframes mge-scroll-line {
  0%,100% { transform: scaleY(.25); opacity: .35; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes mge-orb {
  0% { border-radius: 44% 56% 48% 52%/54% 42% 58% 46%; transform: rotate(-8deg) scale(.96); }
  50% { border-radius: 57% 43% 61% 39%/42% 58% 42% 58%; transform: rotate(4deg) scale(1.04); }
  100% { border-radius: 39% 61% 44% 56%/62% 38% 56% 44%; transform: rotate(12deg) scale(.98); }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal {
    opacity: 1;
    transform: none;
  }
}
