/*
Theme Name: Nachiketa Visuals Pro
Theme URI: https://nachiketajangid.com/
Author: Nachiketa Visuals
Author URI: https://nachiketajangid.com/
Description: A responsive, animated portfolio theme for a graphic designer, visual director and creative studio.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: nachiketa-visuals
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, custom-logo, featured-images, one-column, accessibility-ready
*/

:root {
  --paper: #f3efe7;
  --paper-2: #e9e3d9;
  --ink: #101010;
  --ink-soft: #3a3834;
  --line: rgba(16, 16, 16, 0.18);
  --aqua: #57c7c8;
  --navy: #173f73;
  --orange: #ff6438;
  --violet: #7659ff;
  --yellow: #ffd85a;
  --green: #2bca84;
  --white: #fffdf9;
  --header-height: 92px;
  --page-x: clamp(20px, 4vw, 72px);
  --section-y: clamp(96px, 12vw, 190px);
  --display: "Manrope", Arial, sans-serif;
  --serif: "Bodoni Moda", Georgia, serif;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.5;
  cursor: none;
}
body.menu-open, body.modal-open { overflow: hidden; }
a, button { color: inherit; }
a { text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--ink); color: var(--paper); }

.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;
  z-index: 1000;
  pointer-events: none;
  opacity: .035;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  pointer-events: none;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cursor-dot { width: 7px; height: 7px; background: var(--ink); }
.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(16,16,16,.55);
  transition: width .25s var(--ease), height .25s var(--ease), background .25s, border-color .25s;
}
.cursor-ring.is-hovering { width: 68px; height: 68px; background: rgba(87,199,200,.22); border-color: var(--aqua); }

.scroll-progress {
  position: fixed;
  right: 0;
  top: 0;
  width: 4px;
  height: 100vh;
  z-index: 1001;
  background: transparent;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 0;
  background: var(--orange);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  padding: clamp(24px, 4vw, 64px);
  background: var(--ink);
  color: var(--paper);
  transition: transform 1s var(--ease) .15s, visibility 1s;
}
.page-loader.is-hidden { transform: translateY(-102%); visibility: hidden; }
.loader-mark {
  align-self: center;
  grid-column: 1 / -1;
  font-size: clamp(92px, 22vw, 330px);
  font-weight: 800;
  line-height: .7;
  letter-spacing: -.09em;
}
.loader-track {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,.13);
}
.loader-track span { display: block; width: 0; height: 100%; background: var(--aqua); transition: width .15s linear; }
.loader-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: var(--header-height);
  padding: 0 var(--page-x);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: background .35s, height .35s, box-shadow .35s;
}
.site-header.is-scrolled {
  height: 72px;
  background: rgba(243,239,231,.83);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--line);
}
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 32px; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 52px; max-width: none; }
.brand-name { font-size: 11px; line-height: 1.05; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 38px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 13px 16px 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  transition: background .3s, color .3s;
}
.header-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle, .mobile-menu { display: none; }

.section-pad { padding: var(--section-y) var(--page-x); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }

.hero {
  position: relative;
  min-height: 1120px;
  padding-top: calc(var(--header-height) + 68px);
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image: linear-gradient(to right, rgba(16,16,16,.09) 1px, transparent 1px), linear-gradient(to bottom, rgba(16,16,16,.09) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .75; }
.orb-one { width: 22vw; height: 22vw; min-width: 260px; min-height: 260px; right: -6vw; top: 12%; background: radial-gradient(circle at 30% 30%, #fff 0, var(--aqua) 24%, var(--navy) 72%); }
.orb-two { width: 10vw; height: 10vw; min-width: 120px; min-height: 120px; left: 6vw; top: 52%; background: var(--orange); border-radius: 36% 64% 61% 39% / 45% 44% 56% 55%; animation: morph 9s ease-in-out infinite; }
@keyframes morph { 0%,100% { border-radius: 36% 64% 61% 39% / 45% 44% 56% 55%; transform: rotate(0); } 50% { border-radius: 61% 39% 31% 69% / 55% 65% 35% 45%; transform: rotate(25deg); } }
.hero-kicker { position: relative; z-index: 3; display: flex; align-items: center; gap: 10px; margin-bottom: clamp(36px,5vw,72px); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.availability-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(43,202,132,.12); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(43,202,132,0); } }
.hero-title { position: relative; z-index: 3; margin: 0; max-width: 1500px; font-size: clamp(72px, 11.2vw, 184px); line-height: .83; letter-spacing: -.075em; font-weight: 800; text-transform: uppercase; }
.title-line { display: block; overflow: hidden; padding-bottom: .08em; }
.title-line > span { display: block; transform: translateY(112%); transition: transform 1.1s var(--ease); }
body.is-ready .title-line > span { transform: translateY(0); }
.title-line:nth-child(2) > span { transition-delay: .12s; }
.title-line-shift { padding-left: clamp(10px, 14vw, 220px); }
.hero-title em { font-family: var(--serif); font-weight: 500; text-transform: none; letter-spacing: -.05em; color: var(--orange); }
.hero-bottom { position: relative; z-index: 4; margin-top: clamp(32px, 5vw, 70px); display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.hero-intro { max-width: 470px; margin: 0 0 0 clamp(0px, 14vw, 220px); font-size: clamp(18px, 1.8vw, 27px); line-height: 1.32; letter-spacing: -.025em; }
.round-link {
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .35s, color .35s, transform .35s;
}
.round-link:hover { background: var(--ink); color: var(--paper); }
.round-link-arrow { align-self: flex-end; font-size: 22px; }

.hero-stage { position: relative; z-index: 4; height: 420px; max-width: 1180px; margin: 96px auto 0; perspective: 1200px; }
.hero-card { position: absolute; box-shadow: 0 32px 80px rgba(22,18,14,.17); transform-style: preserve-3d; will-change: transform; }
.hero-card-a { width: 320px; height: 390px; left: 3%; top: 22px; background: var(--yellow); transform: rotate(-7deg); }
.hero-card-b { width: 330px; height: 410px; left: 35%; top: 0; background: #222; transform: rotate(2deg); overflow: hidden; }
.hero-card-c { width: 320px; height: 390px; right: 4%; top: 26px; background: var(--violet); transform: rotate(8deg); }
.hero-card-b img { width: 100%; height: calc(100% - 44px); object-fit: cover; }
.mini-label, .card-caption { display: flex; justify-content: space-between; align-items: center; height: 44px; padding: 0 14px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.poster-art { position: relative; height: calc(100% - 44px); overflow: hidden; }
.poster-art-one { padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.poster-art-one strong { position: relative; z-index: 2; font-size: 52px; line-height: .83; letter-spacing: -.07em; }
.poster-art-one small { position: relative; z-index: 2; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.poster-ring { position: absolute; width: 260px; height: 260px; border: 50px solid var(--orange); border-radius: 50%; right: -72px; bottom: -40px; }
.poster-art-two { padding: 26px; color: white; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; }
.poster-copy { font-size: 49px; font-weight: 800; line-height: .87; letter-spacing: -.06em; }
.poster-symbol { font-size: 92px; align-self: center; color: var(--yellow); animation: spin 10s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.poster-code { grid-column: 1 / -1; justify-self: end; font-size: 10px; letter-spacing: .2em; }

.ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 20px 0; animation: ticker 30s linear infinite; font-size: clamp(20px, 2.6vw, 42px); font-weight: 700; letter-spacing: -.03em; text-transform: uppercase; }
.ticker-track i { color: var(--aqua); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.work { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 8vw; align-items: end; margin-bottom: 68px; }
.section-heading h2, .services-intro h2, .process-title-wrap h2, .about-copy h2, .contact h2 { margin: 18px 0 0; font-size: clamp(48px, 6.3vw, 102px); line-height: .94; letter-spacing: -.065em; font-weight: 700; }
.section-heading h2 em, .services-intro h2 em, .process-title-wrap h2 em, .about-copy h2 em, .contact h2 em { font-family: var(--serif); font-weight: 500; color: var(--orange); }
.section-heading p { margin: 0 0 8px; max-width: 500px; font-size: 17px; line-height: 1.55; color: var(--ink-soft); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-button { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: background .25s, color .25s; }
.filter-button.is-active, .filter-button:hover { background: var(--ink); color: var(--paper); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(22px, 3vw, 46px) clamp(16px, 2vw, 30px); }
.project-card { min-width: 0; outline: none; transition: opacity .35s, transform .6s var(--ease); }
.project-card:nth-child(1) { grid-column: 1 / span 7; }
.project-card:nth-child(2) { grid-column: 8 / span 5; }
.project-card:nth-child(3) { grid-column: 1 / span 5; }
.project-card:nth-child(4) { grid-column: 6 / span 7; }
.project-card:nth-child(5) { grid-column: 1 / span 7; }
.project-card:nth-child(6) { grid-column: 8 / span 5; }
.project-card.is-hidden { display: none; }
.project-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
.project-visual { position: relative; aspect-ratio: 1 / .82; overflow: hidden; background: #ddd; }
.project-card.project-large .project-visual, .project-card.project-wide .project-visual { aspect-ratio: 1.35 / 1; }
.project-card .project-visual::after { content: "VIEW"; position: absolute; inset: auto 18px 18px auto; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .12em; opacity: 0; transform: scale(.65); transition: opacity .35s, transform .35s var(--ease); }
.project-card:hover .project-visual::after, .project-card:focus .project-visual::after { opacity: 1; transform: scale(1); }
.project-card:hover .project-visual > *, .project-card:focus .project-visual > * { transform: scale(1.025); }
.project-info { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; padding: 18px 0 8px; border-top: 1px solid var(--ink); }
.project-info > div:first-child { display: flex; gap: 14px; align-items: flex-start; }
.project-number { font-size: 10px; font-weight: 700; margin-top: 6px; }
.project-info h3 { margin: 0; max-width: 420px; font-size: clamp(19px, 1.7vw, 28px); line-height: 1.1; letter-spacing: -.035em; }
.project-info > div:last-child { display: flex; flex-direction: column; align-items: flex-end; font-size: 9px; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }

.visual-identity { background: var(--aqua); }
.visual-identity > * { transition: transform .7s var(--ease); }
.identity-circle { position: absolute; width: 54%; aspect-ratio: 1; border-radius: 50%; border: clamp(25px,5vw,70px) solid var(--navy); right: -5%; top: -4%; }
.identity-word { position: absolute; left: 6%; bottom: 27%; font-size: clamp(46px, 8vw, 120px); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
.identity-word-two { bottom: 7%; font-family: var(--serif); font-style: italic; color: var(--orange); }
.identity-index { position: absolute; right: 4%; bottom: 5%; font-size: 10px; letter-spacing: .2em; }
.visual-campaign { background: var(--orange); padding: 8%; }
.visual-campaign > * { transition: transform .7s var(--ease); }
.campaign-window { width: 72%; height: 78%; background: var(--paper); border: 2px solid var(--ink); padding: 20px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 16px 16px 0 var(--ink); }
.campaign-window span { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.campaign-window strong { font-size: clamp(36px,5vw,76px); line-height: .83; letter-spacing: -.07em; }
.campaign-sticker { position: absolute; right: 8%; top: 12%; z-index: 2; width: 112px; height: 112px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--yellow); font-size: 20px; line-height: .9; font-weight: 800; transform: rotate(12deg); }
.campaign-arrow { position: absolute; right: 8%; bottom: 6%; font-size: 46px; }
.visual-editorial { background: var(--navy); color: white; }
.visual-editorial > * { transition: transform .7s var(--ease); }
.editorial-strip { position: absolute; left: 0; top: 10%; width: 100%; padding: 8px 0; white-space: nowrap; overflow: hidden; border-top: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid rgba(255,255,255,.6); font-size: 10px; letter-spacing: .18em; }
.editorial-number { position: absolute; left: 6%; top: 22%; font-family: var(--serif); font-size: clamp(90px,12vw,180px); font-style: italic; color: var(--aqua); line-height: 1; }
.editorial-copy { position: absolute; left: 38%; bottom: 8%; z-index: 2; font-size: clamp(38px,5vw,72px); font-weight: 800; line-height: .82; letter-spacing: -.06em; }
.editorial-orbit { position: absolute; width: 60%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; right: -18%; top: 13%; box-shadow: inset 0 0 0 45px transparent; }
.editorial-orbit::before, .editorial-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.editorial-orbit::after { inset: 28%; background: var(--orange); border: 0; }
.visual-web { background: #d7d0ff; padding: 6%; }
.visual-web > * { transition: transform .7s var(--ease); }
.web-browser { width: 100%; height: 100%; border: 2px solid var(--ink); background: var(--paper); box-shadow: 20px 20px 0 var(--violet); }
.browser-bar { height: 11%; border-bottom: 2px solid var(--ink); display: flex; align-items: center; gap: 7px; padding: 0 15px; }
.browser-bar i { width: 8px; height: 8px; border: 1px solid var(--ink); border-radius: 50%; }
.browser-bar span { margin-left: auto; font-size: 8px; letter-spacing: .1em; }
.browser-body { height: 89%; display: grid; grid-template-columns: 30% 1fr; }
.browser-side { padding: 20px; border-right: 2px solid var(--ink); font-size: clamp(30px,4vw,58px); font-weight: 800; line-height: .8; }
.browser-side span { display: block; margin-top: 30px; font-size: 9px; line-height: 1.4; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.browser-panel { position: relative; padding: 7%; background: var(--yellow); overflow: hidden; }
.browser-panel::after { content: ""; position: absolute; width: 65%; aspect-ratio: 1; right: -20%; bottom: -42%; border: 45px solid var(--orange); border-radius: 50%; }
.browser-panel b { position: relative; z-index: 2; font-size: clamp(44px,7vw,104px); line-height: .8; letter-spacing: -.075em; }
.browser-pill { position: absolute; z-index: 3; left: 7%; bottom: 8%; padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.visual-photo { background: #191919; }
.visual-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.05); transition: transform .8s var(--ease), filter .5s; }
.project-card:hover .visual-photo img { transform: scale(1.06); filter: saturate(1.1) contrast(1.04); }
.photo-overlay { position: absolute; inset: 0; padding: 7%; display: flex; flex-direction: column; justify-content: space-between; color: white; background: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 42%, rgba(0,0,0,.35)); transition: transform .7s var(--ease); }
.photo-overlay span { font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.photo-overlay strong { font-size: clamp(44px,6vw,84px); line-height: .8; letter-spacing: -.065em; }
.visual-motion { background: #151515; color: white; }
.visual-motion > * { transition: transform .7s var(--ease); }
.motion-disc { position: absolute; border-radius: 50%; mix-blend-mode: screen; animation: floatDisc 5s ease-in-out infinite; }
.disc-one { width: 52%; aspect-ratio: 1; left: 2%; top: 5%; background: var(--violet); }
.disc-two { width: 48%; aspect-ratio: 1; right: 0; top: 25%; background: var(--orange); animation-delay: -.9s; }
.disc-three { width: 39%; aspect-ratio: 1; left: 30%; bottom: -6%; background: var(--aqua); animation-delay: -1.8s; }
@keyframes floatDisc { 50% { transform: translateY(-12px) scale(1.04); } }
.motion-type { position: absolute; z-index: 2; left: 7%; bottom: 8%; font-size: clamp(38px,5vw,72px); font-weight: 800; line-height: .82; letter-spacing: -.06em; }
.motion-frame { position: absolute; right: 6%; top: 6%; z-index: 2; border: 1px solid rgba(255,255,255,.7); padding: 8px 10px; font-size: 8px; letter-spacing: .16em; }

.services { background: var(--ink); color: var(--paper); }
.services-intro { margin-bottom: clamp(64px,8vw,130px); }
.service-list { border-top: 1px solid rgba(255,255,255,.25); }
.service-item { position: relative; display: grid; grid-template-columns: 80px minmax(230px, .8fr) minmax(280px, 1fr) 60px; gap: 24px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.25); transition: color .3s, padding .4s var(--ease); }
.service-item::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--aqua); transform: scaleY(0); transform-origin: bottom; transition: transform .45s var(--ease); }
.service-item:hover::before { transform: scaleY(1); }
.service-item > * { position: relative; z-index: 1; }
.service-item:hover { color: var(--ink); padding-left: 20px; padding-right: 20px; }
.service-index { font-size: 10px; letter-spacing: .16em; }
.service-item h3 { margin: 0; font-size: clamp(26px,3vw,48px); letter-spacing: -.045em; }
.service-item p { max-width: 520px; margin: 0; color: rgba(243,239,231,.7); transition: color .3s; }
.service-item:hover p { color: var(--ink); }
.service-arrow { justify-self: end; font-size: 30px; }

.process { background: var(--yellow); }
.process-title-wrap { max-width: 1000px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(70px,9vw,130px); border-top: 1px solid var(--ink); }
.process-step { position: relative; min-height: 300px; padding: 24px 26px 26px 0; border-right: 1px solid var(--ink); }
.process-step:not(:first-child) { padding-left: 26px; }
.process-step:last-child { border-right: 0; }
.process-step > span { display: block; font-size: 10px; letter-spacing: .16em; }
.process-step h3 { margin: 80px 0 12px; font-size: clamp(25px,2.3vw,38px); letter-spacing: -.04em; }
.process-step p { max-width: 250px; margin: 0; color: var(--ink-soft); }

.about { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); gap: 8vw; align-items: center; }
.about-copy h2 { font-size: clamp(48px,5.3vw,86px); }
.about-copy p { max-width: 670px; margin: 34px 0; font-size: clamp(18px,1.6vw,25px); line-height: 1.5; color: var(--ink-soft); }
.text-link { display: inline-flex; align-items: center; gap: 40px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-collage { position: relative; min-height: 690px; }
.about-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 26px 70px rgba(16,16,16,.18); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.about-photo:hover img { transform: scale(1.05); }
.about-photo-one { width: 50%; height: 47%; left: 0; top: 12%; transform: rotate(-5deg); }
.about-photo-two { width: 58%; height: 54%; right: 0; bottom: 6%; transform: rotate(5deg); }
.about-note { position: absolute; z-index: 3; left: 22%; bottom: 0; width: 230px; padding: 22px; background: var(--orange); color: var(--ink); font-size: 24px; font-weight: 700; line-height: 1.04; letter-spacing: -.04em; transform: rotate(-3deg); box-shadow: 12px 14px 0 var(--ink); }
.about-note span { display: block; margin-top: 16px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.about-shape { position: absolute; width: 200px; aspect-ratio: 1; right: 8%; top: 4%; border-radius: 50%; border: 34px solid var(--aqua); }

.photo-strip { overflow: hidden; background: var(--ink); padding: 18px 0; }
.photo-track { width: max-content; display: flex; gap: 18px; animation: photoTrack 42s linear infinite; }
.photo-track figure { width: 360px; height: 460px; margin: 0; overflow: hidden; }
.photo-track figure:nth-child(even) { width: 520px; }
.photo-track img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25); transition: filter .4s, transform .6s var(--ease); }
.photo-track figure:hover img { filter: none; transform: scale(1.04); }
@keyframes photoTrack { to { transform: translateX(calc(-50% - 9px)); } }

.contact { position: relative; min-height: 740px; overflow: hidden; background: var(--aqua); }
.contact .eyebrow { position: relative; z-index: 2; }
.contact h2 { position: relative; z-index: 2; margin-top: 38px; font-size: clamp(86px,13vw,210px); line-height: .76; }
.contact h2 em { color: var(--ink); }
.contact-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-top: 78px; }
.contact-email { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 10px; border-bottom: 2px solid var(--ink); font-size: clamp(19px,2.5vw,38px); font-weight: 700; letter-spacing: -.035em; }
.contact-bottom p { max-width: 440px; margin: 0; font-size: 15px; }
.contact-orbit { position: absolute; right: -12vw; top: -14vw; width: 46vw; min-width: 520px; aspect-ratio: 1; border: 1px solid rgba(16,16,16,.45); border-radius: 50%; animation: orbitSpin 22s linear infinite; }
.contact-orbit::before { content: "✦"; position: absolute; left: 50%; top: -27px; font-size: 44px; color: var(--orange); }
.contact-orbit span { display: none; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

.site-footer { padding: 50px var(--page-x) 30px; background: var(--ink); color: var(--paper); }
.footer-brand { font-size: clamp(42px,8.8vw,142px); line-height: .9; font-weight: 800; letter-spacing: -.075em; }
.footer-brand em { font-family: var(--serif); font-weight: 500; color: var(--aqua); }
.footer-meta { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.project-modal {
  width: min(880px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  margin: auto;
  padding: clamp(32px,6vw,82px);
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(0,0,0,.45);
}
.project-modal::backdrop { background: rgba(16,16,16,.78); backdrop-filter: blur(8px); }
.modal-close { position: absolute; top: 18px; right: 22px; width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 26px; }
.modal-index { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.project-modal h2 { max-width: 700px; margin: 30px 0 18px; font-size: clamp(44px,7vw,88px); line-height: .9; letter-spacing: -.06em; }
.modal-lead { max-width: 610px; font-size: 20px; color: var(--ink-soft); }
.modal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--ink); }
.modal-grid span { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.modal-grid p { margin: 12px 0 0; font-size: 14px; }
.modal-note { margin: 40px 0 0; padding: 14px 16px; background: var(--yellow); font-size: 12px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --header-height: 78px; }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 0 auto; background: var(--ink); transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 130px var(--page-x) 50px; display: flex; flex-direction: column; justify-content: center; gap: 15px; background: var(--aqua); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity .4s, visibility .4s, transform .4s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { font-size: clamp(44px,9vw,92px); line-height: 1; font-weight: 800; letter-spacing: -.06em; }
  .hero { min-height: 1040px; }
  .hero-stage { transform: scale(.86); transform-origin: center top; }
  .project-card, .project-card:nth-child(n) { grid-column: span 6; }
  .service-item { grid-template-columns: 50px minmax(210px,.8fr) 1fr 40px; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .about { grid-template-columns: 1fr; }
  .about-collage { min-height: 620px; width: min(760px,100%); margin: 0 auto; }
}

@media (max-width: 760px) {
  :root { --page-x: 20px; --section-y: 92px; }
  body, button { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none; }
  .site-header { height: 72px; }
  .brand-mark { width: 38px; }
  .brand-name { font-size: 9px; }
  .hero { min-height: auto; padding-top: 120px; padding-bottom: 70px; }
  .hero-grid { background-size: 25vw 25vw; }
  .orb-one { right: -45%; top: 8%; }
  .orb-two { left: -20%; top: 45%; }
  .hero-kicker { margin-bottom: 34px; font-size: 9px; letter-spacing: .1em; }
  .hero-title { font-size: clamp(58px,19vw,98px); line-height: .86; }
  .title-line-shift { padding-left: 0; }
  .hero-bottom { flex-direction: column; margin-top: 30px; }
  .hero-intro { margin-left: 0; max-width: 92%; font-size: 18px; }
  .round-link { width: 104px; height: 104px; flex-basis: 104px; padding: 18px; }
  .hero-stage { height: 430px; margin-top: 70px; transform: none; }
  .hero-card-a { width: 210px; height: 270px; left: -12px; top: 35px; }
  .hero-card-b { width: 210px; height: 280px; left: 30%; top: 0; }
  .hero-card-c { width: 205px; height: 270px; right: -26px; top: 110px; }
  .poster-art-one { padding: 17px; }
  .poster-art-one strong { font-size: 34px; }
  .poster-ring { width: 170px; height: 170px; border-width: 34px; }
  .poster-art-two { padding: 17px; }
  .poster-copy { font-size: 31px; }
  .poster-symbol { font-size: 56px; }
  .mini-label, .card-caption { height: 34px; font-size: 7px; padding: 0 9px; }
  .hero-card-b img { height: calc(100% - 34px); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 46px; }
  .section-heading h2, .services-intro h2, .process-title-wrap h2, .about-copy h2 { font-size: 48px; }
  .section-heading p { font-size: 15px; }
  .project-grid { display: block; }
  .project-card { margin-bottom: 42px; }
  .project-visual, .project-card.project-large .project-visual, .project-card.project-wide .project-visual { aspect-ratio: 1 / .88; }
  .project-info { gap: 14px; }
  .project-info > div:last-child { display: none; }
  .project-info h3 { font-size: 21px; }
  .campaign-sticker { width: 82px; height: 82px; font-size: 15px; }
  .service-item { grid-template-columns: 36px 1fr 30px; gap: 12px; align-items: start; padding: 26px 0; }
  .service-item h3 { font-size: 27px; }
  .service-item p { grid-column: 2 / -1; font-size: 14px; }
  .service-arrow { grid-column: 3; grid-row: 1; font-size: 22px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child) { min-height: auto; padding: 26px 0 42px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .process-step h3 { margin-top: 34px; }
  .about-collage { min-height: 470px; }
  .about-photo-one { width: 58%; height: 45%; }
  .about-photo-two { width: 62%; height: 50%; }
  .about-note { left: 9%; width: 190px; font-size: 20px; }
  .about-shape { width: 120px; border-width: 20px; }
  .photo-track figure, .photo-track figure:nth-child(even) { width: 260px; height: 350px; }
  .contact { min-height: 630px; }
  .contact h2 { font-size: clamp(82px,25vw,128px); }
  .contact-bottom { flex-direction: column; align-items: flex-start; margin-top: 54px; }
  .contact-email { font-size: 18px; gap: 14px; word-break: break-all; }
  .contact-orbit { right: -80%; top: -7%; }
  .footer-brand { font-size: 54px; }
  .footer-meta { flex-direction: column; gap: 8px; }
  .modal-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .page-loader { display: none; }
  .title-line > span { transform: none; }
  .reveal { opacity: 1; transform: none; }
}

/* WordPress-specific components */
.admin-bar .site-header { top: 32px; }
.custom-logo { max-width: 52px; height: auto; }
.project-link { display: block; }
.visual-image { background: var(--ink); }
.visual-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.visual-image > .visual-identity { position: relative; width: 100%; height: 100%; }
.project-card:hover .visual-image img, .project-card:focus-within .visual-image img { transform: scale(1.055); }
.project-card .project-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 7px; }
.project-card .project-link:focus-visible .project-visual::after { opacity: 1; transform: scale(1); }
.contact-status { position: relative; z-index: 2; display: inline-block; margin-top: 26px; padding: 12px 16px; border: 1px solid var(--ink); font-size: 12px; font-weight: 700; }

.content-shell { max-width: 1180px; margin: 0 auto; padding: calc(var(--header-height) + 90px) var(--page-x) var(--section-y); }
.content-shell h1 { margin: 0 0 36px; font-size: clamp(54px, 8vw, 128px); line-height: .88; letter-spacing: -.07em; }
.content-shell .entry-content { max-width: 820px; font-size: 18px; }
.content-shell .entry-content > * + * { margin-top: 1.4em; }
.content-shell .entry-content img { width: 100%; height: auto; }
.posts-list { display: grid; gap: 24px; }
.posts-list article { padding: 28px 0; border-top: 1px solid var(--ink); }
.posts-list h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 54px); letter-spacing: -.04em; }

.case-study { padding-top: calc(var(--header-height) + 72px); }
.case-hero { padding: 80px var(--page-x) 70px; }
.case-back { display: inline-flex; gap: 10px; align-items: center; margin-bottom: 70px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-meta { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 24px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-title { max-width: 1200px; margin: 0; font-size: clamp(62px, 10vw, 160px); line-height: .83; letter-spacing: -.075em; }
.case-summary { max-width: 740px; margin: 46px 0 0 auto; font-size: clamp(20px, 2vw, 30px); line-height: 1.4; }
.case-cover { margin: 0 var(--page-x); aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.case-cover img { width: 100%; height: 100%; object-fit: cover; }
.case-content { display: grid; grid-template-columns: minmax(220px,.34fr) minmax(0,.66fr); gap: 7vw; padding: var(--section-y) var(--page-x); }
.case-sidebar { position: sticky; top: 110px; align-self: start; }
.case-sidebar dl { margin: 0; }
.case-sidebar div { padding: 14px 0; border-top: 1px solid var(--ink); }
.case-sidebar dt { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-sidebar dd { margin: 7px 0 0; font-size: 15px; }
.case-body { max-width: 880px; font-size: 18px; line-height: 1.7; }
.case-body h2 { margin: 1.6em 0 .5em; font-size: clamp(42px, 5vw, 76px); line-height: .95; letter-spacing: -.055em; }
.case-body h3 { margin: 1.8em 0 .6em; font-size: 30px; letter-spacing: -.035em; }
.case-body figure, .case-body img { width: 100%; height: auto; }
.case-body blockquote { margin: 2em 0; padding-left: 28px; border-left: 4px solid var(--orange); font-family: var(--serif); font-size: clamp(28px, 3vw, 46px); line-height: 1.25; }
.case-next { display: block; padding: clamp(70px,10vw,150px) var(--page-x); background: var(--aqua); }
.case-next span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.case-next strong { display: block; margin-top: 20px; max-width: 1100px; font-size: clamp(52px, 8vw, 130px); line-height: .86; letter-spacing: -.07em; }
.empty-project-note { margin-top: 34px; padding: 18px; border: 1px solid var(--ink); font-size: 14px; }

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 760px) {
  .case-hero { padding-top: 45px; }
  .case-back { margin-bottom: 44px; }
  .case-meta { flex-direction: column; gap: 8px; }
  .case-title { font-size: clamp(58px, 18vw, 92px); }
  .case-summary { margin-left: 0; }
  .case-cover { aspect-ratio: 4 / 5; }
  .case-content { grid-template-columns: 1fr; }
  .case-sidebar { position: static; }
}
