*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --surface: #f7f8fb;
  --ink: #090a0d;
  --blue: #2f6bff;
  --blue-deep: #174ee7;
  --blue-soft: rgba(47, 107, 255, 0.14);
  --focus: #2f6bff;
  --pink: #e94f86;
  --font-body: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', sans-serif;
  --font-display: 'Space Grotesk', 'Pretendard Variable', 'Noto Sans KR', sans-serif;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgba(47, 107, 255, 0.1), transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(47, 107, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfcff 0%, var(--surface) 100%);
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  isolation: isolate;
}

body::before {
  content: 'AVERON';
  position: fixed;
  left: 50%;
  top: 53%;
  z-index: 0;
  transform: translate(-50%, -50%);
  color: rgba(47, 107, 255, 0.07);
  font-family: var(--font-display);
  font-size: clamp(4.8rem, 13vw, 13.5rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 16px 42px rgba(47, 107, 255, 0.055);
  pointer-events: none;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(47, 107, 255, 0.045), transparent 24%, transparent 76%, rgba(47, 107, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img, svg {
  display: block;
  max-width: 100%;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.littly-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 438px);
  margin: 0 auto;
  padding: 30px 16px 38px;
}

.keyword-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: none;
  overflow: hidden;
  pointer-events: none;
}

.keyword-chip {
  --rotate: 0deg;
  --drift-x: 18px;
  --drift-y: -16px;
  --drift-x-2: -14px;
  --drift-y-2: 22px;
  --drift-x-3: 10px;
  --drift-y-3: 12px;
  --float-rotate: 3deg;
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--ink);
  border-radius: 5px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    6px 6px 0 rgba(47, 107, 255, 0.16),
    0 18px 34px -26px rgba(9, 10, 13, 0.42);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(var(--rotate));
  animation: keywordFloat 14.5s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.keyword-chip::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 11px;
  border-radius: 999px;
  background: var(--blue);
}

.keyword-chip-strategy {
  left: max(34px, calc(50% - 700px));
  top: 24%;
  --rotate: -5deg;
  --drift-x: 68px;
  --drift-y: -34px;
  --drift-x-2: -42px;
  --drift-y-2: 28px;
  --drift-x-3: 30px;
  --drift-y-3: 58px;
  --float-rotate: 7deg;
}

.keyword-chip-sales {
  right: max(38px, calc(50% - 710px));
  top: 31%;
  color: #fff;
  background: var(--ink);
  box-shadow:
    6px 6px 0 rgba(47, 107, 255, 0.28),
    0 18px 34px -26px rgba(9, 10, 13, 0.42);
  --rotate: 3.5deg;
  --drift-x: -74px;
  --drift-y: 38px;
  --drift-x-2: 36px;
  --drift-y-2: -40px;
  --drift-x-3: -46px;
  --drift-y-3: -64px;
  --float-rotate: -8deg;
  animation-duration: 16.2s;
  animation-delay: -3.8s;
}

.keyword-chip-sales::after {
  background: #fff;
}

.keyword-chip-content {
  left: max(42px, calc(50% - 760px));
  bottom: 24%;
  color: #fff;
  background: var(--blue);
  box-shadow:
    6px 6px 0 var(--ink),
    0 18px 34px -26px rgba(9, 10, 13, 0.42);
  --rotate: 4deg;
  --drift-x: 88px;
  --drift-y: 42px;
  --drift-x-2: -54px;
  --drift-y-2: -36px;
  --drift-x-3: 44px;
  --drift-y-3: -70px;
  --float-rotate: 9deg;
  animation-duration: 17.4s;
  animation-delay: -6.2s;
}

.keyword-chip-content::after {
  background: #fff;
}

.keyword-chip-data {
  left: max(46px, calc(50% - 650px));
  top: 15%;
  color: var(--blue-deep);
  background: #eaf1ff;
  --rotate: -2.5deg;
  --drift-x: -76px;
  --drift-y: 30px;
  --drift-x-2: 48px;
  --drift-y-2: 34px;
  --drift-x-3: -34px;
  --drift-y-3: -42px;
  --float-rotate: -7deg;
  animation-duration: 15.6s;
  animation-delay: -2.1s;
}

.keyword-chip-brand {
  right: max(42px, calc(50% - 760px));
  bottom: 24%;
  background: #f3f7ff;
  --rotate: 4deg;
  --drift-x: -92px;
  --drift-y: -34px;
  --drift-x-2: 46px;
  --drift-y-2: 44px;
  --drift-x-3: -38px;
  --drift-y-3: 72px;
  --float-rotate: -9deg;
  animation-duration: 18s;
  animation-delay: -8.4s;
}

@keyframes keywordFloat {
  0%, 100% {
    translate: 0 0;
    rotate: 0deg;
  }
  24% {
    translate: var(--drift-x) var(--drift-y);
    rotate: var(--float-rotate);
  }
  52% {
    translate: var(--drift-x-2) var(--drift-y-2);
    rotate: calc(var(--float-rotate) * -0.7);
  }
  76% {
    translate: var(--drift-x-3) var(--drift-y-3);
    rotate: calc(var(--float-rotate) * 0.5);
  }
}

.profile-panel {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-mark {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 14px 17px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    5px 5px 0 rgba(47, 107, 255, 0.18),
    0 18px 38px rgba(9, 10, 13, 0.07);
}

.brand-mark img {
  width: 110px;
  height: auto;
}

h1 {
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: 14px;
  font-family: var(--font-display);
  font-size: clamp(1.46rem, 5.4vw, 1.72rem);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  word-break: keep-all;
}

.studio-proof {
  margin: 18px 0 12px;
  padding: 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    3px 3px 0 rgba(47, 107, 255, 0.13),
    0 12px 24px rgba(9, 10, 13, 0.045);
}

.studio-proof-head {
  position: relative;
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
  padding: 12px 13px 12px 15px;
  border: 1px solid rgba(47, 107, 255, 0.38);
  border-left: 5px solid var(--blue);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(47, 107, 255, 0.17), rgba(47, 107, 255, 0.05) 64%),
    #f5f8ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.studio-proof-head::before {
  content: none;
}

.studio-proof-head span {
  color: #174ee7;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
}

.studio-proof-head strong {
  color: #5f5e5b;
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 600;
  word-break: keep-all;
}

.studio-grid {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0 0 5px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.studio-grid.is-dragging {
  cursor: grabbing;
}

.studio-grid::-webkit-scrollbar {
  height: 6px;
}

.studio-grid::-webkit-scrollbar-track {
  background: rgba(9, 10, 13, 0.06);
  border-radius: 999px;
}

.studio-grid::-webkit-scrollbar-thumb {
  background: rgba(47, 107, 255, 0.42);
  border-radius: 999px;
}

.studio-card {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 10, 13, 0.18);
  border-radius: 6px;
  background: #111;
  box-shadow: none;
  aspect-ratio: 16 / 11;
}

.studio-open {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: grab;
  font: inherit;
  text-align: left;
  touch-action: pan-y;
}

.studio-grid.is-dragging .studio-open {
  cursor: grabbing;
}

.studio-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-card:hover img,
.studio-open:focus-visible img {
  transform: scale(1.04);
}

.studio-open:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -5px;
}

.process-open {
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.quick-actions {
  display: grid;
  gap: 8px;
}

.priority-actions {
  margin-top: 18px;
}

.link-card {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 66px;
  gap: 11px;
  padding: 11px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-family: var(--font-body);
  text-align: left;
  cursor: pointer;
  box-shadow:
    3px 3px 0 rgba(47, 107, 255, 0.13),
    0 12px 24px rgba(9, 10, 13, 0.045);
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.22s ease;
}

.process-card {
  background: #fff;
}

.link-card:hover {
  transform: translate(-1px, -2px);
  box-shadow:
    5px 5px 0 var(--ink),
    0 18px 30px rgba(9, 10, 13, 0.1);
}

.brand-mark:focus-visible,
.link-card:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.link-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid currentColor;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.link-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.35;
}

.link-icon.process-icon {
  color: #fff;
  background: var(--blue);
}

.process-icon path {
  fill: currentColor;
  stroke: none;
}

.notice-icon {
  color: var(--blue);
  background: rgba(47, 107, 255, 0.13);
}

.portfolio-icon {
  color: var(--blue-deep);
  background: rgba(47, 107, 255, 0.13);
}

.portfolio-icon path:last-child,
.shortform-icon path:last-child {
  fill: currentColor;
  stroke: none;
}

.instagram-icon {
  color: var(--pink);
  background: rgba(233, 79, 134, 0.13);
}

.shortform-icon {
  color: #ff0033;
  background: rgba(255, 0, 51, 0.11);
}

.review-icon {
  color: #0f9f7a;
  background: rgba(15, 159, 122, 0.12);
}

.review-icon path:last-child {
  fill: currentColor;
  stroke: none;
}

.home-icon {
  color: #111827;
  background: rgba(17, 24, 39, 0.08);
}

.link-card strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.link-card small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.35;
  opacity: 0.68;
  word-break: keep-all;
}

.review-teaser-card {
  grid-template-columns: 44px minmax(0, 1fr) 76px auto;
  overflow: hidden;
}

.review-preview-stack {
  position: relative;
  display: block;
  width: 76px;
  height: 48px;
}

.review-preview-stack img {
  position: absolute;
  top: 3px;
  width: 34px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 6px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
  box-shadow: 0 8px 14px rgba(9, 10, 13, 0.18);
}

.review-preview-stack img:nth-child(1) {
  left: 0;
  transform: rotate(-6deg);
}

.review-preview-stack img:nth-child(2) {
  left: 21px;
  z-index: 1;
  transform: translateY(-2px);
}

.review-preview-stack img:nth-child(3) {
  right: 0;
  transform: rotate(6deg);
}

.link-action {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(9, 10, 13, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.link-action::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.link-card:hover .link-action {
  border-color: currentColor;
  background: rgba(47, 107, 255, 0.08);
  transform: translateX(2px);
}

.link-action--expand::before {
  left: 8px;
  top: 7px;
  transform: rotate(135deg);
}

.link-action--disabled {
  border-color: rgba(9, 10, 13, 0.12);
  background: rgba(9, 10, 13, 0.04);
}

.link-action--disabled::before {
  left: 8px;
  top: 12px;
  width: 8px;
  height: 0;
  border-top: 2px solid currentColor;
  border-right: 0;
  transform: none;
}

.portfolio-open.is-expanded {
  border-bottom-color: rgba(47, 107, 255, 0.22);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fbfcff;
  box-shadow:
    5px 5px 0 rgba(47, 107, 255, 0.18),
    0 18px 30px rgba(9, 10, 13, 0.08);
}

.portfolio-open.is-expanded .portfolio-arrow {
  transform: rotate(180deg);
}

.portfolio-open.is-expanded:hover .portfolio-arrow {
  transform: rotate(180deg);
}

.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.is-disabled:hover {
  transform: none;
  box-shadow:
    4px 4px 0 rgba(47, 107, 255, 0.16),
    0 14px 28px rgba(9, 10, 13, 0.055);
}

.is-disabled:hover .link-action {
  border-color: rgba(9, 10, 13, 0.12);
  background: rgba(9, 10, 13, 0.04);
  transform: none;
}

.section-divider {
  height: 2px;
  margin: 46px 2px 44px;
  background: linear-gradient(90deg, transparent, rgba(9, 10, 13, 0.78) 18%, rgba(47, 107, 255, 0.48) 50%, rgba(9, 10, 13, 0.78) 82%, transparent);
}

.faq-section {
  position: relative;
  left: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  transform: none;
  background: transparent;
  box-shadow: none;
}

.faq-head {
  position: relative;
  display: block;
  gap: 12px;
  margin-bottom: 16px;
  padding: 0 64px;
  text-align: center;
}

.faq-head::before {
  content: 'FAQ';
  position: absolute;
  left: 2px;
  top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  justify-self: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--blue);
  background: transparent;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: none;
}

.faq-head h2 {
  justify-self: auto;
  color: var(--ink);
  font-size: 1.36rem;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.faq-head p {
  justify-self: auto;
  max-width: none;
  margin-top: 6px;
  color: #68707c;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.3;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item {
  position: relative;
  border: 1px solid rgba(9, 10, 13, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    2px 2px 0 rgba(47, 107, 255, 0.12),
    0 12px 24px rgba(9, 10, 13, 0.045);
  overflow: hidden;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.faq-item:hover {
  border-color: rgba(9, 10, 13, 0.42);
  transform: translateY(-1px);
  box-shadow:
    3px 3px 0 rgba(47, 107, 255, 0.16),
    0 16px 30px rgba(9, 10, 13, 0.07);
}

.faq-item[open] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98)),
    #fff;
  border-color: rgba(9, 10, 13, 0.52);
  box-shadow:
    3px 3px 0 rgba(47, 107, 255, 0.16),
    0 18px 34px rgba(9, 10, 13, 0.07);
}

.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr 20px;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 13px 42px 13px 14px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.3;
  word-break: keep-all;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '';
  position: absolute;
  right: 15px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(225deg);
}

.faq-item[open] summary {
  border-bottom: 1px solid rgba(9, 10, 13, 0.08);
}

.faq-item[open] .faq-answer {
  padding-top: 13px;
}

.faq-item[open] > p {
  padding-top: 13px;
}

.faq-item summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 22px;
  border: 1px solid rgba(47, 107, 255, 0.42);
  border-radius: 6px;
  color: var(--blue);
  background: #fff;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 900;
}

.faq-answer {
  padding: 0 36px 13px 51px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.faq-answer p {
  max-width: 31em;
  margin: 0;
  color: #4f5560;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.78;
  word-break: keep-all;
}

.faq-answer p + p {
  margin-top: 0.86em;
}

.closing-cta {
  margin-top: 12px;
  padding: 10px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 251, 0.94));
  box-shadow:
    3px 3px 0 rgba(9, 10, 13, 0.1),
    0 14px 24px rgba(9, 10, 13, 0.05);
}

.studio-lightbox,
.process-modal,
.review-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.studio-lightbox.is-open,
.process-modal.is-open,
.review-modal.is-open {
  display: flex;
}

.lightbox-backdrop,
.process-modal-backdrop,
.review-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 10, 13, 0.72);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(98vw, 1240px);
  max-height: 94svh;
}

.lightbox-panel img {
  width: 100%;
  max-height: 88svh;
  object-fit: contain;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.lightbox-panel p {
  margin-top: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
}

.lightbox-close,
.process-close,
.review-close {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close {
  right: -10px;
  top: -12px;
}

.process-document {
  position: relative;
  z-index: 1;
  width: min(96vw, 900px);
  max-height: 92svh;
  overflow-y: auto;
  padding: 0;
  border: 1px solid rgba(9, 10, 13, 0.14);
  border-radius: 10px;
  background: #fbfcff;
  color: var(--ink);
  box-shadow: 0 24px 90px rgba(9, 10, 13, 0.24);
}

.process-close {
  right: 12px;
  top: 7px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 5px;
  color: #787774;
  background: transparent;
  font-size: 1.15rem;
}

.process-close:hover {
  background: rgba(55, 53, 47, 0.08);
}

.process-modal-backdrop {
  background: rgba(15, 15, 15, 0.18);
  backdrop-filter: blur(2px);
}

.review-modal-backdrop {
  background: rgba(9, 10, 13, 0.66);
}

.review-document {
  position: relative;
  z-index: 1;
  width: min(94vw, 820px);
  max-height: 88svh;
  overflow-y: auto;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: #f6fffb;
  color: var(--ink);
  box-shadow:
    8px 8px 0 rgba(15, 159, 122, 0.22),
    0 26px 80px rgba(9, 10, 13, 0.28);
}

.review-close {
  right: 12px;
  top: 11px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.review-modal-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  gap: 3px;
  padding: 17px 58px 15px 18px;
  border-bottom: 2px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(15, 159, 122, 0.14), rgba(47, 107, 255, 0.05) 72%),
    #f6fffb;
}

.review-modal-head span {
  color: #0f7f63;
  font-size: 0.82rem;
  font-weight: 900;
}

.review-modal-head strong {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
}

.review-gallery {
  display: block;
  padding: 14px;
}

.review-gallery figure {
  width: 100%;
  margin: 0 0 12px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(15, 159, 122, 0.14);
  break-inside: avoid;
}

.review-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 720px) {
  .review-gallery {
    column-count: 2;
    column-gap: 12px;
  }
}

.portfolio-expand {
  display: none;
  height: min(76svh, 780px);
  min-height: 560px;
  margin-top: -10px;
  margin-bottom: 8px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-top: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  box-shadow:
    5px 5px 0 rgba(47, 107, 255, 0.2),
    0 18px 36px rgba(9, 10, 13, 0.1);
}

.portfolio-expand.is-open {
  display: block;
}

.portfolio-section-mount {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.portfolio-section {
  --portfolio-accent: #2f6bff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 18px;
  background: #fff;
}

.portfolio-panel-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 3;
  display: none;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: 3px 3px 0 rgba(47, 107, 255, 0.18);
}

.portfolio-section-head {
  flex: 0 0 auto;
}

.portfolio-section-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 9px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  color: var(--portfolio-accent);
  background: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(47, 107, 255, 0.16);
}

.portfolio-section-title {
  margin: 0;
  font-size: clamp(1.22rem, 4vw, 1.72rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.portfolio-section-desc {
  margin-top: 6px;
  color: #555b66;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.portfolio-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.portfolio-filter-row button {
  min-height: 34px;
  padding: 0 11px;
  border: 2px solid rgba(11, 13, 18, 0.12);
  border-radius: 999px;
  background: #f7f8fa;
  color: #0b0d12;
  font-size: 0.78rem;
  font-weight: 900;
}

.portfolio-filter-row button.is-active {
  border-color: var(--portfolio-accent);
  color: var(--portfolio-accent);
  background: rgba(47, 107, 255, 0.1);
}

.portfolio-case-box {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  margin-top: 14px;
  padding: 16px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fbfcff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.portfolio-case-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(11, 13, 18, 0.08);
}

.portfolio-case-head h3 {
  margin: 0;
  color: var(--portfolio-accent);
  font-size: 0.98rem;
  letter-spacing: 0;
}

.portfolio-count {
  color: #969ca8;
  font-size: 0.7rem;
  font-weight: 900;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 7px;
}

.portfolio-card {
  --cat-color: var(--portfolio-accent);
  --cat-soft: rgba(47, 107, 255, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 320px;
  overflow: hidden;
  border: 2px solid rgba(47, 107, 255, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--cat-soft);
  text-align: left;
}

.portfolio-card[data-cat="food"] { --cat-color: #ef4444; --cat-soft: rgba(239, 68, 68, 0.12); border-color: rgba(239, 68, 68, 0.26); }
.portfolio-card[data-cat="shop"] { --cat-color: #8b5cf6; --cat-soft: rgba(139, 92, 246, 0.12); border-color: rgba(139, 92, 246, 0.26); }
.portfolio-card[data-cat="build"] { --cat-color: #0f9f7a; --cat-soft: rgba(15, 159, 122, 0.12); border-color: rgba(15, 159, 122, 0.26); }
.portfolio-card[data-cat="own"] { --cat-color: #2563eb; --cat-soft: rgba(37, 99, 235, 0.12); border-color: rgba(37, 99, 235, 0.26); }

.portfolio-card.is-hidden {
  display: none;
}

.portfolio-thumb {
  position: relative;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  height: 240px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #eef1f6;
}

.portfolio-preview-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 0.62rem;
  font-weight: 900;
}

.portfolio-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.portfolio-card-info {
  display: block;
  flex: 1 1 auto;
  padding: 10px 11px 12px;
}

.portfolio-card-no {
  display: block;
  color: var(--cat-color);
  font-size: 0.62rem;
  font-weight: 900;
}

.portfolio-card-title {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.25;
  word-break: keep-all;
}

.portfolio-card-tag {
  display: inline-flex;
  margin-top: 6px;
  padding: 4px 7px;
  border-radius: 5px;
  color: var(--cat-color);
  background: var(--cat-soft);
  font-size: 0.65rem;
  font-weight: 900;
}

.portfolio-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(9, 10, 13, 0.72);
  backdrop-filter: blur(6px);
}

.portfolio-video-lightbox.is-open {
  display: flex;
}

.portfolio-video-stage {
  position: relative;
  width: min(88vw, 420px);
}

.portfolio-video-stage video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 82svh;
  border-radius: 8px;
  background: #000;
}

.portfolio-video-close {
  position: absolute;
  right: -10px;
  top: -12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.portfolio-load-state {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 24px;
  color: #0b0d12;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 760px) {
  .portfolio-open.is-expanded {
    border-radius: 8px;
  }

  .portfolio-expand {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: rgba(9, 10, 13, 0.62);
    box-shadow: none;
    backdrop-filter: blur(6px);
  }

  .portfolio-expand.is-open {
    display: flex;
  }

  .portfolio-section-mount {
    width: min(94vw, 1180px);
    height: min(90svh, 840px);
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 8px;
    background: #fff;
    box-shadow:
      8px 8px 0 rgba(47, 107, 255, 0.24),
      0 28px 90px rgba(9, 10, 13, 0.34);
  }

  .portfolio-section {
    padding: 24px 24px 26px;
  }

  .portfolio-panel-close {
    display: grid;
  }

  .portfolio-section-head {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: end;
    gap: 18px;
  }

  .portfolio-section-head .portfolio-filter-row {
    justify-content: flex-end;
  }

  .portfolio-section-desc {
    grid-column: 1 / 2;
  }

  .portfolio-case-box {
    margin-top: 20px;
    padding: 22px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 18px;
  }

  .portfolio-card {
    min-height: 402px;
  }

  .portfolio-thumb {
    height: 318px;
  }

  .portfolio-section-mount.is-shop-filter {
    height: auto;
    max-height: min(82svh, 760px);
  }

  .portfolio-section-mount.is-shop-filter .portfolio-section {
    height: auto;
    max-height: inherit;
    padding: 22px;
    overflow: hidden;
  }

  .portfolio-section-mount.is-shop-filter .portfolio-case-box {
    flex: 0 1 auto;
    padding: 18px 20px 20px;
  }

  .portfolio-section-mount.is-shop-filter .portfolio-grid {
    flex: 0 1 auto;
    align-content: start;
    align-items: start;
    overflow-y: visible;
  }
}

@media (max-width: 759px) {
  .faq-section {
    left: auto;
    width: 100%;
    padding: 0;
    transform: none;
  }

  .faq-head {
    display: block;
    padding: 0 56px;
    text-align: center;
  }

  .faq-head::before {
    margin: 0;
  }

  .faq-head p {
    max-width: none;
    margin-top: 4px;
    justify-self: auto;
    text-align: center;
  }

  .faq-item summary {
    gap: 8px;
    min-height: 58px;
    padding: 13px 42px 13px 14px;
  }

  .faq-item summary span {
    min-width: 31px;
    height: 22px;
  }

  .faq-answer {
    padding: 0 36px 13px 51px;
  }

  .portfolio-expand {
    height: 72svh;
    min-height: 520px;
  }

  .portfolio-section {
    padding: 14px;
  }

  .portfolio-section-kicker {
    display: none;
  }

  .portfolio-section-title {
    font-size: 1.34rem;
  }

  .portfolio-section-desc {
    font-size: 0.8rem;
  }

  .portfolio-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .portfolio-filter-row button {
    flex: 0 0 auto;
  }

  .portfolio-case-box {
    margin-top: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .portfolio-case-head {
    display: none;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-right: 4px;
  }

  .portfolio-thumb {
    height: clamp(190px, 58vw, 250px);
  }

  .portfolio-card-info {
    padding: 8px;
  }

  .portfolio-card-title {
    font-size: 0.7rem;
  }

  .portfolio-panel-close {
    display: none;
  }
}

.doc-topbar {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 56px 0 16px;
  border-bottom: 1px solid rgba(9, 10, 13, 0.08);
  color: #787774;
  background: rgba(251, 252, 255, 0.96);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  font-weight: 500;
}

.doc-topbar strong {
  color: var(--ink);
  font-weight: 600;
}

.doc-page {
  width: min(100%, 740px);
  margin: 0 auto;
  padding: 46px 24px 72px;
}

.process-document h2 {
  margin: 0 0 16px;
  padding: 0;
  color: var(--ink);
  font-size: clamp(1.16rem, 4vw, 1.34rem);
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: 0;
}

.timeline-board {
  display: grid;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.timeline-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(9, 10, 13, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.96)),
    #fff;
  box-shadow:
    0 14px 30px rgba(9, 10, 13, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.timeline-card::before {
  content: '';
  position: absolute;
  inset: 14px auto 14px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--blue);
  opacity: 0.8;
}

.timeline-card h3 {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
}

.stage-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 32px;
  border: 1px solid rgba(9, 10, 13, 0.1);
  border-radius: 9px;
  flex: 0 0 auto;
  background: rgba(47, 107, 255, 0.1);
  color: #1f55d6;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
}

.stage-green {
  background: rgba(20, 184, 166, 0.12);
  color: #0f766e;
}

.stage-red {
  background: rgba(255, 86, 122, 0.12);
  color: #be123c;
}

.stage-blue {
  background: rgba(47, 107, 255, 0.12);
  color: #1f55d6;
}

.stage-yellow {
  background: rgba(47, 107, 255, 0.1);
  color: #1f55d6;
}

.stage-neutral {
  background: rgba(9, 10, 13, 0.08);
  color: var(--ink);
}

.stage-route {
  display: block;
  margin: 0;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(47, 107, 255, 0.07);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.55;
  word-break: keep-all;
}

.timeline-card blockquote {
  margin-top: 14px;
  padding-left: 14px;
  border-left: 3px solid rgba(9, 10, 13, 0.72);
  color: #1f2933;
  font-size: 0.95rem;
  line-height: 1.55;
}

.timeline-card blockquote strong {
  font-weight: 850;
}

body.modal-open {
  overflow: hidden;
}

.notice-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.notice-popup.is-open {
  display: flex;
}

.notice-popup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 10, 13, 0.72);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.notice-popup-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(94vw, 920px);
  height: min(88svh, 820px);
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    8px 8px 0 rgba(47, 107, 255, 0.24),
    0 26px 80px rgba(9, 10, 13, 0.32);
  overflow: hidden;
}

.notice-popup-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px 10px 16px;
  border-bottom: 2px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(47, 107, 255, 0.14), rgba(47, 107, 255, 0.04) 68%),
    #f5f8ff;
}

.notice-popup-bar span {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.notice-popup-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.notice-popup-close:hover {
  color: #fff;
  background: var(--ink);
}

.notice-popup-body {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  background: #fff;
}

.notice-popup-loading,
.notice-popup-error {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 26px;
  color: #4f5560;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
}

.notice-popup-body .article-card {
  --muted: #6e7378;
  --line: #ddddda;
  --highlight: #fff36a;
  --article-media-width: 560px;
  width: min(100%, 840px);
  min-height: 100%;
  margin: 0 auto;
  padding: clamp(44px, 5vw, 62px) clamp(42px, 6vw, 72px) 0;
  background: #fff;
  border-right: 1px solid #deded8;
  border-left: 1px solid #deded8;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.04);
}

.notice-popup-body .article-kicker {
  max-width: 100%;
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
  text-align: center;
}

.notice-popup-body .article-title {
  max-width: 100%;
  margin: 0 auto;
  color: #111;
  font-family: var(--font-body);
  font-size: clamp(2.08rem, 3.15vw, 2.62rem);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-align: left;
  word-break: keep-all;
}

.notice-popup-body .article-meta {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 30px auto 36px;
  gap: 13px;
  color: #4b4f54;
  font-size: 1.02rem;
}

.notice-popup-body .avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0dc;
}

.notice-popup-body .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notice-popup-body .author {
  color: #111;
  font-weight: 700;
}

.notice-popup-body .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b8b8b8;
}

.notice-popup-body hr {
  max-width: 100%;
  margin: 0 auto 42px;
  border: 0;
  border-top: 1px solid #bdbdb8;
}

.notice-popup-body .article-body {
  width: 100%;
  color: #111;
  font-size: 1.03rem;
  line-height: 1.8;
  word-break: keep-all;
}

.notice-popup-body .naver-post .se-main-container,
.notice-popup-body .naver-post .se-component,
.notice-popup-body .naver-post .se-component-content,
.notice-popup-body .naver-post .se-section,
.notice-popup-body .naver-post .se-module-text {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.notice-popup-body .naver-post p {
  max-width: 32em;
  min-height: 0;
  margin: 0 auto;
  color: #111;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}

.notice-popup-body .naver-post .shortform-post p {
  margin-bottom: 0;
  line-height: 1.8;
}

.notice-popup-body .naver-post p:empty,
.notice-popup-body .naver-post p.is-empty-line {
  display: none;
}

.notice-popup-body .naver-post p.has-soft-gap,
.notice-popup-body .naver-post p.has-medium-gap,
.notice-popup-body .naver-post p.has-section-gap,
.notice-popup-body .naver-post .shortform-post p.has-soft-gap,
.notice-popup-body .naver-post .shortform-post p.has-medium-gap,
.notice-popup-body .naver-post .shortform-post p.has-section-gap {
  margin-top: 0;
}

.notice-popup-body .naver-post .se-component + .se-component,
.notice-popup-body .naver-post .shortform-post .se-component + .se-component {
  margin-top: 0;
}

.notice-popup-body .naver-post span { line-height: inherit; }
.notice-popup-body .naver-post .se-text-paragraph-align-center { text-align: center; }
.notice-popup-body .naver-post .se-text-paragraph-align-left { text-align: left; }
.notice-popup-body .naver-post .se-text-paragraph-align-right { text-align: right; }

.notice-popup-body .naver-post .se-fs-fs19 {
  font-size: 1.24rem;
  line-height: 1.68;
}

.notice-popup-body .naver-post p:has(.se-fs-fs19) {
  margin-top: 0;
  margin-bottom: 0;
}

.notice-popup-body .naver-post b,
.notice-popup-body .naver-post strong {
  font-weight: 700;
  letter-spacing: -0.005em;
}

.notice-popup-body .naver-post i {
  font-style: normal;
}

.notice-popup-body .naver-post span[style*="color:#ff0010"],
.notice-popup-body .naver-post span[style*="color: #ff0010"] {
  color: #e00000 !important;
  background: transparent !important;
  background-color: transparent !important;
  font-weight: 800;
}

.notice-popup-body .naver-post span[style*="color:#007433"],
.notice-popup-body .naver-post span[style*="color: #007433"] {
  color: #00612b !important;
  background: transparent !important;
  background-color: transparent !important;
  font-weight: 800;
}

.notice-popup-body .naver-post span[style*="color:#0068ff"],
.notice-popup-body .naver-post span[style*="color: #0068ff"],
.notice-popup-body .naver-post span[style*="color:#0066ff"],
.notice-popup-body .naver-post span[style*="color: #0066ff"] {
  color: #0054d6 !important;
  background: transparent !important;
  background-color: transparent !important;
  font-weight: 800;
}

.notice-popup-body .naver-post span[style*="background-color:#ffffff"],
.notice-popup-body .naver-post span[style*="background-color: #ffffff"] {
  background-color: transparent !important;
}

.notice-popup-body .naver-post span[style*="background-color:#fdd5f5"],
.notice-popup-body .naver-post span[style*="background-color:#fff36a"],
.notice-popup-body .naver-post span[style*="background-color:#ffff00"] {
  background-color: var(--highlight) !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.notice-popup-body .naver-post .se-component.se-image {
  width: min(100%, var(--article-media-width));
  max-width: var(--article-media-width);
  margin: 0 auto;
}

.notice-popup-body .naver-post .article-cover {
  width: min(100%, var(--article-media-width));
  max-width: var(--article-media-width);
  margin: 0 auto 44px;
}

.notice-popup-body .naver-post .article-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: contain;
}

.notice-popup-body .naver-post .se-component.se-image .se-component-content,
.notice-popup-body .naver-post .se-component.se-image .se-component-content-fit,
.notice-popup-body .naver-post .se-component.se-image .se-component-content-normal,
.notice-popup-body .naver-post .se-component.se-image .se-component-content-extend,
.notice-popup-body .naver-post .se-component.se-image .se-section-image,
.notice-popup-body .naver-post .se-component.se-image .se-module-image,
.notice-popup-body .naver-post .se-component.se-image .se-module-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.notice-popup-body .naver-post .se-component.se-image .se-module-image,
.notice-popup-body .naver-post .se-component.se-image .se-module-image a {
  display: block !important;
}

.notice-popup-body .naver-post .se-component.se-image img,
.notice-popup-body .naver-post .se-component.se-image .se-image-resource {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain;
}

.notice-popup-body .naver-post .se-component.se-image + .se-component.se-image {
  margin-top: 4px;
}

.notice-popup-body .naver-post .se-component:not(.se-image) + .se-component.se-image {
  margin-top: 42px;
}

.notice-popup-body .naver-post .se-component.se-image + .se-component:not(.se-image) {
  margin-top: 48px;
}

.notice-popup-body .naver-post .se-hr {
  max-width: 660px;
  margin: 38px auto;
  border: 0;
  border-top: 1px solid #e3e3df;
}

.notice-popup-body .naver-post .se-component.se-quotation {
  max-width: 660px;
  margin: 48px auto;
}

.notice-popup-body .naver-post .se-quotation-container {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.notice-popup-body .naver-post .se-quotation-container::before,
.notice-popup-body .naver-post .se-quotation-container::after {
  content: none;
}

.notice-popup-body .naver-post .se-module-text.se-quote {
  display: block;
}

.notice-popup-body .naver-post .se-module-text.se-quote p {
  max-width: 660px;
  margin: 0 auto;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
  text-align: center;
}

.notice-popup-body .naver-post .se-l-quotation_underline .se-quotation-container {
  padding: 0;
  background: transparent;
  border-left: 0;
  border-bottom: 0;
  box-shadow: none;
}

.notice-popup-body .naver-post .se-oglink {
  display: none;
}

.notice-popup-body .naver-post a {
  color: inherit;
  text-decoration: none;
}

.notice-popup-body .article-footer {
  max-width: 660px;
  margin: clamp(72px, 9vw, 112px) auto 0;
  padding: 42px 0 132px;
  border-top: 1px solid #deded8;
  text-align: center;
}

.notice-popup-body .article-footer__logo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  border-radius: 22px;
  object-fit: cover;
}

.notice-popup-body .article-footer__eyebrow {
  margin: 0 0 8px;
  color: #111;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.notice-popup-body .article-footer__copy {
  max-width: 25em;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.72;
  word-break: keep-all;
}

@media (max-width: 720px) {
  .notice-popup-body .article-card {
    padding: 28px 18px 0;
    border-right: 1px solid #e2e2dc;
    border-left: 1px solid #e2e2dc;
  }

  .notice-popup-body .article-kicker {
    margin-bottom: 18px;
    font-size: 0.92rem;
  }

  .notice-popup-body .article-title {
    font-size: 1.7rem;
    line-height: 1.32;
    letter-spacing: -0.035em;
  }

  .notice-popup-body .article-meta {
    margin: 24px auto 28px;
    gap: 10px;
    font-size: 0.92rem;
  }

  .notice-popup-body .avatar {
    width: 38px;
    height: 38px;
  }

  .notice-popup-body hr {
    margin-bottom: 32px;
  }

  .notice-popup-body .article-body,
  .notice-popup-body .naver-post p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .notice-popup-body .naver-post .se-fs-fs19 {
    font-size: 1.12rem;
  }

  .notice-popup-body .article-footer {
    margin-top: 62px;
    padding: 34px 0 118px;
  }

  .notice-popup-body .article-footer__logo {
    width: 84px;
    height: 84px;
    border-radius: 20px;
  }
}

.cta-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 0;
}

.cta-actions a {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 900;
  background: #fff;
}

.cta-actions a:first-child {
  color: #fff;
  background: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (min-width: 900px) {
  .keyword-field {
    display: block;
  }

  .littly-shell {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}

@media (max-width: 1180px) {
  .keyword-field {
    display: none;
  }
}

@media (max-width: 390px) {
  .littly-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .studio-grid {
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .studio-card {
    flex-basis: 100%;
  }

  .process-document {
    width: min(96vw, 980px);
  }

  .doc-page {
    padding: 34px 16px 52px;
  }

  .process-document h2 {
    padding: 0;
  }

  .timeline-board {
    gap: 12px;
    padding: 0;
  }

  .timeline-card {
    padding: 16px 15px 16px 17px;
  }

  .timeline-card blockquote {
    margin-top: 14px;
  }

  .link-card {
    grid-template-columns: 40px 1fr auto;
    gap: 10px;
    padding: 12px;
  }

  .review-teaser-card {
    grid-template-columns: 40px minmax(0, 1fr) 62px auto;
  }

  .review-preview-stack {
    width: 62px;
    height: 42px;
  }

  .review-preview-stack img {
    width: 29px;
    height: 36px;
  }

  .review-preview-stack img:nth-child(2) {
    left: 17px;
  }

  .link-icon {
    width: 40px;
    height: 40px;
  }

  .portfolio-expand {
    height: 72svh;
    min-height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

