@font-face {
  font-family: "Noto Sans KR V3";
  src: url("../fonts/noto-sans-kr/NotoSansKR-VF.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --v3-ink: #0b100f;
  --v3-ink-2: #121917;
  --v3-ink-3: #1a2421;
  --v3-teal: #62d4b7;
  --v3-teal-deep: #176f5e;
  --v3-paper: #f2ede3;
  --v3-paper-2: #e5ded1;
  --v3-signal: #ff7657;
  --v3-kakao: #fee500;
  --v3-muted: #aab8b2;
  --v3-line: rgba(255, 255, 255, 0.15);
  --v3-grid: min(1380px, calc(100% - 64px));
  --v3-ease: cubic-bezier(.2, .75, .25, 1);
}

html {
  scroll-behavior: smooth;
}

body.public-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--v3-ink);
  color: var(--v3-paper);
  font-family: "Noto Sans KR V3", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 430;
  letter-spacing: -.012em;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

.public-site *,
.public-site *::before,
.public-site *::after {
  box-sizing: border-box;
}

.public-site a,
.public-site button {
  -webkit-tap-highlight-color: transparent;
}

.public-site a:focus-visible,
.public-site button:focus-visible {
  outline: 3px solid var(--v3-kakao);
  outline-offset: 4px;
}

.public-site .skip-link {
  background: var(--v3-kakao);
  color: #111;
  z-index: 1000;
}

.public-site .v3-grid {
  width: var(--v3-grid);
  margin-inline: auto;
}

.public-site .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: rgba(11, 16, 15, .9);
  color: var(--v3-paper);
  backdrop-filter: blur(14px);
}

.public-site .header-inner {
  width: min(1480px, calc(100% - 44px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 24px;
}

.public-site .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--v3-paper);
  text-decoration: none;
}

.public-site .brand img {
  width: 54px;
  height: 54px;
  padding: 4px;
  object-fit: contain;
  background: var(--v3-paper);
}

.public-site .brand > span {
  display: grid;
  gap: 3px;
}

.public-site .brand > span > strong {
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -.03em;
}

.public-site .brand-mark {
  display: inline-block;
  color: #899791;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .035em;
  white-space: nowrap;
}

.public-site .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.public-site .main-nav a {
  position: relative;
  color: #aeb9b4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -.012em;
  transition: color .25s var(--v3-ease);
}

.public-site .main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--v3-teal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--v3-ease);
}

.public-site .main-nav a:hover::after,
.public-site .main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.public-site .main-nav a:hover,
.public-site .main-nav a:focus-visible,
.public-site .main-nav a[aria-current="page"] {
  background: transparent;
  color: var(--v3-paper);
}

.public-site .main-nav a:focus-visible {
  outline: 2px solid rgba(98, 212, 183, .82);
  outline-offset: 5px;
}

.public-site .header-kakao {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  background: var(--v3-kakao);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-decoration: none;
}

.public-site .nav-toggle {
  border-color: rgba(255, 255, 255, .35);
  background: var(--v3-ink);
}

.public-site .nav-toggle::before,
.public-site .nav-toggle::after {
  background: var(--v3-paper);
}

.v3-kicker {
  margin: 0 0 18px;
  color: var(--v3-teal);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.v3-section {
  position: relative;
  padding: clamp(86px, 10vw, 168px) 0;
}

.v3-section-heading {
  max-width: 920px;
  margin-bottom: clamp(42px, 6vw, 82px);
}

.v3-section-heading h2,
.v3-story h2,
.v3-tracking-proof h2,
.v3-final h2 {
  margin: 0;
  font-size: clamp(42px, 5.6vw, 92px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 720;
}

.v3-section-heading > p:last-child {
  max-width: 680px;
  margin-top: 24px;
  color: #a9b6b1;
  font-size: 18px;
  font-weight: 430;
  line-height: 1.75;
  letter-spacing: -.012em;
}

.v3-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: clip;
  background:
    radial-gradient(circle at 76% 34%, rgba(98, 212, 183, .08), transparent 27%),
    linear-gradient(125deg, #090d0c 0%, #101715 56%, #09100e 100%);
}

.v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.v3-hero-grid {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  padding: 48px 0 40px;
}

.v3-hero-copy {
  grid-column: 1 / span 7;
  position: relative;
  z-index: 3;
  max-width: 640px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.v3-operator {
  margin: 0 0 28px;
  color: #d2dbd7;
  font-size: 14px;
  font-weight: 560;
  letter-spacing: -.01em;
}

.v3-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.4rem, 4.6vw, 5.1rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.v3-hero h1 span {
  display: block;
  color: var(--v3-paper);
  font-weight: 700;
}

.v3-hero h1 em {
  color: var(--v3-teal);
  font-style: normal;
  font-weight: inherit;
}

.v3-hero-title-desktop {
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.v3-hero-title-mobile {
  display: none !important;
}

.v3-hero-copy > .v3-kicker {
  margin-bottom: 22px;
  color: var(--v3-teal);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .045em;
}

.v3-hero-lead {
  max-width: 38rem;
  margin: 28px 0 0;
  color: #c6cfcb;
  font-size: clamp(18px, 1.35vw, 20px);
  font-weight: 430;
  line-height: 1.62;
  letter-spacing: -.012em;
}

.v3-hero-actions,
.v3-final-actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 34px;
}

.v3-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  color: inherit;
  font-size: 16px;
  font-weight: 680;
  letter-spacing: -.025em;
  text-align: center;
  text-decoration: none;
  transition: transform .25s var(--v3-ease), background-color .25s, color .25s;
}

.v3-button:hover {
  transform: translateY(-3px);
}

.v3-button-kakao {
  background: var(--v3-kakao);
  color: #171500;
}

.v3-button-ghost {
  flex-direction: column;
  border-color: rgba(255, 255, 255, .32);
  color: var(--v3-paper);
}

.v3-button-ghost span {
  color: #9ca9a4;
  font-size: 11px;
}

.v3-hero-note {
  max-width: 540px;
  margin: 18px 0 0;
  color: #aeb8b4;
  font-size: 13px;
}

.v3-founder-frame {
  grid-column: 8 / -1;
  align-self: stretch;
  position: relative;
  min-height: 650px;
  max-height: calc(100svh - 96px);
  margin: 0;
  overflow: visible;
  isolation: isolate;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transition: transform .6s var(--v3-ease);
}

.v3-founder-frame::before {
  content: "";
  position: absolute;
  inset: 10% 2% 7% 8%;
  z-index: 0;
  border: 1px solid rgba(98, 212, 183, .06);
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    radial-gradient(circle at 54% 37%, rgba(98, 212, 183, .08), rgba(15, 24, 21, .3) 52%, transparent 72%);
  background-size: 38px 38px, 38px 38px, auto;
  pointer-events: none;
}

.v3-founder-frame::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 4%;
  left: 13%;
  z-index: 1;
  height: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .34);
  filter: blur(18px);
  pointer-events: none;
}

.v3-founder-frame img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.82) contrast(1.025) brightness(.96) drop-shadow(0 18px 24px rgba(0, 0, 0, .2));
  transform: none;
}

.v3-founder-light {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at var(--light-x, 58%) var(--light-y, 30%), rgba(135, 234, 207, .08), transparent 30%);
  pointer-events: none;
}

.v3-founder-frame figcaption {
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 12px;
  border-left: 2px solid rgba(98, 212, 183, .7);
  background: rgba(7, 12, 10, .74);
  backdrop-filter: blur(8px);
  font-size: 12px;
}

.v3-founder-frame figcaption span {
  color: var(--v3-teal);
  letter-spacing: .12em;
}

.v3-founder-frame figcaption strong {
  text-align: left;
}

.v3-hero-story {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #101513;
}

.v3-hero-story::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(4, 8, 7, .18);
  pointer-events: none;
}

.v3-hero-scene {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  will-change: opacity, transform;
}

.v3-hero-scene-1 {
  opacity: 1;
}

.v3-hero-scene picture,
.v3-hero-scene img {
  display: block;
  width: 100%;
  height: 100%;
}

.v3-hero-scene img {
  object-fit: cover;
  object-position: center;
}

.v3-hero-scene figcaption {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - min(100% - 64px, 1480px)) / 2));
  bottom: 28px;
  display: grid;
  gap: 2px;
  max-width: 330px;
  padding: 12px 14px;
  border-left: 2px solid var(--v3-teal);
  background: rgba(7, 12, 10, .7);
  color: var(--v3-paper);
  backdrop-filter: blur(8px);
}

.v3-hero-scene figcaption span {
  color: var(--v3-teal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.v3-hero-scene figcaption strong {
  font-size: 14px;
  font-weight: 680;
}

.v3-hero-scene figcaption small {
  color: #c1cbc7;
  font-size: 10px;
}

.js .v3-hero-scene-1 {
  animation: v3-story-scene-1 15s infinite ease-in-out;
}

.js .v3-hero-scene-2 {
  animation: v3-story-scene-2 15s infinite ease-in-out;
}

.js .v3-hero-scene-3 {
  animation: v3-story-scene-3 15s infinite ease-in-out;
}

@keyframes v3-story-scene-1 {
  0%, 33.333% { opacity: 1; transform: scale(1); }
  43.333%, 90% { opacity: 0; transform: scale(1.012); }
  100% { opacity: 1; transform: scale(1.02); }
}

@keyframes v3-story-scene-2 {
  0%, 33.333% { opacity: 0; transform: scale(1.012); }
  43.333%, 66.667% { opacity: 1; transform: scale(1); }
  76.667%, 100% { opacity: 0; transform: scale(1.016); }
}

@keyframes v3-story-scene-3 {
  0%, 66.667% { opacity: 0; transform: scale(1.012); }
  76.667%, 90% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.016); }
}

.v3-hero-copy {
  max-width: 760px;
  padding: 30px 32px 32px;
  margin-left: -32px;
  border-left: 1px solid rgba(98, 212, 183, .44);
  background: rgba(5, 10, 8, .66);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .24);
  backdrop-filter: blur(3px);
}

.v3-hero-copy h1,
.v3-hero-copy p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, .72);
}

.v3-status-strip {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #101714;
}

.v3-status-strip .v3-status-panel {
  position: static;
  min-height: 50px;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.v3-status-panel {
  grid-column: 1 / -1;
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(17, 25, 22, .78);
  backdrop-filter: blur(10px);
}

.v3-status-panel span {
  padding: 14px 18px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  color: #bec8c4;
  font-size: 12px;
}

.v3-status-panel span:last-child {
  border-right: 0;
}

.v3-status-panel b {
  margin-right: 8px;
  color: var(--v3-teal);
}

.v3-hero-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, .08);
}

.v3-hero-line span {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--v3-teal);
}

.v3-scratch {
  position: relative;
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.v3-scratch-stage {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.v3-scratch-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  padding: 80px 0;
}

.v3-section-index {
  grid-column: 1;
  align-self: start;
  color: var(--v3-teal-deep);
  font-size: 11px;
  font-weight: 900;
  writing-mode: vertical-rl;
}

.v3-scratch-head {
  grid-column: 2 / span 4;
}

.v3-scratch-head h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 82px);
  line-height: .98;
  letter-spacing: -.06em;
}

.v3-scratch-lines {
  grid-column: 7 / -1;
  min-height: 390px;
  display: grid;
  align-content: center;
}

.v3-scratch-lines article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  gap: 16px;
  padding: 23px 0;
  border-top: 1px solid rgba(11, 16, 15, .19);
  opacity: .22;
  transform: translateX(20px);
  transition: opacity .45s, transform .45s;
}

.v3-scratch-lines article.is-active {
  opacity: 1;
  transform: none;
}

.v3-scratch-lines span {
  color: var(--v3-teal-deep);
  font-size: 12px;
  font-weight: 900;
}

.v3-scratch-lines p {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 42px);
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -.045em;
}

.v3-scratch-close {
  grid-column: 7 / -1;
  margin: 34px 0 0;
  color: #56605c;
  font-size: 16px;
  line-height: 1.7;
}

.v3-benefits {
  background: var(--v3-ink);
}

.v3-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.v3-bento article {
  grid-column: span 4;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--v3-line);
  background: var(--v3-ink-2);
}

.v3-bento article:nth-child(3),
.v3-bento article:nth-child(5) {
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.v3-bento .v3-bento-wide {
  grid-column: span 8;
  background: var(--v3-teal-deep);
}

.v3-bento span,
.v3-service-list > a > span,
.v3-case-card > span,
.v3-story-body article > span {
  color: var(--v3-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.v3-bento article:nth-child(3) span,
.v3-bento article:nth-child(5) span {
  color: var(--v3-teal-deep);
}

.v3-bento h3 {
  margin: 56px 0 10px;
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -.04em;
}

.v3-bento p {
  max-width: 42ch;
  margin: 0;
  color: #9ba8a3;
  line-height: 1.65;
}

.v3-bento article:nth-child(3) p,
.v3-bento article:nth-child(5) p {
  color: #59635f;
}

.v3-bento-helper {
  grid-column: span 8 !important;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: end;
  overflow: hidden;
}

.v3-bento-helper img {
  width: 145px;
  height: 170px;
  align-self: end;
  object-fit: contain;
}

.v3-selector {
  background: #111816;
}

.v3-selector-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 28px;
  align-items: start;
}

.v3-symptom-tabs {
  display: grid;
  border-top: 1px solid var(--v3-line);
}

.v3-symptom-tabs button {
  min-height: 62px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--v3-line);
  background: transparent;
  color: #aeb9b4;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background .25s, color .25s, padding .25s;
}

.v3-symptom-tabs button span {
  color: var(--v3-teal);
  font-size: 11px;
}

.v3-symptom-tabs button:hover,
.v3-symptom-tabs button.is-active {
  padding-left: 12px;
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.v3-symptom-result {
  position: sticky;
  top: 100px;
  min-height: 510px;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  background: var(--v3-paper);
  color: var(--v3-ink);
  clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 0 100%);
}

.v3-symptom-result-head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(11, 16, 15, .18);
}

.v3-symptom-result-head span {
  color: var(--v3-teal-deep);
  font-size: 11px;
  font-weight: 900;
}

.v3-symptom-result-head strong {
  max-width: 65%;
  font-size: clamp(24px, 2.8vw, 40px);
  text-align: right;
}

.v3-symptom-result dl {
  position: relative;
  z-index: 2;
  margin: 30px 0;
}

.v3-symptom-result dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 13px 0;
}

.v3-symptom-result dt {
  color: var(--v3-teal-deep);
  font-size: 12px;
  font-weight: 900;
}

.v3-symptom-result dd {
  margin: 0;
  color: #46504c;
  line-height: 1.5;
}

.v3-symptom-result .v3-button {
  position: relative;
  z-index: 2;
}

.v3-dduri-point {
  position: absolute;
  right: -28px;
  bottom: -50px;
  width: clamp(120px, 18vw, 220px);
  height: auto;
  opacity: .94;
  pointer-events: none;
}

.v3-services {
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.v3-services .v3-kicker {
  color: var(--v3-teal-deep);
}

.v3-service-list {
  border-top: 1px solid rgba(11, 16, 15, .22);
}

.v3-service-list a {
  display: grid;
  grid-template-columns: 70px 1fr 50px;
  align-items: center;
  gap: 20px;
  padding: 28px 8px;
  border-bottom: 1px solid rgba(11, 16, 15, .18);
  color: var(--v3-ink);
  text-decoration: none;
  transition: padding .3s var(--v3-ease), background .3s;
}

.v3-service-list a:hover {
  padding-right: 22px;
  padding-left: 22px;
  background: #fff;
}

.v3-service-list h3 {
  margin: 0 0 7px;
  font-size: clamp(24px, 3vw, 42px);
  letter-spacing: -.045em;
}

.v3-service-list p {
  margin: 0;
  color: #5d6763;
}

.v3-service-list b {
  font-size: 26px;
  text-align: right;
}

.v3-cases {
  overflow: hidden;
  background: var(--v3-ink);
}

.v3-case-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: -54px;
  margin-bottom: 20px;
}

.v3-case-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--v3-line);
  background: transparent;
  color: var(--v3-paper);
  font-size: 20px;
  cursor: pointer;
}

.v3-case-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 0 22px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--v3-teal) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}

.v3-case-card {
  flex: 0 0 min(520px, 72vw);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--v3-line);
  background:
    linear-gradient(145deg, rgba(98, 212, 183, .13), transparent 46%),
    var(--v3-ink-2);
  scroll-snap-align: start;
  clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 0 100%);
}

.v3-case-card h3 {
  margin: 74px 0 14px;
  font-size: clamp(28px, 3vw, 48px);
  letter-spacing: -.05em;
}

.v3-case-card p {
  color: #aab6b1;
  line-height: 1.7;
}

.v3-case-card a {
  margin-top: auto;
  color: var(--v3-teal);
  font-weight: 900;
}

.v3-proof-empty {
  padding: clamp(32px, 5vw, 72px);
  border: 1px dashed rgba(255, 255, 255, .25);
  background: var(--v3-ink-2);
}

.v3-proof-empty span {
  color: var(--v3-signal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.v3-proof-empty h3 {
  max-width: 760px;
  margin: 20px 0 10px;
  font-size: clamp(30px, 4vw, 58px);
  letter-spacing: -.05em;
}

.v3-proof-empty p {
  color: #aab6b1;
}

.v3-story {
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.v3-story .v3-kicker {
  color: var(--v3-teal-deep);
}

.v3-story-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(38px, 8vw, 120px);
}

.v3-story-sticky {
  position: sticky;
  top: 120px;
  align-self: start;
}

.v3-story-sticky h2 {
  font-size: clamp(38px, 4.6vw, 72px);
}

.v3-story-body article {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 32px 0;
  border-top: 1px solid rgba(11, 16, 15, .2);
}

.v3-story-body article > div,
.v3-story-body article > h3,
.v3-story-body article > p {
  grid-column: 2;
}

.v3-story-body h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.5vw, 38px);
  letter-spacing: -.04em;
}

.v3-story-body p {
  margin: 0;
  color: #55605b;
  line-height: 1.75;
}

.v3-story-body figure {
  margin: 46px 0;
}

.v3-story-body figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  filter: saturate(.55) contrast(1.1);
}

.v3-story-body figcaption {
  margin-top: 10px;
  color: #626d68;
  font-size: 12px;
  line-height: 1.5;
}

.v3-story-body blockquote {
  margin: 60px 0 0;
  padding: 28px 0;
  border-top: 5px solid var(--v3-teal-deep);
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.045em;
}

.v3-tracking-proof {
  background: #15382f;
}

.v3-tracking-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}

.v3-tracking-proof h2 {
  font-size: clamp(40px, 4.7vw, 74px);
}

.v3-tracking-ui {
  display: grid;
  border: 1px solid rgba(255, 255, 255, .23);
}

.v3-tracking-ui div {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #9eb5ad;
}

.v3-tracking-ui div.is-current {
  background: var(--v3-teal);
  color: #0b1713;
  font-weight: 900;
}

.v3-tracking-ui p {
  margin: 0;
  padding: 22px 20px;
  color: #c5d7d0;
  line-height: 1.6;
}

.v3-faq {
  background: var(--v3-ink);
}

.v3-faq-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: clamp(36px, 8vw, 120px);
}

.public-site .v3-faq .accordion-item {
  border-color: var(--v3-line);
}

.public-site .v3-faq .accordion-button {
  min-height: 72px;
  color: var(--v3-paper);
}

.public-site .v3-faq .accordion-panel {
  color: #aab6b1;
}

.v3-final {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 12vw, 190px) 0 80px;
  background:
    radial-gradient(circle at 78% 42%, rgba(98, 212, 183, .18), transparent 30%),
    #080c0b;
}

.v3-final-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 40px;
  align-items: center;
}

.v3-final h2 em {
  color: var(--v3-teal);
  font-style: normal;
}

.v3-final > .v3-grid > div > p:not(.v3-kicker) {
  color: #aeb9b5;
}

.v3-final-face {
  position: relative;
  height: 610px;
  overflow: hidden;
  border-bottom: 1px solid var(--v3-teal);
  background: radial-gradient(circle at 55% 38%, rgba(98, 212, 183, .12), transparent 52%);
}

.v3-final-face > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(.78) brightness(.86) drop-shadow(0 18px 25px rgba(0, 0, 0, .25));
}

.v3-final-dduri {
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 170px;
  height: 190px;
  object-fit: contain;
}

.public-site .site-footer {
  padding: 62px 0 116px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: #080c0b;
  color: #c3cdc9;
}

.public-site .footer-grid {
  grid-template-columns: 7fr 5fr;
}

.public-site .site-footer strong {
  color: var(--v3-paper);
  font-size: 24px;
}

.public-site .site-footer a {
  color: var(--v3-teal);
}

.footer-v3-note {
  max-width: 520px;
  color: #8f9c97;
}

.footer-v3-helper {
  width: 100px;
  height: 110px;
  object-fit: contain;
  float: right;
  margin-left: 16px;
}

/* Shared public sub-pages */
.public-site main > .page-hero {
  position: relative;
  padding: clamp(86px, 10vw, 150px) 0 clamp(54px, 7vw, 100px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(98, 212, 183, .11), transparent 42%),
    var(--v3-ink);
  color: var(--v3-paper);
}

.public-site main > .page-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -18vw;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(98, 212, 183, .25);
  border-radius: 50%;
}

.public-site .page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 16px 0;
  font-size: clamp(48px, 7vw, 106px);
  line-height: .95;
  letter-spacing: -.065em;
}

.public-site .page-hero .lead {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: #aeb9b5;
  font-size: clamp(17px, 1.7vw, 24px);
}

.public-site .breadcrumb,
.public-site .breadcrumb a {
  color: var(--v3-teal);
}

.public-site main > .section {
  padding: clamp(60px, 8vw, 112px) 0;
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.public-site main > .section:nth-of-type(odd):not(.soft) {
  background: #e7e0d4;
}

.public-site main > .section.soft {
  background: #15382f;
  color: var(--v3-paper);
}

.public-site main > .section .grid {
  gap: 12px;
}

.public-site main > .section .card,
.public-site .guide-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(11, 16, 15, .15);
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, .48);
  transition: transform .3s var(--v3-ease), background .3s;
}

.public-site main > .section .card:hover,
.public-site .guide-card:hover {
  transform: translateY(-5px);
  background: #fff;
}

.public-site main > .section .card h2,
.public-site main > .section .card h3 {
  font-size: clamp(23px, 2.4vw, 35px);
  letter-spacing: -.035em;
}

.public-site main > .section .card a,
.public-site .guide-card-more {
  color: var(--v3-teal-deep);
  font-weight: 900;
}

.public-site .content-body {
  max-width: 850px;
  font-size: 17px;
  line-height: 1.85;
}

.public-site .empty-state {
  border-radius: 0;
  border-style: dashed;
}

.js .public-site [data-reveal].v3-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--v3-ease), transform .8s var(--v3-ease);
}

.js .public-site [data-reveal].v3-reveal-ready.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  :root {
    --v3-grid: min(100% - 40px, 980px);
  }
  .public-site .header-inner {
    grid-template-columns: 210px 1fr auto;
  }
  .public-site .main-nav {
    gap: 14px;
  }
  .public-site .main-nav a {
    font-size: 13px;
  }
  .v3-hero-grid {
    min-height: 820px;
  }
  .v3-hero h1 {
    font-size: clamp(3.4rem, 5.8vw, 4.25rem);
  }
  .v3-founder-frame {
    min-height: 570px;
  }
}

@media (max-width: 860px) {
  :root {
    --v3-grid: min(100% - 32px, 760px);
  }
  html {
    scroll-behavior: auto;
  }
  .public-site .header-inner {
    min-height: 62px;
    grid-template-columns: 1fr auto;
  }
  .public-site .brand img {
    width: 48px;
    height: 48px;
  }
  .public-site .brand-mark,
  .public-site .header-kakao {
    display: none;
  }
  .public-site .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .public-site .main-nav {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 20px 20px;
    border-bottom: 1px solid var(--v3-line);
    background: #0c1210;
  }
  .public-site .main-nav.is-open {
    display: flex;
  }
  .public-site .main-nav a {
    padding: 13px 6px;
    border-bottom: 1px solid var(--v3-line);
    font-size: 14px;
  }
  .v3-hero {
    min-height: 760px;
  }
  .v3-hero-grid {
    min-height: 760px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 58px 0;
  }
  .v3-hero-copy {
    grid-column: 1 / -1;
    max-width: 670px;
  }
  .v3-hero-scene figcaption {
    right: 16px;
    bottom: 16px;
  }
  .v3-hero h1 {
    font-size: clamp(3rem, 8.2vw, 4.1rem);
  }
  .v3-founder-frame {
    grid-column: 1 / -1;
    min-height: 0;
    height: 560px;
    margin-top: 26px;
  }
  .v3-status-panel {
    grid-template-columns: 1fr 1fr;
    bottom: 22px;
  }
  .v3-status-panel span:nth-child(2) {
    border-right: 0;
  }
  .v3-status-panel span:nth-child(-n+2) {
    border-bottom: 1px solid var(--v3-line);
  }
  .v3-scratch-stage {
    min-height: auto;
  }
  .v3-scratch-grid {
    grid-template-columns: 1fr;
    padding: 92px 0;
  }
  .v3-section-index,
  .v3-scratch-head,
  .v3-scratch-lines,
  .v3-scratch-close {
    grid-column: 1;
  }
  .v3-section-index {
    writing-mode: horizontal-tb;
  }
  .v3-scratch-lines {
    min-height: 0;
    margin-top: 46px;
  }
  .v3-scratch-lines article {
    opacity: 1;
    transform: none;
  }
  .v3-bento article,
  .v3-bento .v3-bento-wide,
  .v3-bento-helper {
    grid-column: span 6 !important;
  }
  .v3-selector-layout,
  .v3-story-grid,
  .v3-tracking-grid,
  .v3-faq-grid,
  .v3-final-grid {
    grid-template-columns: 1fr;
  }
  .v3-symptom-result {
    position: relative;
    top: auto;
  }
  .v3-story-sticky {
    position: relative;
    top: auto;
  }
  .v3-final-face {
    height: 520px;
  }
}

@media (max-width: 560px) {
  :root {
    --v3-grid: calc(100% - 28px);
  }
  body.public-site {
    padding-bottom: 72px;
  }
  .public-site .header-inner {
    width: calc(100% - 28px);
  }
  .v3-section {
    padding: 76px 0;
  }
  .v3-section-heading {
    margin-bottom: 38px;
  }
  .v3-section-heading h2,
  .v3-story h2,
  .v3-tracking-proof h2,
  .v3-final h2 {
    font-size: 42px;
    line-height: 1.02;
  }
  .v3-hero-grid {
    min-height: calc(100svh - 62px);
    padding-top: 30px;
    padding-bottom: 54px;
  }
  .v3-hero-copy {
    align-self: start;
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: 18px;
    padding-left: 16px;
    margin-left: 0;
    background: rgba(5, 10, 8, .61);
  }
  .v3-hero h1 {
    max-width: none;
    font-size: clamp(2.35rem, 9.5vw, 2.75rem);
    line-height: 1.05;
    letter-spacing: -.045em;
  }
  .v3-hero-title-desktop {
    display: none !important;
  }
  .v3-hero-title-mobile {
    display: block !important;
    width: 122%;
    margin-right: -22%;
    white-space: nowrap;
    transform: scaleX(.82);
    transform-origin: left center;
  }
  .v3-hero-copy > .v3-kicker {
    max-width: none;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .06em;
  }
  .v3-hero-lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.62;
  }
  .v3-hero-actions {
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    gap: 8px;
    margin-top: 22px;
  }
  .v3-button {
    width: 100%;
  }
  .v3-hero-actions .v3-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    white-space: nowrap;
  }
  .v3-founder-frame {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 360px;
    min-height: 0;
    margin: 18px 0 0;
    z-index: 2;
  }
  .v3-founder-frame img {
    right: -4%;
    width: 84%;
    height: 100%;
    object-position: right bottom;
    transform: translateX(-5%) scale(1.42);
    transform-origin: right bottom;
  }
  .v3-founder-frame figcaption {
    right: auto;
    bottom: 10px;
    left: 0;
    display: grid;
    gap: 2px;
    max-width: 240px;
    padding: 8px 10px;
    font-size: 10px;
  }
  .v3-founder-frame figcaption span {
    letter-spacing: .06em;
  }
  .v3-status-panel {
    position: relative;
    bottom: auto;
    margin-top: 18px;
    font-size: 11px;
  }
  .v3-status-strip .v3-status-panel {
    margin-top: 0;
  }
  .v3-status-panel span {
    padding: 11px 10px;
  }
  .v3-scratch-lines article {
    grid-template-columns: 38px 1fr;
  }
  .v3-scratch-lines p {
    font-size: 25px;
  }
  .v3-bento {
    grid-template-columns: 1fr;
  }
  .v3-bento article,
  .v3-bento .v3-bento-wide,
  .v3-bento-helper {
    grid-column: 1 !important;
    min-height: 210px;
  }
  .v3-bento-helper {
    grid-template-columns: 96px 1fr;
  }
  .v3-bento-helper img {
    width: 100px;
    height: 140px;
  }
  .v3-symptom-tabs button {
    min-height: 58px;
    font-size: 14px;
  }
  .v3-symptom-result {
    min-height: 590px;
    padding: 26px 20px;
  }
  .v3-symptom-result-head {
    display: grid;
  }
  .v3-symptom-result-head strong {
    max-width: none;
    text-align: left;
  }
  .v3-symptom-result dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .v3-dduri-point {
    width: 132px;
  }
  .v3-service-list a {
    grid-template-columns: 38px 1fr 26px;
    gap: 10px;
    padding: 23px 2px;
  }
  .v3-service-list p {
    font-size: 13px;
    line-height: 1.55;
  }
  .v3-case-controls {
    margin: 0 0 14px;
  }
  .v3-case-card {
    flex-basis: 86vw;
    min-height: 360px;
  }
  .v3-story-body article {
    grid-template-columns: 34px 1fr;
  }
  .v3-final-face {
    height: 460px;
  }
  .v3-final-dduri {
    width: 130px;
    height: 150px;
  }
  .public-site .mobile-cta {
    grid-template-columns: .8fr 1.2fr;
    background: #0b100f;
  }
  .public-site .mobile-cta a {
    min-height: 58px;
    border-radius: 0;
  }
  .public-site .mobile-cta-call {
    border: 1px solid rgba(255, 255, 255, .18);
    background: #16201d;
    color: #fff;
  }
  .public-site .mobile-cta-kakao {
    background: var(--v3-kakao);
    color: #111;
  }
  .public-site .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-v3-helper {
    float: none;
    margin: 10px 0 0;
  }
}

@media (max-width: 430px) {
  .v3-hero {
    min-height: calc(100svh - 62px);
  }
  .v3-hero-scene {
    display: none;
    animation: none !important;
    opacity: 0;
    transform: none;
  }
  .v3-hero-scene-1 {
    display: block;
    opacity: 1;
  }
  .v3-hero-scene img {
    object-position: center;
  }
  .v3-hero-scene figcaption {
    right: 14px;
    bottom: 12px;
    max-width: 260px;
    padding: 8px 10px;
  }
  .v3-hero-copy {
    max-width: calc(100% - 14px);
  }
}

@media (max-width: 375px) {
  .v3-hero h1 {
    font-size: 35px;
  }
  .v3-hero-title-mobile {
    width: 125%;
    margin-right: -25%;
    transform: scaleX(.8);
  }
  .v3-hero-actions .v3-button {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  .public-site *,
  .public-site *::before,
  .public-site *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .js .public-site [data-reveal].v3-reveal-ready {
    opacity: 1;
    transform: none;
  }
  .v3-hero-scene {
    display: none;
    animation: none !important;
    opacity: 0;
    transform: none;
  }
  .v3-hero-scene-1 {
    display: block;
    opacity: 1;
  }
}

@media print {
  .public-site .site-header,
  .public-site .mobile-cta,
  .v3-case-controls {
    display: none !important;
  }
  .public-site,
  .v3-section,
  .v3-hero,
  .v3-final {
    background: #fff !important;
    color: #111 !important;
  }
}

/* V3.4 Founder First Hero */
.v3-hero-story,
.v3-hero-scene,
.v3-status-strip,
.v3-hero-line {
  display: none !important;
  animation: none !important;
}

.v3-hero-copy {
  max-width: 640px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.v3-hero-copy h1,
.v3-hero-copy p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
}

@media (max-width: 1100px) {
  .v3-hero-grid {
    min-height: 760px;
  }
}

@media (max-width: 860px) {
  .v3-hero,
  .v3-hero-grid {
    min-height: 980px;
  }

  .v3-hero-grid {
    padding: 52px 0 36px;
  }

  .v3-founder-frame {
    height: 310px;
    margin-top: 18px;
    overflow: hidden;
  }

  .v3-hero h1 {
    font-size: clamp(2.8rem, 6.3vw, 3.4rem);
  }

  .v3-hero-title-desktop {
    display: none !important;
  }

  .v3-hero-title-mobile {
    display: block !important;
    width: 100%;
    white-space: nowrap;
    transform: none;
  }

  .v3-founder-frame img {
    object-position: center top;
    transform: scale(1.75) translateY(-10%);
    transform-origin: center top;
  }
}

@media (max-width: 560px) {
  .v3-hero,
  .v3-hero-grid {
    min-height: calc(100svh - 62px);
  }

  .v3-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 24px;
    padding-bottom: 84px;
  }

  .v3-hero-copy {
    order: 1;
    align-self: start;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }

  .v3-operator,
  .v3-hero-copy > .v3-kicker {
    display: none;
  }

  .v3-hero h1 {
    max-width: none;
    font-size: clamp(2.2rem, 9.2vw, 2.65rem);
  }

  .v3-hero-title-mobile {
    width: 100%;
    margin-right: 0;
    white-space: nowrap;
    transform: none;
  }

  .v3-founder-frame {
    order: 2;
    align-self: center;
    position: relative;
    top: auto;
    right: auto;
    width: 82%;
    height: clamp(310px, 39svh, 360px);
    min-height: 0;
    margin: 10px auto 0;
    overflow: hidden;
    z-index: 2;
  }

  .v3-founder-frame img {
    right: 0;
    width: 100%;
    height: 100%;
    object-position: center top;
    transform: scale(1.7) translateY(-10%);
    transform-origin: center top;
  }
}

@media (max-width: 430px) {
  .v3-hero-copy {
    max-width: none;
  }
}

@media (max-width: 375px) {
  .v3-hero-title-mobile {
    width: 100%;
    margin-right: 0;
    transform: none;
  }
}

/* V3.5 Editorial Hero */
.public-site .header-inner {
  min-height: 68px;
  grid-template-columns: 220px 1fr auto;
}

.public-site .brand {
  gap: 8px;
}

.public-site .brand img {
  width: 52px;
  height: 52px;
  padding: 0;
  background: transparent;
}

.public-site .brand > span {
  display: block;
}

.public-site .brand > span > strong {
  font-size: 19px;
  font-weight: 760;
}

.v3-hero {
  min-height: calc(100svh - 68px);
  background:
    radial-gradient(circle at 82% 30%, rgba(98, 212, 183, .09), transparent 25%),
    linear-gradient(125deg, #090d0c 0%, #101715 58%, #09100e 100%);
}

.v3-hero::before {
  opacity: .035;
}

.v3-hero-grid {
  min-height: calc(100svh - 68px);
}

.v3-hero-copy {
  max-width: 700px;
}

.v3-editorial-title {
  width: min(700px, 100%);
  max-width: none !important;
  min-width: 0;
  margin: 0;
  font-size: inherit !important;
  line-height: inherit !important;
}

.v35-title-stage {
  position: relative;
  display: block;
  width: 100%;
  height: 230px;
  overflow: visible;
}

.v35-title-slide {
  position: absolute;
  inset: 0;
  display: grid !important;
  align-content: center;
  justify-items: start;
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
  pointer-events: none;
}

.v35-title-slide-1 {
  opacity: 1;
  transform: translateY(0);
  animation: v35-title-one 12.5s ease-out infinite;
}

.v35-title-slide-2 {
  animation: v35-title-two 12.5s ease-out infinite;
}

.v35-title-slide-3 {
  animation: v35-title-three 12.5s ease-out infinite;
}

.v35-title-line {
  display: block !important;
  width: max-content;
  max-width: 100%;
  color: var(--v3-paper);
  line-height: 1.04;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.v35-title-small {
  margin-left: 0;
  font-size: clamp(28px, 2.1vw, 34px);
  font-weight: 540 !important;
  letter-spacing: -.025em;
}

.v35-title-medium {
  margin-top: 8px;
  margin-left: clamp(0px, 2.2vw, 32px);
  font-size: clamp(46px, 3.45vw, 56px);
  font-weight: 680 !important;
}

.v35-title-large {
  margin-top: 5px;
  margin-left: clamp(24px, 4.4vw, 64px);
  font-size: clamp(68px, 5.05vw, 82px);
  font-weight: 720 !important;
}

.v35-title-slide-2 .v35-title-medium {
  margin-top: 0;
  margin-left: 0;
}

.v35-title-slide-2 .v35-title-large {
  margin-left: clamp(52px, 7.1vw, 104px);
}

.v35-title-slide-3 .v35-title-large {
  margin-top: 14px;
  margin-left: clamp(22px, 3.2vw, 46px);
}

.v35-title-line em {
  color: var(--v3-teal);
  font-style: normal;
  font-weight: inherit;
}

@keyframes v35-title-one {
  0%, 32% {
    opacity: 1;
    transform: translateY(0);
  }
  36%, 96% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes v35-title-two {
  0%, 32%, 64%, 100% {
    opacity: 0;
    transform: translateY(12px);
  }
  36%, 60% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes v35-title-three {
  0%, 60%, 100% {
    opacity: 0;
    transform: translateY(12px);
  }
  64%, 96% {
    opacity: 1;
    transform: translateY(0);
  }
}

.v3-founder-frame {
  grid-column: 8 / -1;
  right: -10%;
  min-height: 650px;
  overflow: visible;
  transform: none;
}

.v3-founder-frame::before {
  inset: 8% 0 4% 0;
  border: 0;
  background: radial-gradient(circle at 55% 33%, rgba(98, 212, 183, .075), transparent 43%);
}

.v3-founder-frame::after {
  right: -10%;
  bottom: -1px;
  left: -12%;
  z-index: 3;
  height: 30%;
  border-radius: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(11, 16, 15, .72) 72%, #0b100f 100%);
  filter: none;
}

.v3-founder-frame img {
  right: 0;
  width: 100%;
  height: 100%;
  object-position: center bottom;
  filter: saturate(.84) contrast(1.02) brightness(.97) drop-shadow(0 18px 24px rgba(0, 0, 0, .18));
  transform: scale(1.18);
  transform-origin: center bottom;
}

.v3-founder-light {
  background: radial-gradient(circle at 54% 29%, rgba(135, 234, 207, .075), transparent 31%);
}

@media (max-width: 1100px) {
  .v35-title-stage {
    height: 216px;
  }

  .v35-title-small {
    font-size: clamp(28px, 2.8vw, 32px);
  }

  .v35-title-medium {
    font-size: clamp(42px, 4.5vw, 50px);
  }

  .v35-title-large {
    font-size: clamp(60px, 6.1vw, 68px);
  }

  .v3-founder-frame {
    right: -8%;
  }
}

@media (max-width: 860px) {
  .public-site .header-inner {
    min-height: 66px;
    grid-template-columns: 1fr auto;
  }

  .public-site .brand img {
    width: 50px;
    height: 50px;
  }

  .v3-hero,
  .v3-hero-grid {
    min-height: 0;
  }

  .v3-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 42px;
    padding-bottom: 82px;
  }

  .v3-hero-copy {
    order: 1;
    align-self: start;
    width: 100%;
    max-width: none;
  }

  .v35-title-stage {
    height: 194px;
  }

  .v35-title-small {
    font-size: clamp(24px, 3.5vw, 28px);
  }

  .v35-title-medium {
    font-size: clamp(36px, 5.4vw, 46px);
  }

  .v35-title-large {
    font-size: clamp(52px, 7.5vw, 64px);
  }

  .v3-founder-frame {
    order: 2;
    align-self: center;
    position: relative;
    top: auto;
    right: -8%;
    width: 72%;
    height: 340px;
    min-height: 0;
    margin-top: 2px;
    overflow: hidden;
  }

  .v3-founder-frame img {
    object-position: center top;
    transform: scale(1.92) translateY(-8%);
    transform-origin: center top;
  }
}

@media (max-width: 560px) {
  .public-site .header-inner {
    width: min(100% - 24px, 1480px);
    min-height: 64px;
  }

  .public-site .brand {
    gap: 6px;
  }

  .public-site .brand img {
    width: 48px;
    height: 48px;
  }

  .public-site .brand > span > strong {
    font-size: 18px;
  }

  .v3-hero-grid {
    min-height: calc(100svh - 64px);
    padding-top: 20px;
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  .v35-title-stage {
    height: 164px;
  }

  .v35-title-slide {
    align-content: start;
    padding-top: 4px;
  }

  .v35-title-small {
    font-size: clamp(20px, 5.6vw, 24px);
  }

  .v35-title-medium {
    margin-top: 7px;
    margin-left: 0;
    font-size: clamp(32px, 8.6vw, 38px);
  }

  .v35-title-large {
    margin-top: 4px;
    margin-left: 8%;
    font-size: clamp(44px, 12vw, 52px);
  }

  .v35-title-slide-2 {
    padding-top: 16px;
  }

  .v35-title-slide-2 .v35-title-large {
    margin-left: 15%;
  }

  .v35-title-slide-3 {
    padding-top: 15px;
  }

  .v35-title-slide-3 .v35-title-large {
    margin-top: 12px;
    margin-left: 5%;
  }

  .v3-hero-lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  .v3-hero-actions {
    margin-top: 20px;
  }

  .v3-founder-frame {
    right: -8%;
    width: 94%;
    height: clamp(292px, 35svh, 330px);
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  .v3-founder-frame::after {
    right: -8%;
    left: -8%;
    height: 25%;
  }

  .v3-founder-frame img {
    width: 100%;
    height: 100%;
    object-position: center top;
    transform: scale(1.92) translateY(-8%);
    transform-origin: center top;
  }
}

@media (max-width: 390px) {
  .v35-title-stage {
    height: 156px;
  }

  .v35-title-small {
    font-size: 20px;
  }

  .v35-title-medium {
    font-size: clamp(31px, 8.45vw, 34px);
  }

  .v35-title-large {
    font-size: clamp(43px, 11.6vw, 47px);
  }

  .v3-hero-actions {
    gap: 8px;
  }

  .v3-button {
    min-height: 54px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }

  .v3-founder-frame {
    height: clamp(270px, 33svh, 305px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .v35-title-slide {
    display: none !important;
    animation: none !important;
    opacity: 0;
    transform: none;
  }

  .v35-title-slide-1 {
    display: grid !important;
    opacity: 1;
  }
}

/* V3.5.1 Final Mobile Hero Correction */
.public-site .brand img {
  width: 56px;
  height: 56px;
}

.v35-title-small {
  color: #aeb9b4;
}

@media (max-width: 860px) {
  .public-site .brand img {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 560px) {
  .public-site .header-inner {
    min-height: 64px;
  }

  .public-site .brand img {
    width: 54px;
    height: 54px;
  }

  .v3-hero,
  .v3-hero-grid {
    min-height: 0;
  }

  .v3-hero-grid {
    padding-top: 18px;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .v35-title-stage {
    height: 150px;
  }

  .v35-title-slide {
    padding-top: 2px;
  }

  .v35-title-medium {
    margin-top: 5px;
  }

  .v35-title-large {
    margin-top: 3.5px;
    font-size: clamp(42px, 11vw, 48px);
  }

  .v35-title-slide-2 {
    padding-top: 14px;
  }

  .v35-title-slide-3 {
    padding-top: 13px;
  }

  .v35-title-slide-3 .v35-title-large {
    margin-top: 10px;
  }

  .v3-hero-lead {
    margin-top: 10px;
  }

  .v3-hero-actions {
    margin-top: 16px;
  }

  .v3-founder-frame {
    right: 0;
    width: 100%;
    height: clamp(340px, 44svh, 412px);
    margin-top: -2px;
  }

  .v3-founder-frame::after {
    right: -4%;
    left: -4%;
    height: 18%;
  }

  .v3-founder-frame img {
    object-position: center top;
    transform: scale(2.25) translateY(-40px);
    transform-origin: center top;
  }
}

@media (max-width: 390px) {
  .v35-title-stage {
    height: 146px;
  }

  .v35-title-medium {
    font-size: clamp(30px, 8.1vw, 33px);
  }

  .v35-title-large {
    font-size: clamp(41px, 10.8vw, 45px);
  }

  .v3-founder-frame {
    height: clamp(340px, 44svh, 380px);
  }
}

/* V3.6 Synced Hero Story */
.v35-title-slide {
  animation: none;
  transition:
    opacity .6s ease,
    transform .6s ease;
}

.v35-title-slide:not(.is-active) {
  opacity: 0;
  transform: translateY(12px);
}

.v35-title-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

[data-synced-hero] {
  isolation: isolate;
}

.v36-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.01);
  transition:
    opacity .6s ease,
    transform .6s ease;
  pointer-events: none;
}

.v36-hero-image.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.v36-hero-image > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.v36-hero-image-founder {
  overflow: visible;
}

.v36-hero-image-founder > img {
  object-fit: contain;
}

.v36-hero-image-work > img {
  object-fit: cover;
  filter: saturate(.82) contrast(1.03) brightness(.82);
  transform: none;
}

.v36-hero-image-work::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right, #0b100f 0%, rgba(11, 16, 15, .76) 4%, transparent 13%),
    linear-gradient(to left, #0b100f 0%, rgba(11, 16, 15, .76) 4%, transparent 13%),
    linear-gradient(to bottom, #0b100f 0%, rgba(11, 16, 15, .62) 3%, transparent 9%),
    linear-gradient(to top, #0b100f 0%, rgba(11, 16, 15, .78) 6%, transparent 17%);
  pointer-events: none;
}

.v36-hero-image-borescope > img {
  object-position: 68% center;
}

.v36-hero-image-toilet > img {
  object-position: 58% center;
}

[data-synced-hero]::after {
  pointer-events: none;
}

@media (max-width: 860px) {
  .v36-hero-image {
    overflow: hidden;
  }

  .v36-hero-image-founder > img {
    object-fit: contain;
  }

  .v36-hero-image-work > img {
    object-fit: cover;
    transform: none;
  }

  .v36-hero-image-borescope > img {
    object-position: 61% center;
  }

  .v36-hero-image-toilet > img {
    object-position: 56% center;
  }
}

/* V3.6.1 Visual Hotfix */
.public-site .brand {
  gap: 10px;
}

.public-site .brand img {
  width: auto;
  height: 44px;
  padding: 0;
  background: transparent;
  filter: none;
}

@media (max-width: 768px) {
  .public-site .brand img {
    width: auto;
    height: 42px;
  }

  .v36-hero-image-work::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .v36-hero-image-founder > img {
    object-fit: contain;
    object-position: center top;
    transform: scale(1.92) translateY(-16px);
    transform-origin: center top;
  }
}

/* V3.6.2 Visual Acceptance Correction */
body.public-site.immersive-v3 .site-header .main-nav a:hover,
body.public-site.immersive-v3 .site-header .main-nav a:focus-visible,
body.public-site.immersive-v3 .site-header .main-nav a[aria-current="page"] {
  background: transparent;
  background-color: transparent;
  color: #f7faf8 !important;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  text-shadow: none;
}

body.public-site.immersive-v3 .site-header .main-nav a:focus-visible {
  outline: 2px solid rgba(98, 212, 183, .88);
  outline-offset: 5px;
}

.public-site .brand {
  gap: 0;
}

.public-site .brand strong {
  color: #f4f7f5;
  font-weight: 760;
  letter-spacing: -.025em;
}

@media (min-width: 769px) {
  .v36-hero-image-work > img {
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 13%, #000 87%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 11%, #000 82%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to right, transparent 0%, #000 13%, #000 87%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 11%, #000 82%, transparent 100%);
    mask-composite: intersect;
  }

  .v36-hero-image-work::after {
    display: none;
  }
}

@supports not ((mask-image: linear-gradient(#000, transparent)) or (-webkit-mask-image: linear-gradient(#000, transparent))) {
  @media (min-width: 769px) {
    .v36-hero-image-work::before,
    .v36-hero-image-work::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 3;
      display: block;
      pointer-events: none;
    }

    .v36-hero-image-work::before {
      background:
        linear-gradient(to right, #0b100f 0%, transparent 14%),
        linear-gradient(to left, #0b100f 0%, transparent 14%);
    }

    .v36-hero-image-work::after {
      background:
        linear-gradient(to bottom, #0b100f 0%, transparent 12%),
        linear-gradient(to top, #0b100f 0%, transparent 19%);
    }
  }
}

@media (max-width: 560px) {
  .v36-hero-image-founder {
    overflow: hidden;
  }

  .v36-hero-image-founder > img {
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    transform-origin: center bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v35-title-slide,
  .v36-hero-image {
    display: none !important;
    animation: none !important;
    transition: none !important;
    opacity: 0;
    transform: none;
  }

  .v35-title-slide-1,
  .v36-hero-image-founder {
    display: block !important;
    opacity: 1;
  }
}
