@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #06060a;
  --surface: #0d0d15;
  --surface-2: #11111b;
  --ink: #cecfeb;
  --muted: rgba(206, 207, 235, 0.68);
  --faint: rgba(206, 207, 235, 0.2);
  --line: rgba(206, 207, 235, 0.16);
  --accent: #9067ff;
  --accent-2: #7868df;
  --glow: rgba(144, 103, 255, 0.3);
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 4rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
}

.ambient-liquid {
  position: fixed;
  inset: -18vmax;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  opacity: .56;
  filter: blur(25px) saturate(118%);
}

.liquid-blob {
  position: absolute;
  display: block;
  will-change: transform, border-radius;
  mix-blend-mode: screen;
  box-shadow: inset 0 0 9vmax rgba(206, 207, 235, .1), 0 0 7vmax rgba(144, 103, 255, .2);
}

.liquid-blob::before,
.liquid-blob::after {
  content: "";
  position: absolute;
  width: 66%;
  height: 66%;
  border-radius: 64% 36% 58% 42% / 42% 66% 34% 58%;
  background: inherit;
  animation: liquid-lobes 19s ease-in-out infinite alternate;
}

.liquid-blob::before { left: -23%; top: 13%; }
.liquid-blob::after { right: -18%; bottom: -12%; animation-delay: -8s; }

.liquid-blob-one {
  width: 48vmax;
  height: 36vmax;
  left: -8%;
  top: -4%;
  border-radius: 63% 37% 53% 47% / 38% 62% 42% 58%;
  background: radial-gradient(circle at 38% 36%, rgba(206, 207, 235, .5), rgba(144, 103, 255, .72) 30%, rgba(82, 42, 171, .22) 67%, transparent 76%);
  animation: liquid-one 37s ease-in-out infinite alternate;
}

.liquid-blob-two {
  width: 41vmax;
  height: 49vmax;
  right: -4%;
  bottom: -12%;
  border-radius: 36% 64% 42% 58% / 61% 38% 62% 39%;
  background: radial-gradient(circle at 62% 38%, rgba(206, 207, 235, .2), rgba(118, 104, 223, .32) 32%, rgba(68, 53, 135, .12) 68%, transparent 77%);
  animation: liquid-two 43s ease-in-out infinite alternate;
}

.liquid-blob-three {
  width: 30vmax;
  height: 34vmax;
  right: 23%;
  top: 8%;
  border-radius: 57% 43% 68% 32% / 33% 61% 39% 67%;
  background: radial-gradient(circle at 47% 41%, rgba(206, 207, 235, .38), rgba(92, 82, 186, .4) 38%, rgba(144, 103, 255, .1) 69%, transparent 78%);
  animation: liquid-three 33s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .3;
  background-color: rgba(6, 6, 10, .22);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  -webkit-backdrop-filter: blur(38px) saturate(105%);
  backdrop-filter: blur(38px) saturate(105%);
}

main, .site-footer { position: relative; z-index: 1; }

@keyframes liquid-one {
  0% {
    border-radius: 63% 37% 53% 47% / 38% 62% 42% 58%;
    transform: translate3d(0, 0, 0) rotate(-8deg) scale(1, .92);
  }
  42% {
    border-radius: 31% 69% 38% 62% / 67% 29% 71% 33%;
    transform: translate3d(32vw, 20vh, 0) rotate(31deg) scale(.78, 1.24);
  }
  72% {
    border-radius: 72% 28% 65% 35% / 29% 76% 24% 71%;
    transform: translate3d(51vw, 48vh, 0) rotate(79deg) scale(1.13, .72);
  }
  100% {
    border-radius: 44% 56% 27% 73% / 74% 35% 65% 26%;
    transform: translate3d(19vw, 71vh, 0) rotate(126deg) scale(.9, 1.16);
  }
}

@keyframes liquid-two {
  0% {
    border-radius: 36% 64% 42% 58% / 61% 38% 62% 39%;
    transform: translate3d(0, 0, 0) rotate(12deg) scale(.86, 1.08);
  }
  38% {
    border-radius: 68% 32% 71% 29% / 35% 74% 26% 65%;
    transform: translate3d(-47vw, -18vh, 0) rotate(-47deg) scale(1.18, .76);
  }
  70% {
    border-radius: 27% 73% 39% 61% / 72% 31% 69% 28%;
    transform: translate3d(-58vw, -57vh, 0) rotate(-96deg) scale(.74, 1.22);
  }
  100% {
    border-radius: 61% 39% 29% 71% / 42% 68% 32% 58%;
    transform: translate3d(-16vw, -72vh, 0) rotate(-139deg) scale(1.09, .84);
  }
}

@keyframes liquid-three {
  0% {
    border-radius: 57% 43% 68% 32% / 33% 61% 39% 67%;
    transform: translate3d(0, 0, 0) rotate(-17deg) scale(1);
  }
  48% {
    border-radius: 29% 71% 44% 56% / 69% 26% 74% 31%;
    transform: translate3d(-38vw, 53vh, 0) rotate(64deg) scale(1.26, .72);
  }
  100% {
    border-radius: 73% 27% 35% 65% / 46% 72% 28% 54%;
    transform: translate3d(24vw, 73vh, 0) rotate(151deg) scale(.8, 1.2);
  }
}

@keyframes liquid-lobes {
  0% { transform: translate3d(-4%, 3%, 0) rotate(-18deg) scale(.82, 1.08); }
  50% { transform: translate3d(19%, -15%, 0) rotate(37deg) scale(1.18, .76); }
  100% { transform: translate3d(-12%, 18%, 0) rotate(82deg) scale(.9, 1.22); }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  body::after { background-color: rgba(6, 6, 10, .48); }
  .ambient-liquid { filter: blur(48px) saturate(112%); }
}

a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.wrap { width: min(100% - (var(--pad) * 2), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--ink); color: var(--bg); padding: .75rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(100% - (var(--pad) * 2), var(--max));
  margin-inline: auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.brand-logo { width: 72px; height: auto; flex: 0 0 auto; filter: drop-shadow(0 0 12px rgba(144, 103, 255, .12)); transition: filter .25s ease, transform .25s ease; }
.brand:hover .brand-logo, .brand:focus-visible .brand-logo { filter: drop-shadow(0 0 18px rgba(144, 103, 255, .3)); transform: translateY(-1px); }
.site-nav { display: flex; gap: clamp(.9rem, 2.1vw, 2rem); align-items: center; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.7rem; height: 1px; background: var(--accent); transition: right .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { color: var(--ink); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); width: 44px; height: 44px; padding: 12px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 6px 0; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; padding-block: clamp(5rem, 11vh, 9rem) 3rem; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.5rem; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--ink); margin-right: 1rem; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.03; font-kerning: normal; font-feature-settings: "kern" 1, "liga" 1, "calt" 1; text-rendering: optimizeLegibility; }
h1 { font-size: clamp(3rem, 7.1vw, 7.4rem); letter-spacing: -.055em; font-weight: 500; margin-bottom: 2rem; }
h1 em { color: var(--ink); font-style: normal; text-shadow: 0 0 32px var(--glow); }
.hero-title-primary, .hero-title-secondary { display: block; }
.hero-title-secondary { white-space: nowrap; font-size: clamp(1.65rem, 4.6vw, 4.8rem); line-height: 1.08; letter-spacing: -.045em; }
.headline-typewriter { position: relative; }
.headline-typewriter .headline-char { opacity: 0; }
.headline-typewriter .headline-char.is-visible { opacity: 1; }
.headline-caret { position: absolute; z-index: 2; left: 0; top: .08em; width: max(2px, .022em); height: .82em; background: currentColor; box-shadow: 0 0 18px var(--glow); pointer-events: none; animation: headline-caret-blink .72s steps(1, end) infinite; transition: left .045s linear, top .045s linear, height .045s linear, opacity .25s ease; }
.headline-caret.is-hidden { opacity: 0; animation: none; }
@keyframes headline-caret-blink { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
h2 { font-size: clamp(2rem, 4.5vw, 4.5rem); letter-spacing: -.045em; font-weight: 500; }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); letter-spacing: -.03em; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .8rem 1.25rem; border: 1px solid var(--faint); color: var(--ink); text-decoration: none; font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); border-color: var(--ink); }
.button-primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: white; box-shadow: 0 0 34px var(--glow); }
.button-ghost { background: rgba(206, 207, 235, .02); }
.button-disabled { color: var(--muted); cursor: not-allowed; }

.hero-object { min-height: 520px; display: grid; place-items: center; align-self: start; margin-top: 2.5rem; }
.signal-frame { width: min(100%, 440px); aspect-ratio: .82; border: 1px solid var(--line); position: relative; display: grid; place-items: center; background: linear-gradient(145deg, rgba(206,207,235,.025), transparent); }
.signal-frame::before, .signal-frame::after { content: ""; position: absolute; width: 28%; height: 1px; background: var(--accent); box-shadow: 0 0 16px var(--accent); }
.signal-frame::before { top: -1px; left: 0; }
.signal-frame::after { bottom: -1px; right: 0; }
.signal-index, .signal-caption { position: absolute; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.signal-index { left: 1.2rem; top: 1rem; color: var(--ink); font-size: clamp(1rem, 1.3vw, 1.25rem); font-weight: 500; letter-spacing: .04em; text-transform: none; }
.signal-caption { right: 1.2rem; bottom: 1rem; }
.signal-orb { width: 57%; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(206,207,235,.3); border-radius: 50%; position: relative; background: radial-gradient(circle at 38% 34%, rgba(206,207,235,.34), rgba(144,103,255,.22) 18%, rgba(89,29,132,.18) 43%, transparent 66%); box-shadow: inset 0 0 60px rgba(144,103,255,.25), 0 0 80px rgba(144,103,255,.2); animation: float 7s ease-in-out infinite; }
.signal-orb::before, .signal-orb::after { content: ""; position: absolute; inset: -16%; border: 1px solid rgba(206,207,235,.08); border-radius: 50%; transform: rotate(38deg) scaleY(.62); }
.signal-orb::after { inset: -30%; transform: rotate(-28deg) scaleY(.42); }
.signal-orb img { position: relative; z-index: 1; width: 82%; height: auto; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .22)) drop-shadow(0 0 14px rgba(144, 103, 255, .18)); }
@keyframes float { 50% { transform: translateY(-12px) rotate(2deg); } }

.focus-strip { grid-column: 1 / -1; list-style: none; padding: 1.25rem 0 0; margin: 3rem 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.focus-strip li { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.focus-strip span { color: var(--accent); margin-right: .8rem; }

.section { padding-block: clamp(5rem, 10vw, 10rem); }
.section-heading { max-width: 850px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.1rem; }
.row-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.row-heading h2 { margin-bottom: 0; }
.expertise-grid, .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.panel { min-height: 340px; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(206,207,235,.012); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.panel:hover { background: rgba(144,103,255,.055); transform: translateY(-4px); }
.panel-number { color: var(--accent); font-size: .68rem; letter-spacing: .14em; margin-bottom: 3.5rem; }
.panel p { color: var(--muted); }
.panel .text-link { margin-top: auto; }
.text-link { display: inline-flex; width: fit-content; gap: .65rem; color: var(--ink); text-decoration: none; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--accent); transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.section-projects { background: rgba(13, 13, 21, .82); border-block: 1px solid var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); }
.project-card { color: inherit; text-decoration: none; }
.project-visual { min-height: clamp(300px, 40vw, 580px); border: 1px solid var(--line); display: grid; place-items: center; position: relative; overflow: hidden; background: #09090e; }
.project-visual::before { content: ""; width: 45%; aspect-ratio: 1; border: 1px solid var(--faint); transform: rotate(45deg); box-shadow: 0 0 60px var(--glow), inset 0 0 40px rgba(144,103,255,.12); transition: transform .5s ease, box-shadow .5s ease; }
.visual-two::before { border-radius: 50%; transform: scaleY(.72); }
.project-card:hover .project-visual::before { transform: rotate(52deg) scale(1.06); box-shadow: 0 0 90px rgba(208,108,255,.35), inset 0 0 55px rgba(144,103,255,.18); }
.project-card:hover .visual-two::before { transform: scaleY(.72) scale(1.06); }
.project-visual b { position: absolute; font-size: clamp(4rem, 12vw, 10rem); font-weight: 400; color: rgba(206,207,235,.06); }
.project-visual-preview { isolation: isolate; }
.project-visual-preview::before { content: none; }
.project-visual-preview::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 44%, transparent 25%, rgba(79,38,140,.16) 56%, rgba(73,33,133,.48) 82%, rgba(43,16,83,.78) 100%), linear-gradient(180deg, rgba(9,9,14,.04), transparent 50%, rgba(9,9,14,.32)); transition: opacity .65s cubic-bezier(.2,.7,.2,1); }
.project-preview-comparison { position: absolute; inset: 0; overflow: hidden; }
.project-visual-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease; }
.project-preview-left { clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%); }
.project-preview-right { clip-path: polygon(58% 0, 100% 0, 100% 100%, 42% 100%); }
.project-visual-signature { background: #f3f2ef; }
.project-visual-signature img { object-fit: contain; padding: clamp(1.5rem, 6vw, 5rem); }
.project-card:hover .project-visual-preview img,
.project-card:focus-visible .project-visual-preview img { transform: scale(1.055); filter: saturate(1.06) contrast(1.04) brightness(1.02); }
.project-card:hover .project-visual-preview::after,
.project-card:focus-visible .project-visual-preview::after { opacity: .36; }
.project-preview-divider { position: absolute; z-index: 2; top: -6%; left: 50%; width: 1px; height: 112%; background: rgba(206,207,235,.82); box-shadow: 0 0 18px rgba(144,103,255,.4); transform: rotate(9deg); pointer-events: none; }
.project-preview-side { position: absolute; z-index: 3; bottom: clamp(.85rem, 2vw, 1.35rem); padding: .45rem .58rem; border: 1px solid rgba(206,207,235,.2); background: rgba(13,13,21,.7); color: var(--ink); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.project-preview-side-left { left: clamp(1rem, 2vw, 1.5rem); }
.project-preview-side-right { right: clamp(1rem, 2vw, 1.5rem); }
.project-preview-tag { position: absolute; z-index: 2; top: clamp(1rem, 2vw, 1.5rem); left: clamp(1rem, 2vw, 1.5rem); padding: .65rem .8rem; border: 1px solid rgba(206,207,235,.25); background: rgba(13,13,21,.76); color: var(--ink); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; }
.project-meta strong { font-size: 1rem; font-weight: 500; }
.project-meta small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

.about-teaser { display: grid; grid-template-columns: .7fr 2fr; gap: clamp(2rem, 7vw, 8rem); }
.about-teaser > div { max-width: 820px; }
.about-teaser p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; max-width: 680px; }
.contact-band { padding-block: clamp(5rem, 9vw, 8rem); border-top: 1px solid var(--line); background: radial-gradient(circle at 12% 100%, rgba(144,103,255,.18), transparent 32rem); }
.contact-band h2 { max-width: 920px; }
.site-footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1.4rem; }
.footer-meta a { color: var(--muted); text-underline-offset: .35em; transition: color .2s ease; }
.footer-meta a:hover, .footer-meta a:focus-visible { color: var(--ink); }

.back-to-top {
  position: fixed;
  z-index: 20;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  width: 54px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(13, 13, 21, .78);
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  cursor: pointer;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .32), 0 0 24px rgba(144, 103, 255, .08);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { border-color: var(--ink); background: rgba(144, 103, 255, .2); box-shadow: 0 16px 48px rgba(0, 0, 0, .38), 0 0 30px rgba(144, 103, 255, .18); transform: translateY(-3px); }
.back-to-top:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.back-to-top svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }

.page-hero { padding-block: clamp(6rem, 14vw, 12rem) clamp(3rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1050px; }
.service-lead { max-width: 800px; }
.service-lead p { margin: 0; }
.service-lead p + p { margin-top: 1.1rem; color: var(--ink); }
.chapter-index { padding-block: clamp(2.5rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.chapter-index .eyebrow { margin-bottom: 1.2rem; }
.chapter-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.chapter-links-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.chapter-links-services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.chapter-link { min-width: 0; min-height: 92px; display: grid; grid-template-columns: 2.3rem minmax(0, 1fr) auto; gap: .8rem; align-items: center; padding: 1.15rem 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(206, 207, 235, .012); text-decoration: none; transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.chapter-link > span { color: var(--accent); font-size: .65rem; letter-spacing: .12em; }
.chapter-link > strong { font-size: clamp(.9rem, 1.35vw, 1.08rem); font-weight: 500; line-height: 1.25; }
.chapter-link > b { color: var(--accent); font-size: 1rem; font-weight: 400; transition: transform .22s ease; }
.chapter-link:hover, .chapter-link:focus-visible { color: var(--ink); background: linear-gradient(135deg, rgba(144, 103, 255, .15), rgba(206, 207, 235, .025)); box-shadow: inset 0 -1px 0 var(--accent); transform: translateY(-2px); }
.chapter-link:hover > b, .chapter-link:focus-visible > b { transform: translateY(4px); }
.chapter-link:focus-visible { outline: 2px solid var(--ink); outline-offset: -4px; }
.service-list { padding-top: 0; }
.service-row { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding-block: clamp(2rem, 5vw, 4rem); border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--accent); font-size: .72rem; letter-spacing: .12em; }
.service-row h2 { font-size: clamp(1.7rem, 3.5vw, 3.4rem); margin-bottom: 1.2rem; }
.service-row p { color: var(--muted); max-width: 720px; font-size: 1.05rem; }

.expertise-section { padding-bottom: clamp(6rem, 11vw, 11rem); scroll-margin-top: 2rem; }
.expertise-section-anchor { scroll-margin-top: 2rem; }
.category-heading { display: grid; grid-template-columns: minmax(100px, .45fr) minmax(0, 1.55fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; margin-bottom: clamp(3rem, 6vw, 6rem); }
.category-heading > span { color: var(--accent); font-size: .7rem; letter-spacing: .14em; }
.category-heading h2 { margin-bottom: 1.2rem; }
.category-heading p { color: var(--muted); max-width: 650px; font-size: 1.05rem; }
.expertise-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-cards-four { grid-template-columns: repeat(2, 1fr); }
.expertise-card { min-height: 320px; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(206,207,235,.012); }
.expertise-card > span { color: var(--accent); font-size: .66rem; letter-spacing: .14em; margin-bottom: 3.5rem; }
.expertise-card h3 { margin-top: 0; }
.expertise-card p { color: var(--muted); }
.expertise-card.has-service { background: linear-gradient(145deg, rgba(144,103,255,.11), rgba(206,207,235,.015)); }
.service-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); text-decoration: none; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.service-cta b { color: var(--accent); font-weight: 400; transition: transform .2s ease; }
.service-cta:hover b { transform: translate(3px, -3px); }
.section-digital { background: rgba(13, 13, 21, .82); border-block: 1px solid var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }

.offered-service { scroll-margin-top: 2rem; }
.offered-service-surface { background: rgba(13, 13, 21, .82); border-block: 1px solid var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.offered-service-surface .service-offer { background: var(--bg); }
.offered-service-heading { max-width: 850px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.offered-service-heading > p:last-child { color: var(--muted); font-size: 1.1rem; max-width: 650px; }
.color-management-intro { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; margin-bottom: clamp(3rem, 6vw, 6rem); }
.color-management-intro .offered-service-heading { margin-bottom: 0; }
.color-management-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #594999; box-shadow: 0 30px 90px rgba(0, 0, 0, .28); }
.color-management-visual::before { content: ""; position: absolute; z-index: 1; top: -1px; left: -1px; width: 32%; height: 2px; background: var(--accent); box-shadow: 0 0 18px var(--accent); pointer-events: none; }
.color-management-visual img { display: block; width: 100%; height: auto; transform: translateY(8px); }
.color-management-demo { margin-top: clamp(3rem, 6vw, 6rem); padding-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(260px, .68fr) minmax(420px, 1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.color-management-demo-copy { position: sticky; top: 2rem; padding-top: clamp(.5rem, 2vw, 1.5rem); }
.color-management-demo-copy h3 { max-width: 560px; font-size: clamp(1.8rem, 3.4vw, 3.5rem); }
.color-management-demo-copy > p:last-of-type { max-width: 560px; color: var(--muted); }
.color-management-risks { max-width: 580px; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.color-management-risks li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--line); color: var(--muted); }
.color-management-risks li::before { content: ""; position: absolute; left: .15rem; top: 1.55rem; width: .45rem; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px rgba(144, 103, 255, .65); }
.color-management-comparison { position: relative; min-width: 0; width: min(100%, 620px); margin: 0 auto; }
.color-management-main-controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-bottom: 0; }
.color-management-main-controls button { min-width: 0; min-height: 54px; padding: .8rem .65rem; border: 0; border-right: 1px solid var(--line); background: rgba(206, 207, 235, .018); color: var(--muted); font: inherit; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.color-management-main-controls button:last-child { border-right: 0; }
.color-management-main-controls button:hover, .color-management-main-controls button:focus-visible { color: var(--ink); background: rgba(144, 103, 255, .08); }
.color-management-main-controls button[aria-pressed="true"] { color: var(--ink); background: rgba(144, 103, 255, .18); box-shadow: inset 0 -2px 0 var(--accent); }
.color-management-profile-row { position: absolute; z-index: 5; top: calc(54px + .85rem); right: .85rem; min-height: 44px; padding: .5rem .6rem; border: 1px solid rgba(206, 207, 235, .28); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(6, 6, 10, .72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(0, 0, 0, .3); }
.color-management-profile-row[hidden] { display: none; }
.color-management-profile-row > span { color: var(--muted); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.color-management-profile-row > div { display: flex; flex-wrap: wrap; gap: .4rem; }
.color-management-profile-row button { min-height: 32px; padding: .35rem .65rem; border: 1px solid var(--line); background: transparent; color: var(--muted); font: inherit; font-size: .6rem; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.color-management-profile-row button:hover, .color-management-profile-row button:focus-visible { color: var(--ink); border-color: var(--muted); }
.color-management-profile-row button[aria-pressed="true"] { color: var(--ink); border-color: var(--ink); background: rgba(144, 103, 255, .14); }
.color-management-main-controls button:focus-visible, .color-management-profile-row button:focus-visible { outline: 2px solid var(--ink); outline-offset: -3px; }
.color-management-stage { position: relative; min-width: 0; aspect-ratio: 1638 / 2048; overflow: hidden; isolation: isolate; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 30px 90px rgba(0, 0, 0, .28); }
.color-management-panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(.992); transition: opacity .38s ease, transform .38s ease, visibility 0s linear .38s; }
.color-management-panel.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.color-management-panel img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.color-management-panel > span { position: absolute; z-index: 2; left: .8rem; top: .8rem; padding: .42rem .62rem; border: 1px solid rgba(206, 207, 235, .22); background: rgba(6, 6, 10, .72); color: var(--ink); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.color-management-comparison figcaption { margin-top: .8rem; color: var(--muted); font-size: .75rem; letter-spacing: .04em; }
.service-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-offer { min-height: 330px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--bg); display: flex; flex-direction: column; }
.service-offer > span { color: var(--accent); font-size: .66rem; letter-spacing: .14em; margin-bottom: 3.5rem; }
.service-offer h3 { margin-top: 0; }
.service-offer p { color: var(--muted); }
.retouch-demo { margin-top: clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.retouch-demo + .retouch-demo { padding-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid var(--line); }
.retouch-demo-copy { padding-top: clamp(.5rem, 3vw, 2.5rem); }
.retouch-demo-copy h3 { font-size: clamp(1.8rem, 3.4vw, 3.5rem); }
.retouch-demo-copy > p:last-child { color: var(--muted); max-width: 480px; }
.comparison { --position: 50%; min-width: 0; margin: 0; }
.comparison-frame { position: relative; aspect-ratio: 1; overflow: hidden; isolation: isolate; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 30px 90px rgba(0, 0, 0, .28); user-select: none; }
.comparison-landscape .comparison-frame { aspect-ratio: 2048 / 1365; }
.comparison-image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.comparison-before-layer { position: absolute; inset: 0; z-index: 1; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison-label { position: absolute; z-index: 4; top: 1rem; padding: .45rem .7rem; border: 1px solid rgba(206, 207, 235, .22); background: rgba(6, 6, 10, .62); color: var(--ink); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); pointer-events: none; }
.comparison-label-before { left: 1rem; }
.comparison-label-after { right: 1rem; }
.comparison-divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 1px; background: var(--ink); box-shadow: 0 0 18px rgba(206, 207, 235, .48); pointer-events: none; }
.comparison-handle { position: absolute; left: 50%; top: 50%; width: 52px; aspect-ratio: 1; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid var(--ink); border-radius: 50%; background: rgba(6, 6, 10, .68); color: var(--ink); font-size: 1.15rem; line-height: 1; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 0 30px rgba(6, 6, 10, .48); }
.comparison-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; border: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: ew-resize; touch-action: pan-y; }
.comparison-range::-webkit-slider-runnable-track { width: 100%; height: 100%; background: transparent; }
.comparison-range::-webkit-slider-thumb { width: 52px; height: 100%; border: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: ew-resize; }
.comparison-range::-moz-range-track { width: 100%; height: 100%; border: 0; background: transparent; }
.comparison-range::-moz-range-thumb { width: 52px; height: 100%; border: 0; border-radius: 0; background: transparent; cursor: ew-resize; }
.comparison-range:focus-visible { outline: 2px solid var(--ink); outline-offset: -5px; }
.comparison-frame:focus-within .comparison-handle { background: rgba(144, 103, 255, .72); box-shadow: 0 0 34px var(--glow); }
.comparison-magnifier { position: absolute; z-index: 6; left: var(--lens-x, 39%); top: var(--lens-y, 35%); width: clamp(120px, 25%, 190px); aspect-ratio: 1; transform: translate(-50%, -50%); overflow: hidden; border: 2px solid var(--ink); border-radius: 50%; background-color: var(--surface); background-repeat: no-repeat; box-shadow: 0 18px 48px rgba(0, 0, 0, .5), 0 0 28px rgba(144, 103, 255, .3); pointer-events: none; transition: left .22s ease, top .22s ease, box-shadow .22s ease; }
.comparison-with-magnifier.is-magnifying .comparison-magnifier { transition: box-shadow .22s ease; box-shadow: 0 22px 58px rgba(0, 0, 0, .56), 0 0 38px rgba(144, 103, 255, .42); }
.comparison figcaption { margin-top: .8rem; color: var(--muted); font-size: .75rem; letter-spacing: .04em; }
.retouch-tabs-demo { min-width: 0; margin: 0; }
.retouch-tab-stage { position: relative; min-width: 0; aspect-ratio: 1463 / 2048; overflow: hidden; isolation: isolate; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 30px 90px rgba(0, 0, 0, .28); user-select: none; touch-action: pan-y; }
.retouch-tab-panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(.985); transition: opacity .38s ease, transform .38s ease, visibility 0s linear .38s; }
.retouch-tab-panel.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.retouch-tab-panel img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.retouch-tab-panel > span { position: absolute; z-index: 2; left: .8rem; top: .8rem; padding: .42rem .62rem; border: 1px solid rgba(206, 207, 235, .22); background: rgba(6, 6, 10, .72); color: var(--ink); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.retouch-tabs-demo.is-magnifying .comparison-magnifier { transition: box-shadow .22s ease; box-shadow: 0 22px 58px rgba(0, 0, 0, .56), 0 0 38px rgba(144, 103, 255, .42); }
.retouch-tabs-demo figcaption { margin-top: .8rem; color: var(--muted); font-size: .75rem; letter-spacing: .04em; }
.signature-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.signature-case { min-width: 0; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--bg); display: flex; flex-direction: column; }
.signature-case-copy { min-height: 250px; }
.signature-case-number { display: block; margin-bottom: 2.5rem; color: var(--accent); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.signature-case h3 { font-size: clamp(1.65rem, 2.8vw, 2.8rem); }
.signature-case-copy p { max-width: 620px; color: var(--muted); }
.signature-workbench { margin-top: auto; }
.signature-state-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-bottom: 0; }
.signature-state-tabs-two { grid-template-columns: repeat(2, 1fr); }
.signature-state-tabs button { min-width: 0; min-height: 48px; padding: .75rem .55rem; border: 0; border-right: 1px solid var(--line); background: rgba(206, 207, 235, .018); color: var(--muted); font: inherit; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.signature-state-tabs button:last-child { border-right: 0; }
.signature-state-tabs button:hover, .signature-state-tabs button:focus-visible { color: var(--ink); background: rgba(144, 103, 255, .08); }
.signature-state-tabs button[aria-selected="true"] { color: var(--ink); background: rgba(144, 103, 255, .18); box-shadow: inset 0 -2px 0 var(--accent); }
.signature-state-tabs button:focus-visible, .signature-background-controls button:focus-visible { outline: 2px solid var(--ink); outline-offset: -3px; }
.signature-stage { position: relative; min-width: 0; aspect-ratio: 2.13 / 1; margin: 0; overflow: hidden; isolation: isolate; border: 1px solid var(--line); background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, .24); transition: background .3s ease; }
.signature-stage[data-preview-background="grid"] { background-color: #f3f3f7; background-image: linear-gradient(45deg, #d8d8e1 25%, transparent 25%), linear-gradient(-45deg, #d8d8e1 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #d8d8e1 75%), linear-gradient(-45deg, transparent 75%, #d8d8e1 75%); background-position: 0 0, 0 12px, 12px -12px, -12px 0; background-size: 24px 24px; }
.signature-stage[data-preview-background="lavender"] { background: #cecfea; }
.signature-stage[data-preview-background="warm"] { background: #eee8de; }
.signature-panel { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: scale(.985); transition: opacity .38s ease, transform .38s ease, visibility 0s linear .38s; }
.signature-panel.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.signature-panel img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.signature-panel > span { position: absolute; left: .8rem; top: .8rem; padding: .42rem .62rem; border: 1px solid rgba(206, 207, 235, .22); background: rgba(6, 6, 10, .72); color: var(--ink); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.signature-background-controls { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: .8rem; opacity: 1; transition: opacity .2s ease; }
.signature-background-controls[aria-hidden="true"] { visibility: hidden; opacity: 0; }
.signature-background-controls > span, .signature-demo-hint { color: var(--muted); font-size: .68rem; letter-spacing: .07em; }
.signature-background-controls > div { display: flex; flex-wrap: wrap; gap: .4rem; }
.signature-background-controls button { min-height: 32px; padding: .35rem .55rem; border: 1px solid var(--line); background: transparent; color: var(--muted); font: inherit; font-size: .58rem; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.signature-background-controls button.is-active { border-color: var(--ink); color: var(--ink); background: rgba(144, 103, 255, .14); }
.signature-demo-hint { min-height: 58px; display: flex; align-items: center; margin: 0; padding-top: .8rem; }
.service-inquiry { margin-top: clamp(2rem, 4vw, 4rem); padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); background: var(--surface); display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.service-inquiry h3 { max-width: 680px; margin-bottom: 0; }
.service-inquiry-general h3 { margin-bottom: 1rem; }
.service-inquiry-general div > p:last-child { max-width: 760px; margin-bottom: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.pricing-card { min-height: 285px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--bg); display: flex; flex-direction: column; }
.pricing-card > span { margin-bottom: 3rem; color: var(--accent); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.pricing-card h3 { font-size: clamp(1.6rem, 2.5vw, 2.35rem); }
.pricing-card p:not(.pricing-rate) { margin-top: auto; color: var(--muted); }
.pricing-card-rate { background: linear-gradient(145deg, rgba(144, 103, 255, .18), rgba(206, 207, 235, .025)), var(--bg); }
.pricing-rate { margin: auto 0 0; display: flex; flex-direction: column; }
.pricing-rate strong { color: var(--ink); font-size: clamp(2.5rem, 4.6vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.pricing-rate small { margin-top: .8rem; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.pricing-note { max-width: 920px; margin: clamp(1.5rem, 3vw, 2.5rem) 0 0; color: var(--muted); font-size: .82rem; }
.pricing-note strong { color: var(--ink); font-weight: 500; }

.profile-layout { display: grid; grid-template-columns: minmax(420px, 1.18fr) minmax(320px, .82fr); gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.profile-visual { min-height: 0; aspect-ratio: 4 / 3; margin: 0; border: 1px solid var(--line); position: relative; overflow: hidden; background: var(--surface); box-shadow: 0 30px 90px rgba(0, 0, 0, .24); }
.profile-visual::before { content: ""; position: absolute; z-index: 2; left: -1px; top: -1px; width: 30%; height: 2px; background: var(--accent); box-shadow: 0 0 18px var(--accent); pointer-events: none; }
.profile-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(6,6,10,.28), transparent 34%), linear-gradient(125deg, rgba(144,103,255,.07), transparent 42%); }
.profile-visual .profile-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 45% center; opacity: 0; transition: opacity .42s ease; }
.profile-visual .profile-image.is-active { opacity: 1; }
.profile-visual .profile-image-2005 { object-position: center center; }
.profile-year { position: absolute; z-index: 4; left: clamp(.85rem, 2vw, 1.35rem); bottom: clamp(.85rem, 2vw, 1.35rem); padding: .48rem .62rem; border: 1px solid rgba(206,207,235,.28); background: rgba(9,9,16,.72); color: var(--ink); font-size: .67rem; font-weight: 500; letter-spacing: .16em; line-height: 1; opacity: 0; transform: translateY(5px); transition: opacity .3s ease, transform .3s ease; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.profile-visual[data-profile-state="2005"] .profile-year { opacity: 1; transform: none; }
.profile-toggle { position: absolute; z-index: 5; right: 0; bottom: 0; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.profile-toggle::before { content: ""; position: absolute; right: 0; bottom: 0; width: 18px; height: 18px; background: linear-gradient(135deg, transparent 48%, #a259ff 50%); filter: drop-shadow(0 0 5px rgba(162,89,255,.72)); transition: width .2s ease, height .2s ease, filter .2s ease; }
.profile-toggle:hover::before { width: 21px; height: 21px; filter: drop-shadow(0 0 8px rgba(162,89,255,.95)); }
.profile-toggle:focus-visible { outline: 2px solid var(--ink); outline-offset: -5px; }
.profile-copy { padding-top: 0; }
.profile-copy p { color: var(--muted); font-size: 1.08rem; max-width: 720px; }
.profile-copy .intro { color: var(--ink); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.35; }
.software-section { border-top: 1px solid var(--line); }
.software-heading { max-width: 900px; }
.software-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(280px, .82fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.software-card { padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(206,207,235,.012); transition: background .25s ease; }
.software-card:hover { background: rgba(144,103,255,.055); }
.software-card-production { grid-column: 1 / span 2; grid-row: 1; }
.software-card-preflight { grid-column: 1; grid-row: 2; }
.software-card-extra { grid-column: 2; grid-row: 2; }
.software-card-adobe { grid-column: 3; grid-row: 1 / span 2; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 1.5rem; }
.software-card-heading p { color: var(--muted); max-width: 520px; }
.software-index { display: block; margin-bottom: 2.25rem; color: var(--accent); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.software-card h3 { margin-bottom: .8rem; font-size: clamp(1.65rem, 3vw, 2.65rem); }
.software-card-adobe .software-index { margin-bottom: 1.2rem; }
.software-card-adobe h3 { font-size: clamp(1.4rem, 2.4vw, 2.15rem); }
.software-list { display: grid; grid-template-columns: 1fr; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.software-list li { min-height: 58px; display: flex; align-items: center; gap: .85rem; padding: .7rem .85rem; border: 1px solid var(--line); color: var(--ink); }
.software-name { min-width: 0; }
.software-app-icon { --software-color: var(--accent); flex: 0 0 42px; width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--software-color); border-radius: 8px; background: #10101a; color: var(--software-color); box-shadow: inset 0 0 18px rgba(0,0,0,.22), 0 0 16px color-mix(in srgb, var(--software-color) 16%, transparent); font-size: .82rem; font-weight: 600; letter-spacing: -.01em; line-height: 1; }
.software-app-id { --software-color: #ff4f9a; }
.software-app-acrobat { --software-color: #ff4b4b; }
.software-app-photoshop, .software-app-lightroom { --software-color: #31a8ff; }
.software-app-bridge { --software-color: #ffbf66; }
.software-app-illustrator { --software-color: #ff9a00; }
.software-app-premiere { --software-color: #a88bff; }
.software-app-pitstop { --software-color: #4cdd79; }
.software-app-pitstop img { display: block; width: 26px; height: 26px; object-fit: contain; transform: translateX(-1px); }
.software-app-xmf { --software-color: #54c7ec; padding: 4px; background: #10101a; }
.software-app-image { padding: 4px; overflow: hidden; }
.software-app-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.software-app-fiery { --software-color: #ff3b45; }
.software-app-prinect { --software-color: #129bdd; }
.software-app-cron { --software-color: #ed1c24; padding: 7px 4px; }
.software-app-wordpress { --software-color: #78b9df; background: #132332; color: #fff; font-family: Georgia, serif; font-size: 1.08rem; }
.software-app-figma { --software-color: #a259ff; }
.software-app-figma svg { width: 19px; height: 29px; }
.software-card-group { min-height: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.software-card-group .software-index { margin-bottom: 1.2rem; }
.software-card-group h3 { font-size: clamp(1.4rem, 2.4vw, 2.15rem); }
.software-tool-list { display: grid; gap: .65rem; margin: .5rem 0 0; padding: 0; list-style: none; }
.software-card-production .software-tool-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1rem; }
.software-tool-list li { min-width: 0; display: flex; align-items: center; gap: .85rem; padding-top: .7rem; border-top: 1px solid var(--line); }
.software-tool-list li > span:last-child { min-width: 0; display: grid; gap: .16rem; }
.software-tool-list strong { color: var(--ink); font-size: .92rem; font-weight: 500; line-height: 1.25; }
.software-tool-list small { color: var(--muted); font-size: .7rem; line-height: 1.35; }
.draft-note { margin-top: 3rem; padding: 1.2rem; border-left: 1px solid var(--accent); background: rgba(144,103,255,.055); font-size: .9rem !important; }
.values-grid .panel { min-height: 280px; }
.values-grid { border-top: 0; border-left: 0; }
.values-grid .panel { border-top: 1px solid var(--line); }
.values-grid .panel:first-child { border-left: 1px solid var(--line); }
.values-grid .panel-number { margin-bottom: 4rem; }
.values-grid h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }

.contact-page { min-height: calc(100vh - 198px); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: clamp(3rem, 6vw, 6rem); align-items: start; padding-block: clamp(5rem, 12vw, 10rem); }
.contact-page h1 { font-size: clamp(3.5rem, 7vw, 7.2rem); }
.contact-headline > span { display: block; white-space: nowrap; }
.contact-options { display: grid; gap: 1rem; }
.contact-card { border: 1px solid var(--line); background: var(--surface); padding: clamp(2rem, 5vw, 4rem); box-shadow: 0 0 80px rgba(144,103,255,.08); }
.contact-card h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); margin-top: 0; }
.contact-card p { color: var(--muted); }
.contact-address { display: block; width: fit-content; margin: 1.5rem 0; color: var(--ink); text-underline-offset: .3em; overflow-wrap: anywhere; }
.contact-socials { padding: clamp(1.5rem, 3vw, 2.25rem) 0 0; }
.contact-socials .panel-number { display: block; margin-bottom: 1rem; }
.social-link-list { display: flex; flex-wrap: wrap; gap: .8rem; }
.social-icon-link { width: 72px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(144,103,255,.11), var(--surface)); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.social-icon-link:hover, .social-icon-link:focus-visible { transform: translateY(-3px); border-color: var(--ink); background: rgba(144,103,255,.2); box-shadow: 0 12px 34px rgba(144,103,255,.17); }
.social-icon { width: 30px; height: auto; fill: currentColor; }

.legal-page { padding-block: clamp(6rem, 12vw, 11rem); }
.legal-header { max-width: 960px; margin-bottom: clamp(4rem, 8vw, 8rem); }
.legal-header h1 { font-size: clamp(3.2rem, 7vw, 7rem); }
.legal-header .lead { max-width: 760px; }
.legal-list { max-width: 980px; }
.legal-section { display: grid; grid-template-columns: minmax(70px, .22fr) minmax(0, 1.78fr); gap: clamp(1.5rem, 5vw, 5rem); padding-block: clamp(2.5rem, 5vw, 4.5rem); border-top: 1px solid var(--line); }
.legal-section > span { color: var(--accent); font-size: .7rem; letter-spacing: .14em; }
.legal-section h2 { font-size: clamp(1.55rem, 3vw, 2.8rem); margin-bottom: 1.4rem; }
.legal-section p, .legal-section li { color: var(--muted); }
.legal-section p { max-width: 780px; }
.legal-section ul { max-width: 780px; padding-left: 1.2rem; }
.legal-section a { color: var(--ink); text-underline-offset: .25em; }
.legal-note { margin-top: 1.5rem; padding: 1rem 1.2rem; border-left: 1px solid var(--accent); background: rgba(144,103,255,.06); }

.has-js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.has-js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { display: none; position: absolute; top: 70px; right: 0; width: min(340px, 100%); padding: 1.5rem; background: #0b0b12; border: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem .4rem; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-object { min-height: auto; margin-top: 0; }
  .signal-frame { max-width: 410px; }
  .focus-strip { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid, .values-grid { grid-template-columns: 1fr; }
  .software-grid { grid-template-columns: 1fr; }
  .software-card-adobe { grid-column: auto; grid-row: auto; align-items: stretch; }
  .software-card-preflight, .software-card-production, .software-card-extra { grid-column: auto; grid-row: auto; }
  .software-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .software-card-production .software-tool-list { grid-template-columns: 1fr; }
  .expertise-cards, .service-offer-grid, .signature-service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .chapter-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-heading { grid-template-columns: 1fr; gap: 1rem; }
  .panel { min-height: 280px; }
  .project-grid { grid-template-columns: 1fr; }
  .about-teaser { grid-template-columns: 1fr; }
  .profile-layout, .contact-page { grid-template-columns: 1fr; }
  .color-management-intro { grid-template-columns: 1fr; }
  .color-management-visual { width: min(100%, 780px); }
  .color-management-demo { grid-template-columns: 1fr; }
  .color-management-demo-copy { position: static; padding-top: 0; }
  .color-management-comparison { width: min(100%, 620px); margin-left: 0; }
  .legal-section { grid-template-columns: 1fr; gap: .8rem; }
  .service-inquiry { align-items: flex-start; flex-direction: column; }
  .profile-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .retouch-demo { grid-template-columns: 1fr; }
  .retouch-demo-copy { padding-top: 0; }
}

@media (max-width: 580px) {
  :root { --pad: 1.1rem; }
  .site-header { min-height: 74px; }
  .brand-logo { width: 64px; }
  .hero { min-height: auto; padding-top: 4.5rem; }
  h1 { font-size: clamp(2.8rem, 14.5vw, 4.4rem); }
  .contact-page h1 { font-size: clamp(2.4rem, 13vw, 3.5rem); }
  .signal-frame { aspect-ratio: .88; }
  .focus-strip { grid-template-columns: 1fr; }
  .chapter-links, .chapter-links-two { grid-template-columns: 1fr; }
  .chapter-link { min-height: 74px; padding: .9rem 1rem; }
  .row-heading, .project-meta, .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-meta { align-items: flex-start; flex-direction: column; }
  .site-footer { justify-content: center; padding-block: 2rem; }
  .back-to-top { width: 48px; }
  .service-row { grid-template-columns: 42px 1fr; }
  .profile-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .software-list { grid-template-columns: 1fr; }
  .comparison-label { top: .7rem; }
  .comparison-label-before { left: .7rem; }
  .comparison-label-after { right: .7rem; }
  .comparison-handle { width: 46px; }
  .signature-case-copy { min-height: 0; margin-bottom: 2rem; }
  .signature-state-tabs button { font-size: .58rem; letter-spacing: .05em; }
  .signature-background-controls { min-height: 92px; align-items: flex-start; flex-direction: column; }
  .color-management-main-controls button { min-height: 50px; padding-inline: .4rem; font-size: .56rem; letter-spacing: .045em; }
  .color-management-profile-row { top: calc(50px + 3.5rem); left: .7rem; right: .7rem; align-items: center; flex-direction: row; gap: .6rem; }
  .ambient-liquid { opacity: .44; filter: blur(22px) saturate(110%); }
  .liquid-blob-three { display: none; }
  body::after { -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .liquid-blob, .liquid-blob::before, .liquid-blob::after { animation: none !important; }
  .headline-typewriter .headline-char { opacity: 1; }
  .headline-caret { display: none; }
}
