@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  --ink: #050505;
  --muted: #666666;
  --line: #e4e4e4;
  --surface: #ffffff;
  --soft: #f4f4f4;
  --brand: #050505;
  --brand-dark: #050505;
  --initial-viewport-height: 100dvh;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Pretendard", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.ambient-logo-parallax {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
  will-change: opacity;
}
.ambient-logo-parallax img {
  width: min(1160px, 92vw);
  height: auto;
  transform: translate3d(0, 12vh, 0) scale(1.08);
  will-change: transform;
}
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 16px 28px;
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid rgba(33,27,24,0.1);
}
.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand-logo { display: block; width: min(132px, 30vw); height: auto; }
.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}
.topbar.is-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.topbar.is-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
.nav {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2;
  justify-content: center;
  gap: 10px 22px;
  color: rgba(33,27,24,0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav a { padding: 5px 0; transition: color 180ms ease; }
.nav a.is-active,
.nav a:hover { color: var(--ink); }
.nav-actions {
  display: flex;
  justify-self: end;
  justify-content: flex-end;
  min-width: 0;
  gap: 10px;
  color: rgba(33,27,24,0.74);
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}
.nav-actions a + a::before {
  content: "|";
  display: inline-block;
  margin: 0 10px 0 0;
  color: rgba(33,27,24,0.32);
  font-weight: 700;
}
.nav-actions a { padding: 5px 0; transition: color 180ms ease; }
.nav-actions a.is-active,
.nav-actions a:hover { color: var(--ink); }
body[data-page-title] .topbar {
  color: #fff;
  border-bottom-color: rgba(248,245,241,0.16);
}
body[data-page-title] .brand-logo {
  filter: invert(1) grayscale(1) brightness(1.18);
}
body[data-page-title] .nav {
  color: rgba(248,245,241,0.68);
}
body[data-page-title] .nav a.is-active,
body[data-page-title] .nav a:hover {
  color: #fff;
}
body[data-page-title] .nav-actions {
  color: rgba(248,245,241,0.76);
}
body[data-page-title] .nav-actions a + a::before {
  color: rgba(248,245,241,0.34);
}
body[data-page-title] .nav-actions a.is-active,
body[data-page-title] .nav-actions a:hover {
  color: #fff;
}
body[data-page-title] .nav-toggle {
  color: #fff;
}
.hero {
  position: relative;
  min-height: 360vh;
  min-height: 360dvh;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}
.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: var(--initial-viewport-height, 100dvh);
  padding: 82px 28px 88px;
}
.hero-content {
  position: static;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  width: 100%;
}
.hero-word {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  color: var(--ink);
  font-size: clamp(1.9rem, 4.8vw, 5.8rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 18px 44px rgba(255,255,255,0.86);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  will-change: transform, opacity;
}
.hero-media-stack {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, clamp(92px, 10.6vw, 190px));
  align-items: center;
  justify-content: center;
  width: min(88vw, 760px);
  gap: clamp(12px, 1.8vw, 24px);
  margin-top: clamp(70px, 10vh, 108px);
  will-change: transform;
}
.hero-card {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  transform-origin: center;
  background: #fff;
  box-shadow: 0 18px 56px rgba(33,27,24,0.12);
  will-change: transform, opacity, box-shadow;
}
.hero-card:nth-child(1) { grid-column: 1 / 3; }
.hero-card:nth-child(2) { grid-column: 3 / 5; }
.hero-card:nth-child(3) { grid-column: 5 / 7; }
.hero-card:nth-child(4) { grid-column: 2 / 4; }
.hero-card:nth-child(5) { grid-column: 4 / 6; }
.hero-card-main {
  z-index: 6;
  box-shadow: 0 26px 80px rgba(33,27,24,0.18);
}
.hero-card-bg {
  z-index: 1;
  opacity: 1;
}
.hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: filter, opacity;
}
.hero-card-main img { object-position: center 62%; }
.eyebrow { margin: 0 0 10px; color: var(--brand); font-size: 0.68rem; font-weight: 800; line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: 0; line-height: 1.12; }
h1 { font-size: clamp(2.8rem, 8vw, 6.4rem); max-width: 760px; }
.hero-word { max-width: none; }
h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 800; cursor: pointer; }
.button.primary { color: #fff; border-color: #050505; background: #050505; }
.button.ghost { color: #fff; border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.12); }
.section { max-width: 1160px; margin: 0 auto; padding: 80px 28px; }
.instagram-sequence {
  position: relative;
  height: 1000vh;
  height: 1000dvh;
  overflow: visible;
  background: #fff;
}
.instagram-sequence-stage {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 82px 18px 18px;
  overflow: hidden;
}
.instagram-shell {
  position: relative;
  z-index: 2;
  width: min(94vw, 340px);
  max-height: calc(100dvh - 102px);
  overflow: hidden;
  border: 1px solid rgba(33,27,24,0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(33,27,24,0.14);
  will-change: transform, opacity;
}
.instagram-copy {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: min(31vw, 430px);
  color: var(--ink);
  opacity: 0;
  transform: translateY(-50%);
  will-change: transform, opacity;
}
.instagram-copy-left {
  left: clamp(28px, 5vw, 86px);
  text-align: right;
}
.instagram-copy-right {
  right: clamp(28px, 5vw, 86px);
  text-align: left;
}
.instagram-copy p {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.instagram-copy h2 {
  max-width: 8em;
  font-size: clamp(2.2rem, 4.6vw, 5.4rem);
  line-height: 1.6;
  word-break: keep-all;
}
.instagram-copy-left h2 { margin-left: auto; }
.instagram-copy span {
  display: block;
  max-width: 28em;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.instagram-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(33,27,24,0.1);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.instagram-actions span {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}
.instagram-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
}
.instagram-profile strong {
  display: block;
  font-size: 0.92rem;
}
.instagram-profile p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.instagram-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8b457, #d84a7f 48%, #6650c8);
  box-shadow: 0 0 0 2px rgba(216,74,127,0.5);
}
.instagram-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 12px 14px 4px;
  text-align: center;
  font-size: 0.72rem;
  color: var(--muted);
}
.instagram-stats strong {
  display: block;
  color: var(--ink);
  font-size: 0.88rem;
}
.instagram-bio {
  padding: 0 14px 8px;
  font-size: 0.78rem;
  line-height: 1.6;
}
.instagram-bio strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.76rem;
}
.instagram-bio p {
  margin: 0;
  color: var(--muted);
}
.instagram-divider {
  height: 1px;
  background: rgba(33,27,24,0.12);
}
.instagram-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 30px;
  border-bottom: 1px solid rgba(33,27,24,0.1);
}
.instagram-tabs span {
  position: relative;
}
.instagram-tabs span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(33,27,24,0.72);
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
.instagram-tabs span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--ink);
}
.feed-mosaic {
  --feed-gap: 2px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--feed-gap);
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #fff;
}
.feed-tile {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-image: url("../images/profile-00.png");
  background-repeat: no-repeat;
  background-size: 300% 300%;
}
.feed-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.feed-tile img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
}
.feed-tile.is-filled img {
  opacity: 1;
  transform: scale(1);
}
.feed-tile.is-flashing::after {
  animation: tileFlash 260ms ease-out;
}
.feed-tile.is-fresh img {
  animation: tilePop 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes tileFlash {
  0% { opacity: 0; }
  24% { opacity: 0.88; }
  100% { opacity: 0; }
}
@keyframes tilePop {
  0% { transform: scale(1.12); }
  100% { transform: scale(1); }
}
.tile-1 { background-position: 0% 0%; }
.tile-2 { background-position: 50% 0%; }
.tile-3 { background-position: 100% 0%; }
.tile-4 { background-position: 0% 50%; }
.tile-5 { background-position: 50% 50%; }
.tile-6 { background-position: 100% 50%; }
.tile-7 { background-position: 0% 100%; }
.tile-8 { background-position: 50% 100%; }
.tile-9 { background-position: 100% 100%; }
.instagram-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
  padding: 0 14px;
  border-top: 1px solid rgba(33,27,24,0.1);
}
.instagram-actions span {
  width: 17px;
  height: 17px;
  border-radius: 4px;
}
.instagram-actions span:last-child {
  margin-left: auto;
  border-radius: 2px;
}
.instagram-caption {
  margin: 0;
  padding: 0 14px 10px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}
.instagram-caption strong {
  color: var(--ink);
}
.video-showcase {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  height: 100vh;
  height: 100dvh;
  padding: clamp(72px, 10vw, 128px) 28px;
  background: #fff;
  overflow: hidden;
}
.video-showcase-canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1120px, 100%);
  max-height: min(78vh, 760px);
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 90px rgba(33,27,24,0.12);
}
.video-showcase-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(900px, calc(100vw - 48px));
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 6.4vw, 6.8rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 18px 60px rgba(0,0,0,0.38);
  opacity: 0;
  transform: translate(-50%, -42%);
  will-change: transform, opacity;
}
.split { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 42px; align-items: start; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-card { min-height: 112px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.service-card strong { display: block; margin-bottom: 8px; }
.service-card span { color: var(--muted); line-height: 1.6; }
.service-map {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}
.section-kicker {
  position: sticky;
  top: 96px;
}
.service-map-grid {
  display: grid;
  gap: 1px;
  background: rgba(33,27,24,0.14);
  border-top: 1px solid rgba(33,27,24,0.14);
  border-bottom: 1px solid rgba(33,27,24,0.14);
}
.service-map-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 26px 0;
  background: #fff;
}
.service-map-card span {
  color: rgba(33,27,24,0.38);
  font-size: 0.74rem;
  font-weight: 900;
}
.service-map-card strong {
  color: var(--ink);
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service-map-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.product-rise {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: clamp(22px, 4vh, 42px);
  height: 100vh;
  height: 100dvh;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: #fff;
  background: #050505;
}
.product-rise-fill {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: scaleY(1);
  transform-origin: bottom;
  background: #050505;
  will-change: transform;
}
.product-photo-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(780px, calc(100vw - 48px));
  margin: 0;
  padding: 0;
  gap: clamp(10px, 1.4vw, 20px);
  list-style: none;
  will-change: transform, opacity;
}
.product-photo-row li {
  width: 100%;
  max-width: 230px;
  aspect-ratio: 5 / 6;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #181818;
  box-shadow: 0 22px 70px rgba(0,0,0,0.36);
  opacity: 0;
  transform: translateX(-72px);
  will-change: transform, opacity;
}
.product-photo-row li:nth-child(n + 4) {
  justify-self: end;
  transform: translateX(72px);
}
.product-photo-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-rise-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 5rem);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  word-break: keep-all;
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}
.product-rise-title span {
  display: block;
}
.logo-ending {
  display: grid;
  place-items: center;
  min-height: 72vh;
  min-height: 72dvh;
  padding: 96px 28px;
  background: #fff;
}
.logo-ending img {
  display: block;
  width: min(620px, 78vw);
  height: auto;
}
.forms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.panel { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); padding: 24px; }
label { display: grid; gap: 7px; margin-top: 14px; color: var(--muted); font-size: 0.9rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; color: var(--ink); font: inherit; background: #fff; }
textarea { resize: vertical; }
.panel .button { width: 100%; margin-top: 18px; }
.form-status { min-height: 22px; color: var(--brand-dark); font-weight: 800; }
.contact-band { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); }
.contact-band h2 { color: var(--ink); }
.page-hero {
  padding: 96px 28px 48px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--soft), #fff 72%);
}
.page-hero .eyebrow { margin-bottom: 10px; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); max-width: 720px; }
.page-hero .page-lead { max-width: 640px; margin: 16px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.prose { max-width: 68ch; color: var(--muted); line-height: 1.85; font-size: 1.02rem; }
.prose p { margin: 0 0 1em; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.info-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.info-card strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.info-card span { color: var(--muted); line-height: 1.65; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gallery-item { margin: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--surface); }
.gallery-item img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-item figcaption { padding: 12px 14px; color: var(--muted); font-size: 0.88rem; }
.cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}
.cta-band p { margin: 0; color: var(--muted); max-width: 520px; line-height: 1.7; }
.feature-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  line-height: 1.6;
}
.feature-list strong { color: var(--ink); }
.form-page { max-width: 560px; }
.site-footer {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  padding: clamp(54px, 8vw, 96px) 28px 34px;
  color: #fff;
  background: #050505;
}
.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
  grid-template-rows: auto minmax(170px, 1fr) auto auto;
  gap: 40px 48px;
  max-width: 1320px;
  min-height: calc(86vh - 130px);
  margin: 0 auto;
}
.footer-main {
  align-self: start;
  padding-bottom: clamp(96px, 16vh, 180px);
}
.footer-main h2 {
  max-width: 980px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 9rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}
.footer-main h2 span {
  display: block;
}
.footer-links {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 14px;
  color: rgba(248,245,241,0.72);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}
.footer-links a:hover {
  color: #fff;
}
.footer-info {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  gap: 6px;
  max-width: 820px;
  color: rgba(248,245,241,0.46);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.7;
}
.footer-info p,
.footer-bottom p {
  margin: 0;
}
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(248,245,241,0.14);
  color: rgba(248,245,241,0.42);
  font-size: 0.78rem;
  font-weight: 300;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(248,245,241,0.3);
  border-radius: 50%;
  color: rgba(248,245,241,0.82);
  font-size: 1rem;
}
.footer-social img {
  width: 18px;
  height: 18px;
  filter: invert(97%) sepia(10%) saturate(216%) hue-rotate(335deg) brightness(100%) contrast(96%);
  opacity: 0.82;
}
.footer-social a:hover {
  color: #050505;
  background: #fff;
}
.footer-social a:hover img {
  filter: none;
  opacity: 1;
}
.breadcrumb { margin: 0 0 8px; color: var(--muted); font-size: 0.82rem; }
.breadcrumb a:hover { color: var(--brand-dark); }
.subpage-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 60vh;
  min-height: 60dvh;
  padding: clamp(88px, 11vh, 112px) max(28px, calc((100vw - 1180px) / 2)) clamp(32px, 5vh, 48px);
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid rgba(248,245,241,0.16);
  background: #050505;
}
.subpage-hero::before {
  content: none;
}
.subpage-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 900px;
}
.subpage-hero > * {
  min-width: 0;
}
.subpage-hero > :not(.subpage-hero-copy) {
  display: none;
}
.subpage-hero .breadcrumb {
  display: none;
}
.subpage-hero h1 {
  max-width: 1180px;
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  font-weight: 900;
  line-height: 1.08;
  word-break: keep-all;
}
.subpage-hero h1 span {
  display: block;
}
.subpage-hero .page-lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 650;
  line-height: 1.8;
  word-break: keep-all;
}
.subpage-hero-media {
  position: relative;
  z-index: 2;
  min-width: 0;
}
.subpage-hero-media--stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  min-height: clamp(280px, 38vh, 380px);
}
.subpage-hero-media--stack img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 26px 80px rgba(0,0,0,0.38);
}
.subpage-hero-media--stack img:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1;
  transform: translateY(-18px);
}
.subpage-hero-media--stack img:nth-child(2) {
  grid-column: 3 / 6;
  grid-row: 1;
  transform: translateY(54px);
}
.subpage-hero-media--stack img:nth-child(3) {
  grid-column: 2 / 5;
  grid-row: 1;
  opacity: 0.92;
  transform: translateY(148px) scale(0.82);
}
.subpage-hero--dark {
  color: #fff;
  background: #050505;
  border-bottom-color: rgba(248,245,241,0.16);
}
.subpage-hero--dark::before {
  content: none;
}
.subpage-hero--dark .breadcrumb,
.subpage-hero--dark .page-lead {
  color: #fff;
}
.subpage-hero--dark .eyebrow {
  color: #fff;
}
.subpage-hero .eyebrow {
  max-width: 960px;
  color: #fff;
  font-size: clamp(0.76rem, 1vw, 0.92rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body[data-page-title] main {
  position: relative;
  background: #050505;
}
body[data-page-title] main > section {
  position: relative;
  z-index: 3;
  max-width: none;
  margin: 0;
  padding-inline: max(28px, calc((100vw - 1180px) / 2));
  background: #fff;
}
body[data-page-title] .subpage-hero + section {
  margin-top: -1px;
  border-radius: clamp(34px, 5vw, 72px) clamp(34px, 5vw, 72px) 0 0;
  padding-top: clamp(72px, 10vw, 118px);
}
body[data-page-title] main > section:last-of-type {
  padding-bottom: clamp(88px, 12vw, 132px);
}
.subpage-media-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.72fr));
  gap: clamp(10px, 1.4vw, 18px);
  align-items: stretch;
  padding-bottom: clamp(54px, 8vw, 96px);
}
.subpage-media-showcase--video {
  grid-template-columns: minmax(0, 1fr);
}
.media-panel {
  position: relative;
  min-width: 0;
  min-height: clamp(340px, 44vw, 620px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}
.media-panel--wide {
  grid-row: span 2;
}
.media-panel--full {
  min-height: clamp(420px, 58vw, 760px);
}
.media-panel img,
.media-panel video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-panel video {
  background: #050505;
}
.expert-profile {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 0.92fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  min-width: 0;
}
.expert-profile-copy {
  min-width: 0;
  max-width: 680px;
}
.expert-profile-copy .eyebrow {
  color: var(--brand);
  font-weight: 400;
  letter-spacing: 0.16em;
}
.expert-profile-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 1.05;
}
.expert-profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 650;
  line-height: 1.8;
  word-break: keep-all;
}
.expert-profile-copy .expert-profile-role {
  margin: -6px 0 28px;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.55vw, 1.28rem);
  font-weight: 850;
  line-height: 1.7;
}
.expert-profile-copy p + p {
  margin-top: 18px;
}
.expert-profile-media {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 44px);
  background: #111;
}
.expert-profile-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}
.about-work {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  padding-top: clamp(28px, 5vw, 70px);
}
.about-work-head {
  max-width: 900px;
}
.about-work-head .eyebrow {
  color: var(--brand);
  font-weight: 400;
  letter-spacing: 0.16em;
}
.about-work-head h2 {
  font-size: clamp(2.6rem, 6vw, 7rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}
.about-work-grid {
  column-count: 4;
  column-gap: clamp(10px, 1.2vw, 18px);
}
.about-work-grid figure {
  display: inline-block;
  width: 100%;
  min-width: 0;
  margin: 0 0 clamp(10px, 1.2vw, 18px);
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  break-inside: avoid;
}
.about-work-grid figure:nth-child(7n + 1),
.about-work-grid .is-wide {
  grid-column: auto;
}
.about-work-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.history-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: start;
  padding-top: clamp(70px, 10vw, 130px);
}
.history-head {
  position: sticky;
  top: 96px;
}
.history-head .eyebrow {
  color: var(--brand);
  font-weight: 400;
  letter-spacing: 0.16em;
}
.history-head h2 {
  max-width: 420px;
  font-size: clamp(2rem, 3.4vw, 4.1rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.history-list {
  display: grid;
  border-top: 1px solid rgba(33,27,24,0.16);
}
.history-list article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 44px);
  padding: clamp(24px, 4vw, 44px) 0;
  border-bottom: 1px solid rgba(33,27,24,0.16);
}
.history-list span {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
}
.history-list p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 650;
  line-height: 1.85;
  word-break: keep-all;
}
.service-story {
  display: grid;
  gap: clamp(70px, 9vw, 128px);
}
.service-story-row {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}
.service-story-row:nth-child(even) .service-story-copy {
  order: 2;
}
.service-story-row--featured-video {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(22px, 3vw, 38px);
}
.service-story-row--featured-video .service-story-media {
  width: min(100%, 980px);
}
.service-story-row--featured-video .service-story-copy {
  order: 2;
  max-width: 980px;
  text-align: center;
}
.service-story-copy {
  max-width: 620px;
}
.service-story-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5.8vw, 6.2rem);
  font-weight: 900;
  line-height: 1.12;
  word-break: keep-all;
}
.service-story-copy h2 span {
  display: block;
}
.service-story-copy p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.6vw, 4.4rem);
  font-weight: 900;
  line-height: 1.16;
  word-break: keep-all;
}
.service-story-copy p span {
  display: block;
}
.service-story-copy small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  font-weight: 500;
  line-height: 1.7;
}
.service-instagram-static {
  overflow: hidden;
  border: 1px solid rgba(33,27,24,0.14);
  border-radius: clamp(18px, 2.2vw, 34px);
  background: #fff;
  box-shadow: 0 24px 70px rgba(33,27,24,0.08);
}
.service-instagram-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-bottom: 1px solid rgba(33,27,24,0.1);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.service-instagram-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}
.service-instagram-profile strong {
  display: block;
  font-size: 0.95rem;
}
.service-instagram-profile p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}
.service-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: #fff;
}
.service-instagram-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.service-story-media,
.service-image-pair {
  margin: 0;
}
.service-story-media {
  overflow: hidden;
  border-radius: clamp(18px, 2.2vw, 34px);
  background: #050505;
}
.service-story-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.service-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
}
.service-image-pair img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: clamp(18px, 2.2vw, 34px);
  object-fit: cover;
}
.service-image-pair img:nth-child(2) {
  transform: translateY(clamp(28px, 4vw, 60px));
}
.ai-frame {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 12px;
  align-items: end;
}
.ai-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  background: #181818;
}
.ai-frame img:first-child {
  transform: translateY(-42px);
}
.ai-frame img:last-child {
  aspect-ratio: 3 / 4;
}
.work-preview {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  transform: translateY(28px);
}
.work-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
}
.work-preview img:nth-child(2),
.work-preview img:nth-child(3) {
  transform: translateY(-34px);
}
.process-hero-card,
.booking-note,
.contact-card {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 420px);
  margin-left: auto;
  border: 1px solid rgba(33,27,24,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 24px 80px rgba(33,27,24,0.1);
}
.process-hero-card {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(33,27,24,0.12);
}
.process-hero-card span {
  display: block;
  padding: 24px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 900;
  background: #fff;
}
.booking-note,
.contact-card {
  padding: 28px;
}
.booking-note strong,
.contact-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.6;
}
.booking-note p,
.contact-card span {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.feature-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: none;
  padding-inline: max(28px, calc((100vw - 1180px) / 2));
  background: rgba(33,27,24,0.1);
}
.feature-tile {
  min-height: 320px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
}
.feature-tile span {
  display: block;
  margin-bottom: 72px;
  color: rgba(33,27,24,0.34);
  font-size: 0.78rem;
  font-weight: 900;
}
.feature-tile strong {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  line-height: 1.6;
}
.feature-tile p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.work-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, 24vw);
  gap: 12px;
  max-width: none;
  padding-inline: max(28px, calc((100vw - 1180px) / 2));
}
.work-tile {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #181818;
}
.work-tile--large {
  grid-column: span 2;
  grid-row: span 2;
}
.work-tile--wide {
  grid-column: span 2;
}
.work-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-tile figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: rgba(5,5,5,0.56);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.process-timeline {
  display: grid;
  gap: 1px;
  max-width: none;
  padding-inline: max(28px, calc((100vw - 1180px) / 2));
  background: rgba(33,27,24,0.12);
}
.process-timeline article {
  display: grid;
  grid-template-columns: minmax(70px, 0.18fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: start;
  padding: clamp(24px, 5vw, 58px) 0;
  background: #fff;
}
.process-timeline span {
  color: rgba(33,27,24,0.34);
  font-size: 0.78rem;
  font-weight: 900;
}
.process-timeline strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.6rem, 3.2vw, 3rem);
  line-height: 1.6;
}
.process-timeline p {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.form-layout .panel {
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 20px 70px rgba(33,27,24,0.08);
}
.form-aside {
  position: sticky;
  top: 96px;
}
.form-aside h2 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  font-weight: 900;
  line-height: 1.16;
  word-break: keep-all;
}
.form-aside .feature-list {
  margin-top: 28px;
}
.request-page main {
  background: #fff;
}
.request-main {
  min-height: 100vh;
  min-height: 100dvh;
}
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
}
.request-visual {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  background: #050505;
}
.request-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.request-panel {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(104px, 12vh, 148px) clamp(28px, 5vw, 76px) clamp(48px, 7vh, 84px);
}
.request-head {
  margin-bottom: clamp(28px, 4vw, 44px);
}
.request-head h1 {
  max-width: none;
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
  font-weight: 900;
  line-height: 1.05;
}
.request-head p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-weight: 650;
}
.request-form {
  display: grid;
  gap: 0;
  max-width: 560px;
}
.request-form label:first-child {
  margin-top: 0;
}
.request-form .button {
  min-height: 50px;
  margin-top: 30px;
  border-radius: 999px;
}
@media (max-width: 760px) {
  .topbar { grid-template-columns: auto minmax(0, 1fr); gap: 10px 10px; min-height: 72px; padding: 14px 14px; }
  .brand { justify-self: start; }
  .brand-logo { width: min(96px, 26vw); }
  .nav-toggle { display: flex; grid-column: 2; grid-row: 1; }
  .nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    padding: 24px 0 6px;
    font-size: 1.24rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .nav-actions {
    display: none;
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: auto;
    max-width: none;
    padding: 0 0 12px;
    font-size: 1.24rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .topbar.is-open {
    min-height: 100dvh;
    align-content: start;
    background: rgba(255,255,255,0.98);
  }
  body[data-page-title] .topbar.is-open {
    background: rgba(5,5,5,0.98);
  }
  .topbar.is-open .nav,
  .topbar.is-open .nav-actions { display: flex; }
  .nav-actions a + a::before { content: none; }
  .hero-stage { padding: 76px 20px 82px; }
  .hero-content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }
  .hero-word {
    top: 50%;
    left: 50%;
    width: auto;
    font-size: clamp(1.45rem, 7.2vw, 2.4rem);
    letter-spacing: 0;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .hero-media-stack {
    grid-template-columns: repeat(6, minmax(44px, 1fr));
    width: min(92vw, 520px);
    gap: 10px;
    margin-left: 0;
    margin-top: 74px;
  }
  .hero-card {
    width: 100%;
  }
  .section { padding: 58px 20px; }
  .instagram-sequence-stage {
    padding: 112px 14px 16px;
  }
  .instagram-shell {
    width: min(94vw, 300px);
    max-height: calc(100dvh - 128px);
  }
  .instagram-topbar {
    min-height: 40px;
  }
  .instagram-profile {
    padding: 10px 12px;
  }
  .instagram-stats {
    padding: 10px 12px 4px;
  }
  .instagram-bio {
    padding: 0 12px 10px;
  }
  .instagram-tabs {
    min-height: 32px;
  }
  .instagram-actions {
    min-height: 38px;
  }
  .instagram-copy { width: min(38vw, 190px); }
  .instagram-copy-left {
    left: 18px;
    top: 58%;
    text-align: left;
  }
  .instagram-copy-right {
    right: 18px;
    top: 76%;
    text-align: right;
  }
  .instagram-copy-left h2 { margin-left: 0; }
  .instagram-copy-right h2 { margin-left: auto; }
  .instagram-copy h2 {
    font-size: clamp(1.45rem, 7.8vw, 2.5rem);
  }
  .instagram-copy span {
    font-size: 0.88rem;
  }
  .feed-mosaic {
    --feed-gap: 1px;
  }
  .video-showcase {
    min-height: 82vh;
    min-height: 82dvh;
    padding: 64px 20px;
  }
  .video-showcase-canvas {
    aspect-ratio: 4 / 5;
    max-height: 70dvh;
  }
  .video-showcase-copy {
    width: calc(100vw - 40px);
    font-size: clamp(2rem, 10vw, 4.2rem);
  }
  .split, .forms { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-map { grid-template-columns: 1fr; gap: 30px; }
  .section-kicker { position: static; }
  .service-map-card {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 22px 0;
  }
  .service-map-card p { grid-column: 2; }
  .product-photo-row {
    width: calc(100vw - 40px);
    gap: 8px;
  }
  .product-photo-row li { max-width: none; }
  .product-rise-title {
    font-size: clamp(1.9rem, 10vw, 3.2rem);
    line-height: 1.6;
  }
  .site-footer {
    min-height: auto;
    padding: 58px 20px 28px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 42px;
  }
  .footer-main h2 {
    font-size: clamp(2.7rem, 15vw, 5.5rem);
  }
  .footer-main {
    padding-bottom: 120px;
  }
  .footer-links {
    justify-items: start;
    text-align: left;
    gap: 12px;
  }
  .footer-info {
    font-size: 0.78rem;
    font-weight: 300;
  }
  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }
  .contact-band { flex-direction: column; }
  .card-grid, .gallery-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 88px 20px 40px; }
  .subpage-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
    max-width: 100vw;
    min-height: 60vh;
    min-height: 60dvh;
    padding: 92px 20px 42px;
  }
  body[data-page-title] main > section {
    max-width: 100vw;
    padding-inline: 20px;
    overflow: hidden;
  }
  .subpage-hero-copy,
  .subpage-hero .page-lead,
  .booking-note,
  .contact-card {
    width: 100%;
    max-width: calc(100vw - 40px);
  }
  .subpage-hero::before {
    width: 120vw;
    transform: translate(-38%, -54%);
  }
  .subpage-hero h1 {
    width: 100%;
    max-width: calc(100vw - 40px);
    font-size: clamp(1.75rem, 7.6vw, 2.25rem);
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .subpage-hero h1 span {
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .subpage-hero .page-lead {
    width: 100%;
    max-width: calc(100vw - 40px);
    font-size: 0.98rem;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .subpage-hero .eyebrow {
    width: 100%;
    max-width: calc(100vw - 40px);
    font-size: 0.68rem;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .subpage-hero-media--stack {
    min-height: 300px;
  }
  .subpage-hero-media--stack img:nth-child(2) {
    transform: translateY(34px);
  }
  .subpage-hero-media--stack img:nth-child(3) {
    transform: translateY(104px) scale(0.82);
  }
  .ai-frame,
  .work-preview {
    width: 100%;
  }
  .process-hero-card,
  .booking-note,
  .contact-card {
    width: 100%;
    margin-left: 0;
  }
  .feature-tiles {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
  .subpage-media-showcase {
    grid-template-columns: 1fr;
    padding-bottom: 54px;
  }
  .media-panel,
  .media-panel--full {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }
  .media-panel--wide {
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }
  .subpage-media-showcase--video .media-panel {
    aspect-ratio: 16 / 10;
  }
  .expert-profile {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .expert-profile-copy {
    width: 100%;
    max-width: 100%;
  }
  .expert-profile-copy h2 {
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    font-size: clamp(2.35rem, 10.2vw, 3.2rem);
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .expert-profile-copy p {
    display: block;
    width: min(100%, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .about-work-head h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
    word-break: break-word;
  }
  .about-work-grid {
    column-count: 2;
    column-gap: 10px;
  }
  .about-work-grid figure:nth-child(7n + 1),
  .about-work-grid .is-wide {
    grid-column: auto;
  }
  .history-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .history-head {
    position: static;
  }
  .history-head h2 {
    font-size: clamp(2.1rem, 9.4vw, 3.2rem);
    word-break: break-word;
  }
  .history-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .history-list p {
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .service-story {
    gap: 64px;
  }
  .service-story-row,
  .service-story-row:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .service-story-row:nth-child(even) .service-story-copy {
    order: 0;
  }
  .service-story-row--featured-video .service-story-copy {
    order: 2;
    text-align: left;
  }
  .service-story-copy h2 {
    width: 100%;
    max-width: calc(100vw - 40px);
    font-size: clamp(2.1rem, 10vw, 3.4rem);
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .service-story-copy p {
    width: 100%;
    max-width: calc(100vw - 40px);
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .service-image-pair {
    gap: 10px;
  }
  .service-image-pair img:nth-child(2) {
    transform: translateY(22px);
  }
  .feature-tile {
    min-height: auto;
  }
  .feature-tile span {
    margin-bottom: 44px;
  }
  .work-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(280px, 72vw);
    padding-inline: 20px;
  }
  .work-tile--large,
  .work-tile--wide {
    grid-column: auto;
    grid-row: auto;
  }
  .process-timeline {
    padding-inline: 20px;
  }
  .process-timeline article {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .form-layout {
    grid-template-columns: 1fr;
  }
  .form-aside {
    position: static;
  }
  .request-layout {
    grid-template-columns: 1fr;
  }
  .request-visual {
    position: relative;
    height: 48vh;
    height: 48dvh;
    min-height: 360px;
  }
  .request-panel {
    padding: 44px 20px 64px;
  }
  .request-form {
    max-width: none;
  }
}

/* ── Chat widget ────────────────────────────────────────── */
.chat-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.chat-widget.chat-widget-home-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
}
.chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--ink);
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.chat-toggle span { font-family: "Pretendard", ui-sans-serif, sans-serif; }
.chat-toggle svg { flex-shrink: 0; }
.chat-toggle:hover {
  background: #ffffff;
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.chat-widget:has(.chat-panel.is-open) .chat-toggle { display: none; }

.chat-panel {
  display: none;
  flex-direction: column;
  width: 330px;
  height: 460px;
  background: var(--surface);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.05);
}
@keyframes chatPanelOpen {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.chat-panel.is-open {
  display: flex;
  animation: chatPanelOpen 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #fafafa;
}
.chat-header-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 1.1rem;
  padding: 4px;
  line-height: 1;
  font-family: inherit;
  transition: color 0.15s, transform 0.15s;
}
.chat-header-close:hover {
  color: var(--ink);
  transform: rotate(90deg);
}
.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-messages::-webkit-scrollbar {
  width: 4px;
}
.chat-messages::-webkit-scrollbar-track {
  background: transparent;
}
.chat-messages::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.chat-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}
.chat-msg {
  max-width: 85%;
  padding: 9px 13px;
  font-size: 0.85rem;
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-wrap;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
.chat-msg.is-user {
  align-self: flex-end;
  background: var(--ink);
  color: #fff;
  border-radius: 14px 14px 2px 14px;
}
.chat-msg.is-bot {
  align-self: flex-start;
  background: var(--soft);
  color: var(--ink);
  border-radius: 14px 14px 14px 2px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.chat-msg.is-thinking {
  align-self: flex-start;
  background: none;
  color: var(--muted);
  font-size: 0.85rem;
  padding: 6px 12px;
  box-shadow: none;
}
.chat-input-row {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.chat-input-row input {
  flex: 1;
  width: auto;
  min-width: 0;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  outline: none;
  font-family: inherit;
  font-size: 0.85rem;
  background: #fafafa;
  color: var(--ink);
  transition: border-color 0.2s, background 0.2s;
}
.chat-input-row input:focus {
  border-color: var(--ink);
  background: #fff;
}
.chat-send-btn {
  padding: 10px 18px;
  background: var(--ink);
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background-color 0.2s, transform 0.1s;
}
.chat-send-btn:hover:not(:disabled) {
  background: #222;
  transform: scale(1.02);
}
.chat-send-btn:active:not(:disabled) {
  transform: scale(0.98);
}
.chat-send-btn:disabled { opacity: 0.35; cursor: not-allowed; }
@media (max-width: 480px) {
  .chat-widget { bottom: 16px; right: 12px; }
  .chat-panel { width: calc(100vw - 24px); height: 420px; }
}
