@import url('data:text/css,');

:root {
  --ink: #11120f;
  --paper: #f0efe9;
  --muted: #aaa9a2;
  --line: rgba(255, 255, 255, 0.16);
  --acid: #d9ff43;
  --violet: #b9a3ff;
  --orange: #ff754a;
  --radius: 1.4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .05; z-index: 20;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 64px)); height: 88px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); position: relative; z-index: 10;
}
.logo { display: inline-flex; align-items: center; gap: .72rem; font-size: 1rem; font-weight: 900; letter-spacing: -.03em; }
.logo b { font: inherit; white-space: nowrap; }
.logo span { color: var(--acid); }
.logo small { padding-left: .72rem; border-left: 1px solid var(--line); color: #aaa9a2; font-size: .54rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; transition: color .25s ease; }
.logo:hover small { color: var(--acid); }
.main-nav { display: flex; align-items: center; gap: 2rem; font-size: .82rem; }
.main-nav > a:not(.nav-cta) { color: #cdccc6; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { padding: .75rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; transition: .2s; }
.nav-cta:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.menu-button { display: none; color: inherit; background: none; border: 0; width: 38px; height: 38px; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 1px; background: white; margin: 6px auto; }

.hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; position: relative; padding: 70px 0 92px; }
.hero-portfolio {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100vw;
  overflow: hidden;
  color: transparent;
  -webkit-text-stroke: 1px rgba(240, 239, 233, .16);
  text-align: center;
  white-space: nowrap;
  font-size: clamp(6rem, 15.6vw, 15rem);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.085em;
  pointer-events: none;
  user-select: none;
}
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow, .section-number { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: #b5b4ad; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow span { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217, 255, 67, .1); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 1.4rem 0 1.8rem; font-size: clamp(3.7rem, 7.4vw, 7.3rem); line-height: .86; letter-spacing: -.075em; font-weight: 800; }
h1 em, h2 em { color: var(--acid); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-description { max-width: 590px; color: #b8b7b1; font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.1rem; }
.button { min-height: 54px; padding: 0 1.35rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; font-size: .82rem; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button span { font-size: 1.15rem; }
.text-link { font-size: .82rem; padding-bottom: .35rem; border-bottom: 1px solid #777872; }
.text-link span { margin-left: .5rem; }

.hero-visual { position: relative; height: 520px; min-width: 0; }
.orbit { position: absolute; border: 1px solid #42433d; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 360px; height: 360px; }
.orbit-two { width: 500px; height: 230px; transform: translate(-50%, -50%) rotate(-25deg); }
.visual-core { position: absolute; left: 50%; top: 50%; width: 210px; height: 210px; border-radius: 50%; transform: translate(-50%, -50%); background: var(--acid); color: var(--ink); display: grid; place-content: center; text-align: center; box-shadow: 0 0 80px rgba(217,255,67,.14); }
.visual-core span { font-size: .65rem; letter-spacing: .25em; font-weight: 900; }
.visual-core strong { font-family: Georgia, serif; font-size: 4.8rem; line-height: .82; font-weight: 400; }
.skill-chip { position: absolute; color: var(--ink); font-weight: 900; font-size: .72rem; letter-spacing: .08em; border-radius: 999px; padding: 1rem 1.35rem; box-shadow: 0 12px 30px rgba(0,0,0,.22); animation: float 5s ease-in-out infinite; }
.chip-one { background: var(--violet); left: 2%; top: 20%; transform: rotate(-10deg); }
.chip-two { background: var(--orange); right: 0; top: 27%; transform: rotate(8deg); animation-delay: -1.7s; }
.chip-three { background: #f2efe7; right: 7%; bottom: 17%; transform: rotate(-5deg); animation-delay: -3s; }
.spark { position: absolute; color: var(--acid); font-size: 2rem; }
.spark-one { left: 16%; bottom: 22%; }.spark-two { right: 17%; top: 12%; font-size: 1rem; }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -15px; } }
.hero-footer { position: absolute; left: 0; right: 0; bottom: 25px; display: flex; justify-content: space-between; color: #777872; font-size: .65rem; letter-spacing: .12em; }
.hero-footer a { color: white; font-size: 1rem; }

/* New portrait-led opening screen */
.hero { grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 6vw, 6.5rem); padding: 42px 0 88px; }
.hero-glow {
  position: absolute;
  z-index: 0;
  left: var(--spot-x, 58%);
  top: var(--spot-y, 43%);
  width: clamp(260px, 34vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: .48;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(217,255,67,.16) 0, rgba(217,255,67,.055) 32%, transparent 70%);
  filter: blur(8px);
  transition: left .35s ease-out, top .35s ease-out;
}
.hero-fish-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: var(--radius);
  mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.hero-fish-defs { position: absolute; }
.hero-fish {
  position: absolute;
  left: 0;
  top: var(--top);
  width: var(--size);
  color: var(--acid);
  opacity: var(--opacity);
  filter: drop-shadow(0 0 12px rgba(217,255,67,.16));
  will-change: transform;
  animation: heroFishSwim var(--duration) linear var(--delay) infinite;
}
.hero-fish svg { display: block; width: 100%; overflow: visible; animation: heroFishBob 3.7s ease-in-out infinite alternate; }
.hero-fish-reverse { animation-name: heroFishSwimReverse; }
.hero-photo-wrap {
  position: relative;
  z-index: 1;
  height: min(69svh, 680px);
  min-height: 520px;
  padding: 7px;
  border-radius: 230px 230px 28px 28px;
  background: var(--acid);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
  animation: heroPhotoIn 1.15s cubic-bezier(.16,1,.3,1) both;
}
.hero-photo-wrap::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 58%;
  aspect-ratio: 1;
  right: -18%;
  bottom: 4%;
  border: 1px solid rgba(217,255,67,.45);
  border-radius: 50%;
}
.hero-photo-wrap::after {
  content: '';
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 1px solid rgba(217,255,67,.28);
  border-radius: 233px 233px 30px 30px;
  pointer-events: none;
  animation: none;
}
.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 223px 223px 22px 22px;
  transform: none;
  transition: filter .55s ease;
}
.hero-photo-wrap:hover .hero-photo { filter: saturate(1.06) contrast(1.03); }
.hero-photo-index {
  position: absolute;
  left: 1.3rem;
  bottom: 1.2rem;
  padding: .55rem .75rem;
  border-radius: 999px;
  color: var(--paper);
  background: rgba(17,18,15,.72);
  backdrop-filter: blur(10px);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.hero-photo-star {
  position: absolute;
  right: -1.6rem;
  top: 18%;
  width: 62px;
  height: 62px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--violet);
  font-size: 1.5rem;
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  transform: translate3d(var(--star-x, 0), var(--star-y, 0), 0);
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
  animation: heroStarFloat 3.6s ease-in-out infinite;
}
.hero-intro { position: relative; z-index: 1; min-width: 0; }
.portfolio-title {
  margin: 1.5rem 0 2rem;
  font-size: clamp(4.8rem, 7.8vw, 8.7rem);
  line-height: .76;
  letter-spacing: -.09em;
  font-weight: 900;
  white-space: nowrap;
}
.portfolio-word { display: inline-flex; color: var(--paper); perspective: 900px; }
.portfolio-letter { display: inline-block; color: inherit; font-style: normal; opacity: 0; transform-origin: 50% 100%; transform: translateY(.85em) rotateX(-82deg) scale(.88); filter: blur(8px); }
.portfolio-dot { color: var(--acid); }
.hero-intro.visible .portfolio-letter { animation: portfolioLetterIn .78s cubic-bezier(.16,1,.3,1) forwards; animation-delay: calc(.12s + var(--i) * .055s); }
.hero-intro .eyebrow,
.hero-intro .portfolio-disciplines,
.hero-intro .hero-description,
.hero-intro .hero-actions { opacity: 0; transform: translateY(18px); }
.hero-intro.visible .eyebrow { animation: heroCopyIn .6s .05s ease-out forwards; }
.hero-intro.visible .portfolio-disciplines { animation: heroCopyIn .65s .72s ease-out forwards; }
.hero-intro.visible .hero-description { animation: heroCopyIn .65s .82s ease-out forwards; }
.hero-intro.visible .hero-actions { animation: heroCopyIn .65s .92s ease-out forwards; }
.portfolio-disciplines {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.portfolio-disciplines span {
  padding: 1rem 1.2rem 1rem 0;
  margin-right: 1.2rem;
  color: #deddd6;
  font-size: clamp(.95rem, 1.5vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -.02em;
}
.portfolio-disciplines span:not(:last-child)::after { content: '✦'; margin-left: 1.2rem; color: var(--acid); font-size: .65rem; vertical-align: middle; }
.hero-intro .hero-description { max-width: 570px; }

@keyframes portfolioLetterIn {
  0% { opacity: 0; transform: translateY(.85em) rotateX(-82deg) scale(.88); filter: blur(8px); }
  65% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: blur(0); }
}
@keyframes heroCopyIn { to { opacity: 1; transform: translateY(0); } }
@keyframes heroPhotoIn {
  0% { opacity: 0; transform: translateY(54px) scale(.94); clip-path: inset(0 0 100% 0); }
  45% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); clip-path: inset(0); }
}
@keyframes heroStarFloat {
  0%, 100% { translate: 0 0; rotate: 0deg; }
  50% { translate: 0 -13px; rotate: 10deg; }
}
@keyframes heroFramePulse {
  0%, 100% { opacity: .35; transform: scale(.985); }
  50% { opacity: .9; transform: scale(1.012); }
}
@keyframes heroFishSwim {
  0% { transform: translate3d(-260px, 0, 0); }
  50% { transform: translate3d(55vw, var(--drift), 0); }
  100% { transform: translate3d(calc(112vw + var(--size)), 0, 0); }
}
@keyframes heroFishSwimReverse {
  0% { transform: translate3d(calc(112vw + var(--size)), 0, 0) scaleX(-1); }
  50% { transform: translate3d(48vw, var(--drift), 0) scaleX(-1); }
  100% { transform: translate3d(-260px, 0, 0) scaleX(-1); }
}
@keyframes heroFishBob {
  from { translate: 0 -5px; rotate: -2deg; }
  to { translate: 0 7px; rotate: 2deg; }
}

.ticker { overflow: hidden; color: var(--ink); background: var(--acid); padding: 1rem 0; transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; gap: 1.8rem; animation: marquee 22s linear infinite; font-size: .8rem; font-weight: 900; letter-spacing: .08em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.projects, .services, .work-gallery { padding-top: 150px; padding-bottom: 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
h2 { margin: 1.1rem 0 0; font-size: clamp(2.8rem, 5.2vw, 5.5rem); line-height: .96; letter-spacing: -.06em; }
.section-intro { max-width: 300px; color: #888983; font-size: .85rem; line-height: 1.5; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem 1.35rem; }
.project-large { grid-column: 1 / -1; }
.project-art { position: relative; height: 440px; overflow: hidden; border-radius: var(--radius); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-art { transform: scale(.985); }
.project-large .project-art { height: 570px; }
.project-info { display: flex; align-items: center; justify-content: space-between; padding: 1.35rem .25rem 0; }
.project-info p { margin-bottom: .5rem; font-size: .62rem; color: #81827b; letter-spacing: .1em; }
.project-info h3 { margin: 0; font-size: 1rem; font-weight: 500; }
.project-result { display: flex; align-items: end; gap: .75rem; }
.project-result strong { color: var(--acid); font-size: 1.7rem; }
.project-result span { width: 75px; color: #888983; font-size: .65rem; line-height: 1.2; }
.round-arrow { width: 38px; height: 38px; border: 1px solid #3f403b; border-radius: 50%; display: grid; place-content: center; }

.art-cosmetics { background: #c7b6ff; color: #161612; }
.art-cosmetics::before { content: ''; position: absolute; width: 55%; height: 130%; left: 18%; top: -20%; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.5), transparent 70%); transform: rotate(20deg); }
.cosmetic-orb { position: absolute; width: 320px; height: 320px; border-radius: 50%; background: #ff754a; right: 7%; top: 10%; box-shadow: inset -40px -40px 80px rgba(75,0,130,.3), 0 30px 80px rgba(48,19,123,.3); }
.cosmetic-bottle { position: absolute; width: 130px; height: 300px; left: 48%; top: 50%; transform: translate(-50%, -50%) rotate(8deg); border-radius: 60px 60px 30px 30px; background: linear-gradient(100deg, #2d12b3, #765aff 55%, #230e8b); box-shadow: 18px 25px 35px rgba(31,9,94,.35); display: grid; place-content: center; color: white; font-size: .75rem; font-weight: 900; letter-spacing: .2em; }
.cosmetic-bottle::before { content: ''; position: absolute; width: 62px; height: 52px; background: #16085d; top: -35px; left: 34px; border-radius: 10px 10px 5px 5px; }
.art-cosmetics > p { position: absolute; left: 5%; bottom: 5%; font-weight: 900; font-size: clamp(2rem,5vw,5rem); line-height: .78; letter-spacing: -.08em; }
.art-coffee { background: #e5dfcf; color: #2d332b; }
.coffee-type { position: absolute; left: 7%; top: 9%; font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 900; line-height: .75; letter-spacing: -.08em; }
.coffee-type i { font-family: Georgia,serif; font-weight: 400; color: #ff5c35; }
.coffee-cup { position: absolute; width: 190px; height: 235px; right: 13%; bottom: 0; background: #515f48; border-radius: 12px 12px 55px 55px; transform: rotate(-9deg); box-shadow: 25px 25px 50px rgba(45,51,43,.25); display: grid; place-content: center; color: #e5dfcf; font-family: Georgia,serif; font-size: 2.2rem; }
.coffee-cup::after { content: ''; position: absolute; width: 75px; height: 105px; right: -53px; top: 40px; border: 20px solid #515f48; border-left: 0; border-radius: 0 65px 65px 0; }
.coffee-stamp { position: absolute; left: 9%; bottom: 12%; width: 70px; height: 70px; border: 1px solid #687061; border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: .5rem; letter-spacing: .15em; }
.art-ai { background: #ff754a; color: #11120f; }
.ai-face { position: absolute; width: 270px; height: 360px; right: 3%; bottom: -40px; border-radius: 48% 48% 35% 35%; background: linear-gradient(115deg,#b8a3ff 10%,#ffd5c6 45%,#d9ff43); box-shadow: -30px 0 60px rgba(100,0,80,.25); transform: rotate(5deg); }
.eye { position: absolute; top: 45%; width: 42px; height: 10px; border-top: 4px solid #111; border-radius: 50%; }
.eye-left { left: 48px; transform: rotate(-9deg); }.eye-right { right: 48px; transform: rotate(9deg); }
.ai-face::after { content: ''; position: absolute; width: 32px; height: 20px; border-bottom: 3px solid #111; border-radius: 50%; left: 120px; top: 245px; }
.ai-caption { position: absolute; z-index: 2; left: 6%; top: 9%; font-size: clamp(1.8rem,3.5vw,3.6rem); font-weight: 900; line-height: .87; letter-spacing: -.06em; }
.ai-caption i { font-family: Georgia,serif; font-weight: 400; color: #eee9df; }
.ai-star { position: absolute; left: 9%; bottom: 10%; font-size: 3rem; color: var(--acid); }
.sample-note { margin-top: 3rem; color: #686963; font-size: .68rem; }

/* Real portfolio cases */
.legacy-project-grid, .projects > .sample-note, .legacy-channel-showcase, .channel-case > .sample-note { display: none; }
.real-case-list { display: grid; gap: 1.4rem; }
.real-feature-case {
  padding: clamp(1.4rem, 4vw, 4rem);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ebe8df;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.real-case-copy > h3 {
  margin: 1rem 0 1.3rem;
  font-size: clamp(2.3rem, 4vw, 4.3rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.real-case-copy > p:not(.channel-kicker) { color: #55564f; font-size: .85rem; line-height: 1.7; }
.real-case-copy .channel-kicker { color: #59641d; }
.real-case-copy .case-scope span { color: #55564f; border-color: rgba(17,18,15,.22); }
.real-metrics { margin: 2.2rem 0 1.5rem; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(17,18,15,.2); border-left: 1px solid rgba(17,18,15,.2); }
.real-metrics div { min-height: 115px; padding: 1rem; border-right: 1px solid rgba(17,18,15,.2); border-bottom: 1px solid rgba(17,18,15,.2); display: flex; flex-direction: column; }
.real-metrics strong { color: #4d17bb; font-size: clamp(1.9rem,3vw,3rem); letter-spacing: -.06em; }
.real-metrics span { margin-top: .2rem; max-width: 130px; color: #63645d; font-size: .6rem; line-height: 1.3; }
.shaker-gallery { display: grid; gap: 1rem; }
.shaker-gallery figure { margin: 0; overflow: hidden; border-radius: 1rem; background: #f7f4ed; box-shadow: 0 15px 45px rgba(25,20,65,.12); }
.shaker-gallery img { display: block; width: 100%; border-radius: 1rem; box-shadow: 0 15px 45px rgba(25,20,65,.12); }
.shaker-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.shaker-comparison-media { height: 420px; padding: .6rem; display: grid; place-content: center; background: #f0ede5; }
.shaker-comparison-media svg, .shaker-comparison-media img { display: block; width: 100%; max-width: 100%; height: 100%; border-radius: .6rem; object-fit: contain; box-shadow: none; }
.shaker-gallery figcaption { min-height: 62px; padding: .75rem 1rem; color: #64635c; display: flex; flex-direction: column; gap: .25rem; font-size: .62rem; }
.shaker-gallery figcaption strong { color: #2c2d28; font-size: .8rem; }
.shaker-gallery figcaption span { line-height: 1.3; }
.real-project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; width: min(100%,920px); margin-inline: auto; }
.real-project-tile { margin: 0; overflow: hidden; border-radius: var(--radius); background: #20211d; }
.real-project-tile > img { display: block; width: 100%; height: clamp(410px,50vw,510px); object-fit: contain; object-position: center; background: #0d0e0b; transition: transform .5s ease; }
.real-project-tile:hover > img { transform: scale(1.025); }
.real-project-tile > div { padding: 1.4rem; }
.real-project-tile p { margin-bottom: .55rem; color: #777872; font-size: .6rem; letter-spacing: .12em; }
.real-project-tile h3 { margin: 0; font-size: 1.05rem; font-weight: 500; }

.channel-case { padding: 80px 0 150px; }
.channel-case-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 3.5rem; }
.case-status { display: inline-flex; align-items: center; gap: .65rem; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: #b9bab3; font-size: .68rem; }
.case-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217,255,67,.09); }
.channel-showcase { min-height: 650px; padding: clamp(1.5rem,4vw,4rem); border-radius: var(--radius); background: #20211d; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,5rem); overflow: hidden; }
.channel-story { display: flex; flex-direction: column; justify-content: center; }
.channel-kicker { color: var(--acid); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.channel-story > h3 { max-width: 640px; margin: 1.1rem 0 1.3rem; font-size: clamp(2.2rem,4vw,4.5rem); line-height: .95; letter-spacing: -.055em; }
.channel-description { max-width: 600px; color: #a7a8a1; font-size: .86rem; line-height: 1.7; }
.channel-stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2.2rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.channel-stat { min-height: 120px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.channel-stat > span { color: #7d7e78; font-size: .62rem; }
.channel-stat strong { margin: .55rem 0 .15rem; color: var(--acid); font-size: clamp(1.9rem,3vw,3rem); line-height: 1; letter-spacing: -.06em; }
.channel-stat small { color: #999a94; font-size: .6rem; }
.case-scope { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.5rem; }
.case-scope span { padding: .55rem .75rem; border: 1px solid #454640; border-radius: 999px; color: #999a94; font-size: .58rem; }
.channel-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.video-card { width: min(340px, 82%); aspect-ratio: 9/13; position: relative; overflow: hidden; border: 7px solid #0e0f0d; border-radius: 2rem; background: #b9a3ff; box-shadow: 0 30px 80px rgba(0,0,0,.38); transform: rotate(3deg); }
.video-topline { position: absolute; z-index: 8; left: 1.1rem; right: 1.1rem; top: 1rem; display: flex; justify-content: space-between; color: #20211d; font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.cartoon-sky { position: absolute; inset: 0 0 30%; background: linear-gradient(#b9a3ff, #f3bdff); }
.cartoon-ground { position: absolute; left: -10%; right: -10%; bottom: -5%; height: 45%; background: var(--acid); border-radius: 50% 50% 0 0; }
.cloud { position: absolute; width: 70px; height: 22px; border-radius: 999px; background: rgba(255,255,255,.75); }
.cloud::before, .cloud::after { content: ''; position: absolute; border-radius: 50%; background: inherit; }
.cloud::before { width: 33px; height: 33px; left: 12px; bottom: 0; }.cloud::after { width: 25px; height: 25px; right: 9px; bottom: 0; }
.cloud-one { top: 20%; left: 8%; }.cloud-two { top: 31%; right: 5%; transform: scale(.7); }
.cartoon-star { position: absolute; color: #ff754a; font-size: 2.5rem; top: 9%; right: 18%; }
.cartoon-character { position: absolute; z-index: 3; border: 4px solid #161712; box-shadow: 8px 12px 0 rgba(17,18,15,.15); }
.character-one { width: 120px; height: 165px; border-radius: 55% 55% 35% 35%; left: 17%; bottom: 16%; background: #ff754a; transform: rotate(-7deg); }
.character-two { width: 95px; height: 130px; border-radius: 50% 50% 40% 40%; right: 13%; bottom: 18%; background: #efece4; transform: rotate(8deg); }
.character-eye { position: absolute; width: 9px; height: 13px; top: 36%; border-radius: 50%; background: #161712; }
.character-eye.eye-a { left: 30%; }.character-eye.eye-b { right: 30%; }
.cartoon-character i { position: absolute; width: 28%; height: 12px; left: 36%; top: 56%; border-bottom: 3px solid #161712; border-radius: 50%; }
.play-button { position: absolute; z-index: 7; left: 50%; top: 45%; translate: -50% -50%; width: 58px; height: 58px; display: grid; place-content: center; padding-left: 4px; color: var(--ink); background: rgba(255,255,255,.82); border-radius: 50%; backdrop-filter: blur(10px); font-size: .9rem; }
.video-title { position: absolute; z-index: 7; left: 1.2rem; bottom: 1.1rem; margin: 0; color: #11120f; font-size: 1.35rem; line-height: .92; font-weight: 900; letter-spacing: -.05em; }
.growth-card { position: absolute; z-index: 9; width: 235px; height: 145px; right: -3%; bottom: 4%; padding: 1.1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 1rem; background: rgba(17,18,15,.86); box-shadow: 0 20px 45px rgba(0,0,0,.35); backdrop-filter: blur(12px); transform: rotate(-4deg); }
.growth-label { display: flex; justify-content: space-between; gap: .5rem; font-size: .55rem; color: #b8b9b2; }
.growth-label strong { color: var(--acid); }
.growth-bars { height: 78px; margin-top: .75rem; display: flex; align-items: end; gap: 7px; }
.growth-bars i { flex: 1; height: var(--bar); border-radius: 3px 3px 0 0; background: var(--acid); opacity: .3; }
.growth-bars i:nth-last-child(-n+2) { opacity: 1; }

.ai-real-case { padding: clamp(1.4rem,4vw,4rem); border-radius: var(--radius); background: #20211d; overflow: hidden; }
.ai-real-layout { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.ai-real-copy > h3 { margin: 1rem 0 1.3rem; max-width: 680px; font-size: clamp(2.4rem,4.5vw,4.8rem); line-height: .94; letter-spacing: -.06em; }
.ai-real-copy > p:not(.channel-kicker):not(.analytics-note) { max-width: 660px; color: #a6a7a0; font-size: .86rem; line-height: 1.7; }
.ai-facts { margin: 2rem 0 1.5rem; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ai-facts div { min-height: 110px; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.ai-facts strong { color: var(--acid); font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.06em; }
.ai-facts span { margin-top: .25rem; color: #92938c; font-size: .6rem; line-height: 1.3; }
.analytics-note { margin: 1.4rem 0 0; padding-left: 1rem; border-left: 2px solid var(--orange); color: #7f8079; font-size: .62rem; line-height: 1.5; }
.performance-subnote { margin: 1.4rem 0 0; padding-left: 1rem; border-left: 2px solid var(--acid); color: #a6a7a0; font-size: .65rem; line-height: 1.55; }
.ai-real-cover { display: block; width: min(100%, 440px); margin-inline: auto; border-radius: 1rem; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.ai-performance { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.ai-performance-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.ai-performance-heading span { color: var(--acid); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.ai-performance-heading h4 { margin: .8rem 0 0; max-width: 760px; font-size: clamp(2.2rem,4vw,4.3rem); line-height: .95; letter-spacing: -.06em; }
.ai-performance-heading > p { max-width: 300px; margin: 0; color: #858680; font-size: .7rem; line-height: 1.5; }
.performance-metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.performance-metrics div { min-height: 118px; padding: 1.1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.performance-metrics strong { color: var(--acid); font-size: clamp(1.7rem,2.8vw,2.9rem); line-height: 1; letter-spacing: -.06em; }
.performance-metrics span { margin-top: .4rem; color: #90918b; font-size: .6rem; line-height: 1.35; }
.viral-reel-feature { margin-top: 2rem; padding: clamp(1.3rem,3.5vw,3rem); border: 1px solid var(--line); border-radius: 1.2rem; background: #11120f; display: grid; grid-template-columns: 1fr .48fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.viral-reel-copy > p:first-child { color: var(--orange); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.viral-reel-copy h5 { margin: 1rem 0 2rem; max-width: 650px; font-size: clamp(2.2rem,4vw,4.4rem); line-height: .94; letter-spacing: -.06em; }
.viral-reel-result { width: fit-content; padding: 1rem 1.2rem; border-radius: 1rem; color: var(--ink); background: var(--acid); display: flex; align-items: end; gap: .8rem; }
.viral-reel-result strong { font-size: clamp(1.8rem,3vw,3rem); line-height: .9; letter-spacing: -.06em; }
.viral-reel-result span { max-width: 95px; font-size: .62rem; line-height: 1.2; }
.viral-reel-description { max-width: 580px; margin: 1.5rem 0 0; color: #91928b; font-size: .7rem; line-height: 1.6; }
.viral-reel-feature > video { display: block; width: min(100%, 340px); margin-inline: auto; border-radius: 1rem; background: #050504; box-shadow: 0 24px 60px rgba(0,0,0,.42); }
.performance-proof-grid { margin-top: 2rem; display: grid; grid-template-columns: 1.28fr .72fr; gap: 1rem; align-items: start; }
.performance-proof-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: #0d0e0b; }
.performance-proof-grid img { display: block; width: 100%; height: auto; object-fit: contain; }
.performance-profile { grid-column: 1 / -1; }
.performance-proof-grid figcaption { padding: .8rem 1rem; border-top: 1px solid var(--line); color: #989993; font-size: .62rem; }
.ai-guide-heading { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.ai-guide-heading span { color: var(--acid); font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.ai-guide-heading h4 { margin: .8rem 0 0; max-width: 650px; font-size: clamp(2rem,3.5vw,3.8rem); line-height: .96; letter-spacing: -.055em; }
.ai-guide-heading > p { max-width: 300px; margin: 0; color: #858680; font-size: .7rem; line-height: 1.5; }
.ai-process-strip { display: flex; gap: 1rem; margin-top: 2rem; padding: .25rem .1rem 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: rgba(204,255,37,.48) rgba(255,255,255,.06); counter-reset: guide-step; }
.ai-process-strip figure { position: relative; flex: 0 0 clamp(160px,15vw,184px); margin: 0; overflow: visible; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.14); border-radius: .85rem; background: #12130f; }
.ai-process-strip figure:not(:last-child)::after { content: "→"; position: absolute; right: -1rem; bottom: 18px; z-index: 2; color: var(--acid); font-size: .78rem; font-weight: 800; }
.ai-process-strip img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: .8rem .8rem 0 0; transition: transform .45s ease; }
.ai-process-strip figure:hover img { transform: none; }
.ai-process-strip figcaption { position: relative; min-height: 54px; padding: .58rem .65rem; display: flex; align-items: center; gap: .55rem; border-top: 1px solid var(--line); }
.ai-process-strip figcaption::after { content: ""; position: absolute; right: .65rem; bottom: 0; left: 2.75rem; height: 1px; background: linear-gradient(90deg,rgba(204,255,37,.42),transparent); }
.ai-process-strip figcaption span { width: 29px; height: 29px; display: grid; place-content: center; flex: 0 0 auto; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: .54rem; font-weight: 900; }
.ai-process-strip figcaption strong { font-size: .67rem; font-weight: 600; line-height: 1.2; }

.work-gallery { border-top: 1px solid var(--line); }
.work-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; align-items: start; }
.vk-case { grid-column: 1 / -1; padding: clamp(1.4rem,4vw,3.5rem); border-radius: var(--radius); color: var(--ink); background: #e7e2d8; }
.vk-case-heading { margin-bottom: 2.2rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.vk-case-heading > div > p { margin-bottom: .8rem; color: #85613f; font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.vk-case-heading h3 { max-width: 740px; margin: 0; font-size: clamp(2.2rem,4vw,4.3rem); line-height: .95; letter-spacing: -.055em; }
.vk-case-heading > p { max-width: 300px; margin: 0; color: #68675f; font-size: .72rem; line-height: 1.55; }
.vk-cover-layout { display: grid; grid-template-columns: 2.25fr .75fr; gap: 1rem; align-items: start; }
.vk-cover-layout figure { margin: 0; overflow: hidden; border-radius: 1rem; background: #11120f; box-shadow: 0 18px 45px rgba(17,18,15,.16); }
.vk-cover-layout img { display: block; width: 100%; height: auto; }
.vk-cover-layout figcaption { padding: .75rem 1rem; color: #b9b8b1; background: #11120f; font-size: .62rem; }
.vk-case-tags { margin-top: 1.5rem; }
.vk-case-tags span { color: #5f5e57; border-color: rgba(17,18,15,.22); }
.content-design-case { grid-column: 1 / -1; padding: clamp(1.4rem,4vw,3.5rem); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 85% 5%, rgba(203,255,37,.11), transparent 28%), #171814; }
.content-design-heading { margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.content-design-heading > div > p { margin: 0 0 .8rem; color: var(--acid); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.content-design-heading h3 { max-width: 760px; margin: 0; font-size: clamp(2.2rem,4vw,4.3rem); line-height: .95; letter-spacing: -.055em; }
.content-design-heading > p { max-width: 330px; margin: 0; color: #92938c; font-size: .72rem; line-height: 1.6; }
.content-design-tags { margin-bottom: 2rem; }
.content-design-showcase { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-areas: "carousels stories" "carousels presentation"; gap: 1rem; align-items: stretch; }
.content-format-card { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 1rem; background: #20211d; }
.content-format-carousels { grid-area: carousels; }
.content-format-stories { grid-area: stories; }
.content-format-presentation { grid-area: presentation; }
.content-format-media { height: 315px; padding: .7rem; display: grid; place-items: center; overflow: hidden; background: #e8e7e2; }
.content-format-carousels .content-format-media { height: 720px; }
.content-format-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.content-format-card figcaption { min-height: 72px; padding: .85rem 1rem; display: flex; flex-direction: column; justify-content: center; gap: .25rem; }
.content-format-card figcaption span { color: var(--acid); font-size: .56rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.content-format-card figcaption strong { font-size: .88rem; font-weight: 500; }
.mindset-carousel-case { grid-column: 1 / -1; padding: clamp(1.3rem,3vw,2.6rem); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 5% 10%, rgba(217,255,67,.09), transparent 23%), #191a16; }
.mindset-carousel-heading { margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.mindset-carousel-heading p { margin-bottom: .75rem; color: var(--acid); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.mindset-carousel-heading h3 { max-width: 810px; margin: 0; font-size: clamp(1.8rem,3.4vw,3.7rem); line-height: 1; letter-spacing: -.05em; }
.mindset-carousel-controls { display: flex; gap: .55rem; }
.mindset-carousel-controls button { width: 48px; height: 48px; border: 1px solid #454640; border-radius: 50%; color: var(--paper); background: transparent; cursor: pointer; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.mindset-carousel-controls button:hover { color: var(--ink); border-color: var(--acid); background: var(--acid); transform: translateY(-2px); }
.mindset-carousel-rail { display: flex; gap: .9rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--acid) #292a25; padding: 0 0 1rem; }
.mindset-carousel-rail::-webkit-scrollbar { height: 7px; }
.mindset-carousel-rail::-webkit-scrollbar-track { background: #292a25; border-radius: 999px; }
.mindset-carousel-rail::-webkit-scrollbar-thumb { background: var(--acid); border-radius: 999px; }
.mindset-slide { position: relative; flex: 0 0 clamp(220px,22vw,300px); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; scroll-snap-align: start; border-radius: .9rem; background: #e7e4dc; }
.mindset-slide > img,
.mindset-slide > video { display: block; width: 100%; height: 100%; object-fit: cover; }
.mindset-slide > span { position: absolute; z-index: 2; left: .65rem; top: .65rem; padding: .42rem .55rem; border-radius: 999px; color: var(--paper); background: rgba(17,18,15,.72); backdrop-filter: blur(8px); font-size: .52rem; font-weight: 800; letter-spacing: .1em; }
.mindset-video-slide { background: #11120f; }
.mindset-video-slide video { object-fit: cover; }
.mindset-carousel-hint { margin: .65rem 0 0; color: #7f8079; font-size: .62rem; letter-spacing: .08em; text-align: right; }
.work-item { margin: 0; overflow: hidden; border-radius: var(--radius); background: #20211d; }
.work-item > img, .work-item > video { display: block; width: 100%; height: 470px; object-fit: cover; object-position: center top; background: #080806; transition: transform .45s ease; }
.work-item:hover > img { transform: scale(1.02); }
.work-item-square > img { height: auto; aspect-ratio: 1; object-fit: contain; }
.work-item-wide { grid-column: span 2; }
.work-item-wide > img { height: auto; aspect-ratio: 4/1; object-fit: cover; object-position: center; }
.work-item figcaption { padding: 1.2rem 1.3rem 1.35rem; display: flex; flex-direction: column; gap: .45rem; }
.work-item figcaption span { color: #767771; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.work-item figcaption strong { font-size: .95rem; font-weight: 500; }
.work-item-video > video { height: 530px; }

.telegram-section { padding: 30px 0 120px; }
.telegram-card {
  min-height: 690px;
  padding: clamp(1.4rem,4vw,3.5rem);
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(2rem,5vw,5.5rem);
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--ink);
  background: radial-gradient(circle at 8% 94%, rgba(255,255,255,.48), transparent 24%), linear-gradient(135deg, var(--acid) 0%, #eaff91 55%, var(--violet) 125%);
}
.telegram-intro { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.telegram-intro .section-number { color: rgba(17,18,15,.58); }
.telegram-icon { width: 62px; height: 62px; margin: 1.8rem 0 2.2rem; display: grid; place-content: center; border: 1px solid rgba(17,18,15,.26); border-radius: 50%; font-size: 1.4rem; animation: float 4.5s ease-in-out infinite; }
.telegram-intro h2 { margin: 0; font-size: clamp(2.8rem,5vw,5.4rem); }
.telegram-intro h2 em { color: var(--ink); }
.telegram-intro > p:not(.section-number) { max-width: 470px; margin: 2rem 0 0; color: rgba(17,18,15,.68); font-size: .88rem; line-height: 1.7; }
.telegram-button { width: min(100%,470px); min-height: 76px; margin-top: auto; padding: 1rem 1.2rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; border-radius: 1rem; color: var(--paper); background: var(--ink); transition: transform .25s, box-shadow .25s; }
.telegram-button:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(17,18,15,.18); }
.telegram-button span { font-size: .66rem; color: #a7a89f; }
.telegram-button strong { font-size: .82rem; }
.telegram-button i { color: var(--acid); font-size: 1.2rem; font-style: normal; }
.telegram-navigation { padding: clamp(1.1rem,2.4vw,2rem); border: 1px solid rgba(17,18,15,.16); border-radius: 1.1rem; background: rgba(255,255,255,.2); backdrop-filter: blur(18px); }
.telegram-navigation-heading { min-height: 94px; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.telegram-navigation-heading span { font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.telegram-navigation-heading p { margin: 0; max-width: 150px; text-align: right; font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; font-style: italic; line-height: 1; }
.telegram-links { border-top: 1px solid rgba(17,18,15,.24); }
.telegram-links a { min-height: 78px; display: grid; grid-template-columns: 36px 1fr 28px; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(17,18,15,.2); transition: padding .25s, color .25s, background .25s; }
.telegram-links a:hover { padding-inline: 1rem; color: var(--paper); background: var(--ink); }
.telegram-links span { align-self: start; padding-top: 1.15rem; color: rgba(17,18,15,.5); font-size: .56rem; }
.telegram-links a:hover span { color: var(--acid); }
.telegram-links strong { padding: .8rem 0; font-size: clamp(.82rem,1.3vw,1.02rem); font-weight: 650; line-height: 1.28; }
.telegram-links i { font-style: normal; font-size: 1rem; }

.services { border-top: 1px solid var(--line); }
.service-list { border-top: 1px solid var(--line); }
.service-item { min-height: 150px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-item:hover { padding-inline: 1.2rem; background: rgba(255,255,255,.025); }
.service-index { align-self: start; padding-top: 2rem; font-size: .65rem; color: #757670; }
.service-item h3 { margin: 0 0 .5rem; font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.04em; }
.service-item p { margin: 0; color: #7e7f79; font-size: .75rem; }
.service-symbol { color: var(--acid); font-size: 2rem; }

.about { padding: 80px 0 150px; }
.about-card { min-height: 560px; padding: clamp(2rem,6vw,5rem); border-radius: var(--radius); color: var(--ink); background: var(--acid); display: grid; align-items: center; }
.about .section-number { color: #5a6721; }
.about h2 { font-size: clamp(2.8rem,4.6vw,5rem); }
.about h2 em { color: var(--ink); }
.about-copy { width: min(100%, 930px); margin-inline: auto; }
.about-copy > p:not(.section-number) { max-width: 720px; font-size: 1rem; line-height: 1.65; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3rem; border-top: 1px solid rgba(17,18,15,.25); padding-top: 1.5rem; }
.stats div { display: flex; flex-direction: column; }
.stats strong { font-size: 2.3rem; letter-spacing: -.06em; }
.stats span { margin-top: .3rem; font-size: .62rem; color: #5f6c27; }

.contact { min-height: 650px; display: grid; place-content: center; text-align: center; }
.contact-inner { display: flex; flex-direction: column; align-items: center; }
.contact h2 { font-size: clamp(3.4rem,7vw,7.4rem); }
.contact > div > p:not(.section-number) { max-width: 550px; color: #92938c; line-height: 1.6; }
.contact-actions { margin-top: 2rem; display: flex; justify-content: center; align-items: center; gap: .75rem; }
.button-light { color: var(--ink); background: var(--paper); }
.social-link { width: 54px; height: 54px; border: 1px solid #41423d; border-radius: 50%; display: grid; place-content: center; font-size: .65rem; transition: .2s; }
.social-link:hover { border-color: var(--acid); color: var(--acid); }
.site-footer { min-height: 90px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #777872; font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .section-shell, .site-header { width: min(100% - 36px, 680px); }
  .menu-button { display: block; z-index: 2; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 87px; padding: 2rem; background: #191a16; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 3rem; padding: 48px 0 70px; }
  .hero-photo-wrap { width: min(100%, 510px); height: 650px; margin-inline: auto; }
  .hero-intro { width: min(100%, 640px); margin-inline: auto; }
  .portfolio-title { font-size: clamp(5rem, 15vw, 8rem); }
  .hero-visual { height: 440px; margin-top: 1rem; }
  .hero-footer { display: none; }
  .hero-glow { opacity: .34; }
  .project-grid { grid-template-columns: 1fr; }
  .project-large { grid-column: auto; }
  .project-large .project-art, .project-art { height: 430px; }
  .channel-showcase { grid-template-columns: 1fr; }
  .channel-visual { min-height: 560px; }
  .real-feature-case { grid-template-columns: 1fr; }
  .real-project-tile > img { height: 450px; }
  .ai-real-layout { grid-template-columns: 1fr; }
  .ai-real-cover { width: min(100%, 420px); }
  .performance-metrics { grid-template-columns: repeat(2,1fr); }
  .ai-process-strip figure { flex-basis: 176px; }
  .work-gallery-grid { grid-template-columns: repeat(2,1fr); }
  .work-item-wide { grid-column: span 2; }
  .vk-cover-layout { grid-template-columns: 1.8fr .8fr; }
  .content-design-showcase { grid-template-columns: 1fr 1fr; }
  .content-format-carousels .content-format-media { height: 620px; }
  .content-format-media { height: 270px; }
  .mindset-slide { flex-basis: min(72vw,290px); }
  .telegram-card { grid-template-columns: 1fr; min-height: auto; }
  .telegram-button { margin-top: 2.5rem; }
}

@media (max-width: 560px) {
  .section-shell, .site-header { width: calc(100% - 28px); }
  .site-header { height: 72px; }
  .logo { gap: .5rem; }
  .logo small { padding-left: .5rem; font-size: .47rem; letter-spacing: .08em; }
  .main-nav { top: 71px; }
  .hero { min-height: auto; padding: 28px 0 50px; gap: 2.3rem; }
  .hero-portfolio { top: 24%; font-size: 20vw; -webkit-text-stroke-color: rgba(240,239,233,.2); }
  h1 { font-size: clamp(3.25rem,17vw,5rem); }
  .hero-photo-wrap { width: 100%; height: 72svh; min-height: 500px; max-height: 650px; padding: 5px; border-radius: 190px 190px 22px 22px; }
  .hero-photo { border-radius: 185px 185px 18px 18px; }
  .hero-photo-star { right: .5rem; top: 8%; width: 52px; height: 52px; }
  .portfolio-title { margin-top: 1.25rem; font-size: clamp(3.9rem, 19vw, 6rem); }
  .portfolio-disciplines { margin-bottom: 1.5rem; }
  .portfolio-disciplines span { padding: .8rem .6rem .8rem 0; margin-right: .6rem; font-size: .85rem; }
  .portfolio-disciplines span:not(:last-child)::after { margin-left: .6rem; }
  .hero-description { font-size: .9rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-glow { display: none; }
  .hero-fish:nth-of-type(n+6) { display: none; }
  .hero-visual { height: 370px; }
  .orbit-one { width: 275px; height: 275px; }
  .orbit-two { width: 340px; height: 165px; }
  .visual-core { width: 165px; height: 165px; }
  .visual-core strong { font-size: 3.8rem; }
  .skill-chip { padding: .8rem 1rem; font-size: .58rem; }
  .chip-one { left: 0; }.chip-two { right: -4%; }.chip-three { right: 1%; bottom: 14%; }
  .projects, .services, .work-gallery { padding-top: 100px; padding-bottom: 80px; }
  .channel-case { padding: 50px 0 100px; }
  .channel-case-heading { display: block; margin-bottom: 2.5rem; }
  .case-status { margin-top: 1.5rem; }
  .channel-showcase { padding: 1.25rem; }
  .channel-story { padding: 1rem .25rem; }
  .channel-stats { margin-top: 1.5rem; }
  .channel-stat { min-height: 105px; padding: .9rem; }
  .channel-visual { min-height: 490px; }
  .video-card { width: min(290px,85%); }
  .growth-card { width: 200px; height: 125px; right: -2%; }
  .growth-bars { height: 62px; }
  .real-feature-case { padding: 1.25rem; }
  .shaker-comparison { grid-template-columns: 1fr; }
  .shaker-comparison-media { height: 440px; }
  .real-metrics { grid-template-columns: 1fr 1fr; }
  .real-metrics div { min-height: 100px; padding: .8rem; }
  .real-project-pair { grid-template-columns: 1fr; }
  .real-project-tile > img { height: min(118vw,470px); }
  .ai-real-case { padding: 1.25rem; }
  .ai-facts { grid-template-columns: 1fr; }
  .ai-facts div { min-height: 90px; }
  .ai-performance { margin-top: 3rem; padding-top: 2rem; }
  .ai-performance-heading { display: block; }
  .ai-performance-heading > p { margin-top: 1rem; }
  .performance-metrics { grid-template-columns: 1fr 1fr; }
  .performance-metrics div { min-height: 105px; padding: .9rem; }
  .viral-reel-feature { grid-template-columns: 1fr; }
  .viral-reel-feature > video { width: min(100%, 360px); }
  .performance-proof-grid { grid-template-columns: 1fr; }
  .performance-profile { grid-column: auto; }
  .ai-guide-heading { margin-top: 3rem; display: block; }
  .ai-guide-heading > p { margin-top: 1rem; }
  .ai-process-strip { margin-top: 1.5rem; gap: .85rem; }
  .ai-process-strip figure { flex-basis: min(62vw,210px); }
  .ai-process-strip figure:not(:last-child)::after { right: -.86rem; }
  .work-gallery-grid { grid-template-columns: 1fr; }
  .vk-case-heading { display: block; }
  .vk-case-heading > p { margin-top: 1rem; }
  .vk-cover-layout { grid-template-columns: 1fr; }
  .vk-mobile-cover { width: 72%; margin-inline: auto !important; }
  .content-design-heading { display: block; }
  .content-design-heading > p { margin-top: 1rem; }
  .content-design-showcase { grid-template-columns: 1fr; grid-template-areas: "carousels" "stories" "presentation"; }
  .content-format-media, .content-format-carousels .content-format-media { height: auto; padding: .55rem; }
  .content-format-media img { height: auto; }
  .mindset-carousel-heading { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .mindset-carousel-controls button { width: 44px; height: 44px; }
  .mindset-slide { flex-basis: min(82vw,300px); }
  .telegram-section { padding-bottom: 80px; }
  .telegram-card { padding: 1.25rem; gap: 2.5rem; }
  .telegram-icon { width: 52px; height: 52px; margin: 1.2rem 0 1.6rem; }
  .telegram-intro > p:not(.section-number) { margin-top: 1.3rem; }
  .telegram-navigation { padding: .85rem; }
  .telegram-navigation-heading { min-height: 82px; }
  .telegram-links a { min-height: 86px; grid-template-columns: 26px 1fr 20px; gap: .7rem; }
  .work-item-wide { grid-column: auto; }
  .work-item > img, .work-item > video, .work-item-video > video { height: 500px; }
  .work-item-square > img { height: auto; aspect-ratio: 1; }
  .work-item-wide > img { height: auto; aspect-ratio: 4/1; }
  .section-heading { display: block; margin-bottom: 2.8rem; }
  .section-intro { margin-top: 1.5rem; }
  .project-large .project-art, .project-art { height: 340px; }
  .cosmetic-orb { width: 210px; height: 210px; }
  .cosmetic-bottle { width: 90px; height: 210px; }
  .cosmetic-bottle::before { width: 44px; height: 42px; top: -28px; left: 23px; }
  .coffee-cup { width: 140px; height: 185px; right: 14%; }
  .ai-face { width: 205px; height: 290px; }
  .eye-left { left: 35px; }.eye-right { right: 35px; }
  .ai-face::after { left: 88px; top: 200px; }
  .project-info { align-items: flex-start; }
  .project-info h3 { max-width: 260px; line-height: 1.35; }
  .project-result { display: none; }
  .service-item { grid-template-columns: 42px 1fr auto; min-height: 135px; }
  .service-item p { line-height: 1.5; }
  .about { padding-bottom: 100px; }
  .about-card { padding: 1.25rem; gap: 2rem; }
  .about-copy { padding: .5rem; }
  .stats { gap: .5rem; }
  .stats strong { font-size: 1.7rem; }
  .contact { min-height: 600px; }
  .contact-actions { flex-wrap: wrap; }
  .button-light { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .portfolio-letter,
  .hero-intro .eyebrow,
  .hero-intro .portfolio-disciplines,
  .hero-intro .hero-description,
  .hero-intro .hero-actions { opacity: 1; transform: none; filter: none; }
  .hero-photo-wrap { opacity: 1; transform: none; clip-path: none; }
  .hero-fish-field { display: none; }
}
