/**
 * AthenaTov — Draft landing + mobile
 */

:root {
  --lime: var(--color-point);
  --lime-dark: var(--color-brand-light);
  --lime-bright: var(--color-point);
  --green-mid: var(--color-brand-mid);
  --green-dark: var(--color-text);
  --green-deeper: var(--color-brand);
  --mint-bg: var(--color-accent-soft);
  --tag-blue: var(--color-point);
}

/* ── Global radius (landing) ── */
.page-draft .btn,
.page-draft .btn-lime,
.page-draft .btn-primary,
.page-draft .draft-pillar,
.page-draft .draft-tech-card__img,
.page-draft .draft-tech-card__img img,
.page-draft .draft-app-card,
.page-draft .draft-app-card__img,
.page-draft .draft-app-card__img img,
.page-draft .draft-banner-cta,
.page-draft .img-placeholder,
.page-draft .draft-tag,
.page-draft .footer-contact-form input,
.page-draft .footer-contact-form textarea,
.page-draft .btn-footer-submit,
.page-draft .btn-apps-more {
  border-radius: var(--radius-draft);
}

.page-draft {
  background: var(--color-bg);
  overflow-x: hidden;
}

/* About Us — body (intro · vision · mission) */
.about-body {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.about-body__intro {
  position: relative;
  margin-bottom: clamp(4rem, 8vw, 6.5rem);
  min-height: clamp(280px, 32vw, 420px);
}

.about-body__intro--bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(38%, 520px);
  background-image: var(--about-intro-image);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.about-body__intro-copy {
  position: relative;
  z-index: 1;
  width: 55%;
  max-width: 55%;
}

.about-body__intro-title {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  font-size: clamp(3rem, 6.7vw, 4.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-brand-light);
}

.about-body__intro-line {
  display: block;
  white-space: nowrap;
}

.about-body__intro-line--accent {
  color: var(--color-point);
}

.about-body__intro-text p {
  margin: 0;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

.about-body__intro-text p + p {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.about-hero__lead {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  max-width: min(100%, 44rem);
  font-size: clamp(2rem, 4.8vw, 3.375rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #fff;
}

.about-hero__desc {
  margin: 0;
  max-width: min(100%, 40rem);
  font-size: clamp(0.9375rem, 1.45vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.about-body__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.about-body__panel + .about-body__panel {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
}

.about-body__panel--philosophy {
  align-items: center;
  grid-template-columns: minmax(0, 65%) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(0.5rem, 1.5vw, 1rem);
}

.about-body__panel-copy--philosophy-lead {
  max-width: none;
}

.about-body__heading--philosophy {
  margin: 0;
  max-width: none;
  font-size: 6rem !important;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  background-image: linear-gradient(
    125deg,
    #0a2748 0%,
    #123a5c 22%,
    #0f5f6a 48%,
    #167a5e 72%,
    #1f9a62 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-body__heading--philosophy.is-letter-ready {
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.about-body__heading--philosophy .letter-assemble__char {
  font-size: 6rem !important;
  line-height: 1.08;
  background-image: linear-gradient(
    125deg,
    #0a2748 0%,
    #123a5c 22%,
    #0f5f6a 48%,
    #167a5e 72%,
    #1f9a62 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-body__panel-copy--philosophy-text {
  padding-top: 0;
  display: flex;
  align-items: center;
}

.about-body__philosophy-card,
.about-body__philosophy-card--bubble {
  --philosophy-bubble: #e8eaed;
  position: relative;
  width: 100%;
  padding: clamp(1.35rem, 2.8vw, 2rem) clamp(1.25rem, 2.4vw, 1.85rem);
  background: var(--philosophy-bubble);
  border: none;
  border-radius: 1.4rem 1.4rem 1.4rem 0.35rem;
  box-shadow: none;
}

/* Messenger-style tail (points toward Philosophy title on the left) */
.about-body__philosophy-card--bubble::before {
  content: '';
  position: absolute;
  left: -0.55rem;
  bottom: 0.45rem;
  width: 0.95rem;
  height: 1.15rem;
  background: var(--philosophy-bubble);
  clip-path: polygon(100% 0, 100% 100%, 8% 100%);
}

.about-body__philosophy-card--bubble::after {
  content: '';
  position: absolute;
  left: -0.72rem;
  bottom: 0.28rem;
  width: 0.72rem;
  height: 0.95rem;
  background: var(--philosophy-bubble);
  border-bottom-right-radius: 0.85rem 0.7rem;
  transform-origin: right bottom;
  transform: scaleX(0.92);
}

.about-body__text--philosophy {
  max-width: none;
  margin: 0;
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  line-height: 1.85;
  color: var(--color-text);
}

.about-body__panel--mission .about-body__panel-copy {
  order: 1;
}

.about-body__panel--mission .about-body__media {
  order: 2;
}

.about-body__media {
  margin: 0;
  width: 100%;
  min-height: clamp(220px, 28vw, 340px);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
}

.about-body__media--placeholder {
  background: var(--color-placeholder);
}

.about-body__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-body__label {
  margin: 0 0 clamp(0.875rem, 1.5vw, 1.125rem);
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-text);
}

.about-body__heading {
  margin: 0 0 clamp(1rem, 2vw, 1.375rem);
  font-size: clamp(1.375rem, 2.4vw, 1.875rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.about-body__heading--vision,
.about-body__heading--mission {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.about-body__heading-line {
  display: block;
}

/* Title assemble / scatter on scroll — vertical rise/fall */
[data-letter-assemble],
[data-word-assemble] {
  --scatter: 1;
  word-break: keep-all;
  overflow-wrap: normal;
}

[data-letter-assemble] .letter-assemble__char,
[data-word-assemble] .letter-assemble__word {
  display: inline-block;
  will-change: transform, opacity;
  transform: translate3d(0, calc(var(--from, 1) * var(--scatter) * 1.45em), 0);
  opacity: calc(1 - (var(--scatter) * 0.95));
  filter: blur(calc(var(--scatter) * 1.6px));
  transition: none;
}

[data-letter-assemble] .letter-assemble__char {
  white-space: pre;
}

[data-word-assemble] .letter-assemble__word {
  white-space: nowrap;
  word-break: keep-all;
  margin-right: 0.32em;
}

[data-word-assemble] .letter-assemble__word:last-child,
[data-word-assemble] .about-body__heading-line .letter-assemble__word:last-child {
  margin-right: 0;
}

[data-letter-assemble] .letter-assemble__space {
  display: inline-block;
  width: 0.28em;
}

.about-body__heading--philosophy .letter-assemble__char {
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  [data-letter-assemble],
  [data-word-assemble] {
    --scatter: 0 !important;
  }

  [data-letter-assemble] .letter-assemble__char,
  [data-word-assemble] .letter-assemble__word {
    filter: none;
    opacity: 1;
    transform: none;
  }
}

.about-body__text {
  margin: 0;
  max-width: 34rem;
  font-size: clamp(0.875rem, 1.15vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-muted);
}

@media (max-width: 900px) {
  .about-body__intro-copy {
    width: 100%;
    max-width: 100%;
  }

  .about-body__intro-line {
    white-space: normal;
  }

  .about-body__intro--bg::before {
    width: min(52%, 320px);
    opacity: 0.45;
  }

  .about-body__panel,
  .about-body__panel--philosophy,
  .about-body__panel--mission .about-body__panel-copy,
  .about-body__panel--mission .about-body__media {
    grid-template-columns: 1fr;
    order: unset;
  }

  .about-body__heading--philosophy,
  .about-body__heading--philosophy .letter-assemble__char {
    max-width: none;
    font-size: clamp(2.75rem, 12vw, 6rem) !important;
  }

  .about-body__heading--vision,
  .about-body__heading--mission {
    font-size: clamp(1.75rem, 7vw, 3rem);
  }

  .about-body__panel-copy--philosophy-text {
    padding-top: 0;
  }

  .about-body__philosophy-card--bubble {
    border-radius: 0.35rem 1.4rem 1.4rem 1.4rem;
  }

  .about-body__philosophy-card--bubble::before {
    left: 0.55rem;
    bottom: auto;
    top: -0.55rem;
    width: 1.15rem;
    height: 0.95rem;
    clip-path: polygon(0 100%, 100% 100%, 0 8%);
  }

  .about-body__philosophy-card--bubble::after {
    left: 0.28rem;
    bottom: auto;
    top: -0.72rem;
    width: 0.95rem;
    height: 0.72rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.85rem 0.7rem;
    transform-origin: left top;
    transform: scaleY(0.92);
  }

  .about-body__media {
    min-height: clamp(200px, 52vw, 280px);
  }
}

@media (max-width: 479px) {
  .about-body {
    padding-block: clamp(2.5rem, 8vw, 3.5rem);
  }

  .about-body__intro {
    margin-bottom: clamp(3rem, 10vw, 4rem);
  }

  .about-body__panel + .about-body__panel {
    margin-top: clamp(2.75rem, 9vw, 3.5rem);
  }
}

/* About Us — full-width statement band */
.about-statement {
  position: relative;
  width: 100%;
  padding-block: clamp(4.5rem, 10vw, 7.5rem);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.about-statement__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #0d1210;
}

.about-statement__bg-image {
  position: absolute;
  inset: 0;
  background-image: var(--about-statement-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-statement__bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 12, 9, 0.55) 0%, rgba(6, 12, 9, 0.59) 100%),
    rgba(6, 12, 9, 0.25);
  pointer-events: none;
}

.about-statement__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin-inline: auto;
}

.about-statement__lead {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88);
}

.about-statement__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .about-statement__bg-image {
    background-attachment: scroll;
  }
}

/* About Us — Core Values */
.about-values {
  padding-block: clamp(4rem, 8vw, 6rem);
  background: var(--color-bg);
}

.about-values__section-title {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.about-values__card {
  min-width: 0;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem);
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
  border-radius: clamp(1rem, 2vw, 1.5rem);
}

.about-values__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(3.5rem, 7vw, 4.75rem);
  height: clamp(3.5rem, 7vw, 4.75rem);
  margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.about-values__lottie {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.about-values__lottie svg {
  width: 100% !important;
  height: 100% !important;
}

.about-values__card-title {
  margin: 0 0 clamp(1rem, 1.75vw, 1.25rem);
  font-size: clamp(1.125rem, 1.75vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.about-values__card-title-line {
  display: block;
}

.about-values__card-text {
  margin: 0;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-text);
}

/* About Us — Social Responsibility */
.about-csr {
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.about-csr__card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: clamp(280px, 32vw, 360px);
  padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(2rem, 4vw, 3.25rem);
  border-radius: clamp(1.25rem, 2.5vw, 2rem);
  background: var(--color-point);
  color: #fff;
}

.about-csr__card::after {
  content: '';
  position: absolute;
  right: clamp(2rem, 4vw, 3.25rem);
  bottom: 0;
  width: min(40%, 300px);
  height: min(90%, 320px);
  background-image: var(--about-csr-bg, none);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.about-csr__copy {
  position: relative;
  z-index: 1;
  max-width: min(100%, 58%);
}

.about-csr__kicker {
  margin: 0 0 clamp(1rem, 2vw, 1.375rem);
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.about-csr__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}

.about-csr__title-line {
  display: block;
}

.about-csr__text {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(0.875rem, 1.15vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
  .about-csr__card::after {
    width: min(46%, 220px);
    height: min(72%, 240px);
    opacity: 0.92;
  }

  .about-csr__copy {
    max-width: min(100%, 68%);
  }
}

@media (max-width: 640px) {
  .about-csr__card::after {
    width: min(52%, 180px);
    height: min(62%, 200px);
    right: clamp(1.25rem, 4vw, 2rem);
    opacity: 0.55;
  }

  .about-csr__copy {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .about-values__grid {
    grid-template-columns: 1fr;
    max-width: 32rem;
  }
}

@media (max-width: 900px) {
  .about-statement__bg-image {
    background-attachment: scroll;
    inset: -8% 0;
  }
}

.page-draft .btn {
  border-radius: var(--radius-draft);
}

/* ── Hero Slider ── */
.page-home .draft-intro,
.page-home .draft-apps {
  content-visibility: auto;
  contain-intrinsic-size: auto 28rem;
}

/* draft-tech must NOT clip: the floating figure overflows the section's top
   edge during its float animation. Keep it as a stacking context (above the
   white intro section) without paint containment. */
.page-home .draft-tech {
  position: relative;
  z-index: 1;
}

.page-home .draft-showcase-bleed {
  content-visibility: visible;
  contain: none;
}

@media (max-width: 767px) {
  .page-home .draft-intro,
  .page-home .draft-apps {
    contain-intrinsic-size: auto 36rem;
  }
}

.hero-slider {
  position: relative;
  height: calc(85vh * 0.85);
  height: calc(85dvh * 0.85);
  overflow: hidden;
  background: var(--color-brand);
  touch-action: pan-y;
  cursor: grab;
}

@media (min-width: 768px) {
  .hero-slider {
    height: 680px;
  }
}

.hero-slider.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.hero-slider.is-dragging .hero-slide__content a {
  pointer-events: none;
}

.hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s var(--ease-out), visibility 0.8s;
  display: flex;
  align-items: stretch;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: scale(1.05);
  transition: transform 6s linear;
}

.hero-slide__bg img,
.hero-slide__bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-slide.is-active .hero-slide__bg {
  transform: scale(1);
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 36, 28, 0.88) 0%,
    rgba(10, 36, 28, 0.52) 55%,
    rgba(10, 36, 28, 0.28) 100%
  );
}

.hero-slide__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: var(--container);
  max-width: 100%;
  height: 100%;
  min-height: inherit;
  margin-inline: auto;
  padding-top: var(--header-height);
  padding-bottom: clamp(5.5rem, 14vh, 7rem);
  box-sizing: border-box;
}

.hero-slide__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: 4em;
  margin-bottom: 2em;
  text-align: left;
}

.hero-slide__title {
  margin-bottom: 0.875rem;
  font-size: var(--text-display);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hero-slide__desc {
  margin-bottom: 1.5rem;
  max-width: 32rem;
  font-size: var(--text-lead);
  line-height: 1.65;
  opacity: 0.92;
}

.hero-slide__cta.btn-point {
  align-self: flex-start;
  background: #fff;
  color: var(--color-brand);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 16px rgba(10, 22, 14, 0.14);
}

.hero-slide__cta.btn-point:hover {
  background: var(--color-bg-subtle);
  color: var(--color-brand-mid);
  box-shadow: 0 6px 20px rgba(10, 22, 14, 0.18);
}

.hero-slider__controls {
  position: absolute;
  bottom: clamp(1rem, 2.5vh, 1.75rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.hero-scroll-hint {
  pointer-events: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.325rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s, opacity 0.25s;
  transform: scale(1.3);
  transform-origin: center bottom;
}

.hero-scroll-hint__mouse {
  display: block;
  width: 16.9px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: 9px;
  position: relative;
  opacity: 0.9;
}

.hero-scroll-hint__wheel {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 5px;
  margin-left: -1px;
  background: currentColor;
  border-radius: 1px;
  animation: hero-scroll-wheel 1.8s ease-in-out infinite;
}

.hero-scroll-hint__chevron {
  display: block;
  width: 6.5px;
  height: 6.5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(0) rotate(45deg);
  animation: hero-scroll-bounce 1.8s ease-in-out infinite;
}

@keyframes hero-scroll-wheel {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0.35; transform: translateY(4px); }
}

@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.85; }
  50% { transform: translateY(4px) rotate(45deg); opacity: 0.45; }
}

.hero-slider__dots {
  position: static;
  transform: none;
  z-index: 5;
  display: flex;
  gap: 0.5rem;
  pointer-events: auto;
}

.hero-slider__dot {
  width: 1.25rem;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
}

.hero-scroll-hint:hover {
  color: #fff;
  opacity: 1;
}

.hero-slider__dot.is-active {
  background: var(--color-accent-hover);
  width: 2.5rem;
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(10, 36, 28, 0.35);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  backdrop-filter: blur(6px);
}

.hero-slider__arrow:hover {
  background: rgba(10, 36, 28, 0.55);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-slider__arrow--prev {
  left: clamp(0.75rem, 2.5vw, 1.5rem);
}

.hero-slider__arrow--next {
  right: clamp(0.75rem, 2.5vw, 1.5rem);
}

.hero-slider__arrow svg {
  display: block;
}

.hero-slider__arrow,
.hero-slider__dot,
.hero-slide__cta,
.hero-scroll-hint {
  cursor: pointer;
}

.faq-section--hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* Header */
.btn-lime {
  background: var(--color-brand-mid) !important;
  color: #fff !important;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  min-height: 2.25rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, box-shadow 0.2s;
}

.btn-lime:hover {
  background: var(--color-brand-light) !important;
  box-shadow: var(--shadow-md);
}

/* Header — draft landing */
.site-header--draft {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.site-header--draft.is-dark:not(.is-scrolled) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.site-header--draft.is-dark.is-scrolled {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--color-border) 50%, transparent);
  color: var(--color-text);
}

.site-header--draft.is-scrolled:not(.is-dark) {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--color-border) 50%, transparent);
}

.site-header--draft.is-dark.is-scrolled .logo img,
.site-header--draft.is-scrolled:not(.is-dark) .logo img {
  filter: none;
}

.site-header--draft.is-dark:not(.is-scrolled) .logo img {
  filter: brightness(0) invert(1);
}

.site-header--draft .logo img {
  height: 2.8rem;
}

.site-header--draft .nav-desktop a {
  font-family: var(--font-display);
  font-size: var(--text-nav);
  font-weight: 500;
  letter-spacing: 0.015em;
  text-transform: none;
  opacity: 1;
}

.site-header--draft.is-dark:not(.is-scrolled) .nav-desktop a:not(.btn):not(.lang-switcher__link) {
  color: rgba(255, 255, 255, 0.92);
}

.site-header--draft.is-dark:not(.is-scrolled) .lang-switcher__link {
  color: rgba(255, 255, 255, 0.88);
}

.site-header--draft.is-dark:not(.is-scrolled) .lang-switcher__link.is-active {
  color: #fff;
}

.site-header--draft.is-dark.is-scrolled .nav-desktop a:not(.btn) {
  color: var(--color-text);
}

.site-header--draft.is-dark.is-scrolled .lang-switcher__link {
  color: var(--color-muted);
}

.site-header--draft.is-dark.is-scrolled .lang-switcher__link.is-active {
  color: #fff;
}

.site-header--draft.is-dark.is-scrolled .nav-desktop a:not(.btn):hover,
.site-header--draft.is-dark.is-scrolled .nav-desktop a:not(.btn)[aria-current="page"] {
  color: var(--color-point);
}

.site-header--draft .nav-desktop .btn-lime {
  font-family: var(--font-display);
  font-size: var(--text-nav-cta);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  padding: 0.5rem 1.125rem;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  margin: 0;
  padding: 0.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-switcher--header-end {
  margin-left: 0.35rem;
  flex-shrink: 0;
}

.site-header--draft.is-dark.is-scrolled .lang-switcher {
  background: rgba(0, 0, 0, 0.06);
}

.lang-switcher__link {
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  text-decoration: none;
  opacity: 0.72;
  letter-spacing: 0.04em;
  line-height: 1;
}

.lang-switcher__link.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
}

.site-header--draft.is-dark.is-scrolled .lang-switcher__link.is-active {
  background: var(--color-point);
  color: #fff;
}

.lang-switcher--mobile {
  margin: 0.75rem 0;
  justify-content: flex-start;
}

/* Hero */
.draft-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding-top: var(--header-height);
  padding-bottom: 4rem;
  color: #fff;
  overflow: hidden;
}

.draft-hero__bg {
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
}

.draft-hero__bg--placeholder {
  background-image:
    linear-gradient(180deg, rgba(15,36,24,0.25) 0%, rgba(15,36,24,0.55) 100%),
    url('https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?w=1920&q=80');
}

.draft-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.draft-hero__title {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 16ch;
  text-shadow: 0 2px 24px rgba(0,0,0,0.25);
}

.draft-hero__title em {
  font-style: normal;
  color: var(--color-point);
}

/* Intro */
.draft-intro {
  padding: clamp(3rem, 6vh, 4.5rem) 0 clamp(4rem, 8vh, 6rem);
  background: var(--color-bg);
  overflow: visible;
}

.draft-intro__scroll {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.hero-scroll-hint--on-light {
  color: var(--color-muted);
  transform: scale(1.3);
  transform-origin: center top;
}

.hero-scroll-hint--on-light:hover {
  color: var(--color-brand);
  opacity: 1;
}

.draft-intro__row1 {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.draft-intro__copy .type-lead {
  max-width: 36em;
  color: var(--color-muted);
}

.draft-intro__visual {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.draft-img-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.draft-img-slot--intro {
  width: 80%;
  max-width: 416px;
  aspect-ratio: 1;
  margin-inline: auto;
}

.draft-img-slot--intro img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius-draft);
  transform-origin: center center;
  animation: draft-intro-heading-spin 48s linear infinite;
}

@keyframes draft-intro-heading-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .draft-img-slot--intro img {
    animation: none;
  }
}

.draft-img-slot.is-placeholder {
  background: var(--color-placeholder);
  border: 1px dashed var(--color-border-strong);
  border-radius: var(--radius-lg);
}

.draft-img-slot.is-placeholder img {
  display: none;
}

.draft-img-slot--icon {
  width: 72px;
  height: 72px;
}

.draft-showcase-card .draft-img-slot--icon {
  width: 144px;
  height: 144px;
}

.draft-img-slot--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.draft-showcase-card--app .draft-img-slot.is-placeholder,
.draft-showcase-card--gtm .draft-img-slot.is-placeholder {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

  /* Showcase cards — shared width token for landing CMS lists */
:root {
  --landing-showcase-track: min(94vw, 1240px);
  --landing-showcase-gap: clamp(1.25rem, 2.75vw, 2rem);
  /* mobile: matches .draft-showcase-card flex-basis */
  --landing-showcase-card-width: clamp(300px, 42vw, 480px);
}

.draft-showcase-bleed {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  overflow: visible;
  padding-top: clamp(0.75rem, 1.5vw, 1rem);
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.draft-showcase {
  width: var(--landing-showcase-track);
  max-width: 100%;
  overflow: visible;
}

.draft-showcase__track {
  display: flex;
  gap: var(--landing-showcase-gap);
  width: 100%;
  padding-top: clamp(0.25rem, 0.5vw, 0.5rem);
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
  --showcase-gap: var(--landing-showcase-gap);
  overflow: visible;
}

.draft-showcase-card {
  flex: 0 0 var(--landing-showcase-card-width);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-block: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-inline: clamp(2rem, 4vw, 2.75rem);
  border-radius: var(--radius-showcase);
  min-height: 460px;
  scroll-snap-align: start;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

.draft-showcase__track .draft-showcase-card {
  transition:
    transform 0.75s var(--ease-out),
    opacity 0.5s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
  will-change: transform, opacity;
}

.draft-showcase__track.is-spread .draft-showcase-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.draft-showcase-card--app:hover,
.draft-showcase-card--gtm:hover {
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.14),
    0 24px 56px rgba(0, 0, 0, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .draft-showcase__track .draft-showcase-card {
    transition: none;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
}

/* Rise once on scroll — vertical only, no horizontal overflow */
.draft-showcase__track:not(.is-spread) .draft-showcase-card {
  transform: translateY(16px);
  opacity: 0.88;
  pointer-events: none;
}

.draft-showcase__track:not(.is-spread) .draft-showcase-card:nth-child(1),
.draft-showcase__track:not(.is-spread) .draft-showcase-card:nth-child(2),
.draft-showcase__track:not(.is-spread) .draft-showcase-card:nth-child(3) {
  transform: translateY(16px);
  opacity: 0.88;
  z-index: auto;
}

/* Spread (in viewport) */
.draft-showcase__track.is-spread .draft-showcase-card {
  transform: translateY(0) scale(1);
  opacity: 1;
  z-index: auto;
  pointer-events: auto;
}

.draft-showcase__track.is-spread .draft-showcase-card:nth-child(2) {
  transition-delay: 0.05s;
}

.draft-showcase__track.is-spread .draft-showcase-card:nth-child(1),
.draft-showcase__track.is-spread .draft-showcase-card:nth-child(3) {
  transition-delay: 0.12s;
}

.draft-showcase-card:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.draft-showcase-card--core {
  background: var(--color-bg-muted);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.draft-showcase-card--app {
  background: var(--color-brand-mid);
  color: #fff;
}

.draft-showcase-card--gtm {
  background: var(--color-brand);
  color: #fff;
}

.draft-showcase-card__top {
  flex-shrink: 0;
  position: relative;
  min-height: 2.75rem;
  margin-bottom: 3rem;
}

.draft-showcase-card__label {
  margin: 0;
  padding-right: 5.5rem;
  font-family: var(--font-display);
  font-size: var(--text-h3);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.draft-showcase-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 108px;
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 0;
}

.draft-showcase-icon {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: right top;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right top;
  -webkit-mask-size: contain;
  opacity: 0.14;
}

.draft-showcase-icon--1 {
  color: var(--color-text);
  mask-image: url('../images/icon-landing1.svg');
  -webkit-mask-image: url('../images/icon-landing1.svg');
}

.draft-showcase-icon--2 {
  color: #fff;
  mask-image: url('../images/icon-landing2.svg');
  -webkit-mask-image: url('../images/icon-landing2.svg');
  opacity: 0.12;
}

.draft-showcase-icon--3 {
  color: #fff;
  mask-image: url('../images/icon-landing3.svg');
  -webkit-mask-image: url('../images/icon-landing3.svg');
  opacity: 0.1;
}

.draft-showcase-card__bottom {
  flex-shrink: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  position: relative;
  z-index: 1;
}

.draft-showcase-card__title {
  margin: 2.5lh 0 0;
  font-size: var(--text-card-title);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.draft-showcase-card--core .draft-showcase-card__title {
  color: var(--color-text);
}

.draft-showcase-card--app .draft-showcase-card__title,
.draft-showcase-card--gtm .draft-showcase-card__title {
  color: #fff;
}

.draft-showcase-card__desc {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.65;
}

.draft-showcase-card--core .draft-showcase-card__desc {
  color: var(--color-text);
}

.draft-showcase-card--app .draft-showcase-card__desc,
.draft-showcase-card--gtm .draft-showcase-card__desc {
  color: var(--color-on-dark-muted);
}

.draft-showcase-card__desc p {
  margin: 0 0 0.35em;
  font-size: inherit;
  line-height: inherit;
}

.draft-showcase-card__desc p:last-child {
  margin-bottom: 0;
}

.draft-showcase-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.draft-showcase-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.35em;
  margin: 0 0 0.35em;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.draft-showcase-card__list li::before {
  content: "·";
  flex-shrink: 0;
  font-weight: 700;
  line-height: inherit;
}

.draft-showcase-card__list li:last-child {
  margin-bottom: 0;
}

.btn-showcase {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.5rem 1.125rem;
  min-height: 2.25rem;
  font-family: var(--font-display);
  font-size: var(--text-btn);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.btn-showcase--dark {
  background: var(--color-brand);
  color: #fff;
  border: 1px solid var(--color-brand);
}

.btn-showcase--dark:hover {
  background: var(--color-brand-light);
  border-color: var(--color-brand-light);
}

.btn-showcase--light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-showcase--light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.draft-heading {
  font-size: clamp(1.125rem, 2.2vw, 1.625rem);
  font-weight: 700;
  line-height: 1.55;
  color: var(--color-text);
  margin-bottom: 1.75rem;
}

.draft-heading strong {
  color: var(--color-point);
  font-weight: 800;
}

/* Placeholders */
.img-placeholder {
  background: var(--color-placeholder);
  border: 1px dashed var(--color-border-strong);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-placeholder--orb { aspect-ratio: 1; max-width: 420px; margin-inline: auto; }
.img-placeholder--sphere { aspect-ratio: 1; max-width: 340px; }
.img-placeholder--family { aspect-ratio: 4/3; min-height: 280px; }

/* Core Technology */
.draft-tech {
  position: relative;
  background: var(--color-brand-mid);
  padding: 0;
  margin-top: clamp(0.5rem, 1.5vw, 1rem);
  overflow: visible;
}

.draft-tech__wave {
  position: relative;
  min-height: clamp(7rem, 14vw, 10rem);
  margin-top: 0;
  margin-bottom: clamp(-4rem, -8vw, -5.5rem);
  overflow: visible;
  z-index: 3;
  background: var(--color-bg);
}

.draft-tech__wave-canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(4.5rem, 9vw, 6.5rem);
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}

.draft-tech__wave-canvas::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background: var(--color-brand-mid);
  z-index: 3;
  pointer-events: none;
}

.draft-tech__wave-sway {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  bottom: -12px;
  z-index: 1;
  animation: draft-tech-wave-sway 6.5s ease-in-out infinite;
  will-change: transform;
}

.draft-tech__wave-motion {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 200%;
  will-change: transform;
}

.draft-tech__wave-motion--back {
  z-index: 0;
  opacity: 0.45;
  animation: draft-tech-wave-drift-rev 34s linear infinite;
}

.draft-tech__wave-motion--front {
  z-index: 1;
  animation: draft-tech-wave-drift 22s linear infinite;
}

.draft-tech__wave-svg {
  width: 100%;
  height: 100%;
  display: block;
  shape-rendering: geometricPrecision;
  transform: translateZ(0);
}

.draft-tech__wave-motion--back .draft-tech__wave-svg path {
  fill: #1a4a3c;
}

.draft-tech__wave-motion--front .draft-tech__wave-svg path {
  fill: var(--color-brand-mid);
}

@keyframes draft-tech-wave-drift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes draft-tech-wave-drift-rev {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes draft-tech-wave-sway {
  0%, 100% { transform: translateY(0); }
  20% { transform: translateY(-14px); }
  45% { transform: translateY(8px); }
  70% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .draft-tech__wave-sway {
    animation: none;
  }

  .draft-tech__wave-motion {
    animation: none;
    width: 100%;
    left: 0;
  }

  .draft-tech__wave-motion--back {
    display: none;
  }

  .draft-tech__wave-figure {
    animation: none;
    transform: translateY(var(--figure-overlap, 50%));
  }

  .draft-tech__wave-figure img {
    animation: none;
    filter: drop-shadow(0 14px 34px rgba(10, 36, 28, 0.22));
  }
}

.draft-tech__wave-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
  overflow: visible;
  z-index: 4;
}

.draft-tech__wave-figure {
  position: relative;
  margin: 0;
  --figure-overlap: 50%;
  transform: translateY(var(--figure-overlap));
  width: clamp(176px, 27.2vw, 320px);
  z-index: 5;
  will-change: transform;
  animation: draft-tech-figure-float 5.5s ease-in-out infinite;
}

@keyframes draft-tech-figure-float {
  0%, 100% {
    transform: translateY(var(--figure-overlap)) translateY(0);
  }
  50% {
    transform: translateY(var(--figure-overlap)) translateY(-24px);
  }
}

.draft-tech__wave-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 34px rgba(10, 36, 28, 0.22));
  animation: draft-tech-figure-shadow 5.5s ease-in-out infinite;
}

@keyframes draft-tech-figure-shadow {
  0%, 100% {
    filter: drop-shadow(0 14px 34px rgba(10, 36, 28, 0.22));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(10, 36, 28, 0.3));
  }
}

.draft-tech__wave-figure.is-placeholder {
  aspect-ratio: 1;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.draft-tech__wave-figure.is-placeholder img {
  display: none;
}

.draft-tech__body {
  background: var(--color-brand-mid);
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(5rem, 10vh, 7rem);
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.draft-tech__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, max(34em, 52%));
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
  margin-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.draft-tech__intro-spacer {
  display: block;
  min-height: clamp(4rem, 10vw, 7rem);
}

.draft-tech__copy {
  width: 100%;
  max-width: 34em;
  justify-self: end;
  margin-left: 0;
  text-align: left;
  padding-top: clamp(0.5rem, 1.5vw, 1.25rem);
}

.draft-tech__copy .type-h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.draft-tech__copy .type-lead,
.draft-tech__copy .type-light-muted {
  margin-bottom: 0;
  max-width: none;
  margin-left: 0;
  color: var(--color-on-dark-muted);
  line-height: 1.7;
}

.draft-tech__list {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}

/* CMS 리스트 트랙을 showcase와 동일한 가로 기준으로 */
.draft-apps > .container.draft-apps__inner,
.draft-tech__body > .container {
  width: var(--landing-showcase-track);
  max-width: 100%;
  overflow: visible;
}

.draft-tech__list-title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-size: var(--text-card-title);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  text-align: left;
}

.draft-tech-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--landing-showcase-gap);
  width: 100%;
  max-width: var(--landing-showcase-track);
  margin-inline: auto;
  align-items: start;
  justify-items: center;
}

.draft-tech-grid .draft-tech-card {
  width: 100%;
  max-width: var(--landing-showcase-card-width);
  transition:
    transform 0.75s var(--ease-out),
    opacity 0.55s var(--ease-out);
  will-change: transform, opacity;
}

.draft-tech-grid:not(.is-spread) .draft-tech-card {
  transform: translateY(16px);
  opacity: 0.88;
}

.draft-tech-grid.is-spread .draft-tech-card {
  transform: translateY(0);
  opacity: 1;
}

.draft-tech-grid.is-spread .draft-tech-card:nth-child(1) { transition-delay: 0.04s; }
.draft-tech-grid.is-spread .draft-tech-card:nth-child(2) { transition-delay: 0.1s; }
.draft-tech-grid.is-spread .draft-tech-card:nth-child(3) { transition-delay: 0.16s; }
.draft-tech-grid.is-spread .draft-tech-card:nth-child(4) { transition-delay: 0.22s; }

@media (prefers-reduced-motion: reduce) {
  .draft-tech-grid .draft-tech-card {
    transition: none;
    transform: none !important;
    opacity: 1 !important;
  }

  .draft-tech-card__img {
    transition: none;
  }

  .draft-tech-card--link:hover .draft-tech-card__img,
  .draft-tech-card--link:focus-visible .draft-tech-card__img {
    transform: none;
    box-shadow: none;
  }
}

.draft-tech-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  min-width: 0;
}

.draft-tech-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.draft-tech-card__img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.draft-tech-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-xl);
}

.draft-tech-card__title {
  display: block;
  width: 100%;
  margin: clamp(1.25rem, 2.5vw, 1.85rem) 0 0.4rem;
  font-size: clamp(1rem, 1.55vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #fff;
}

.draft-tech-card__desc {
  display: block;
  width: 100%;
  margin: 0;
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-on-dark-muted);
}

.draft-tech-card--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.draft-tech-card--link:hover .draft-tech-card__img,
.draft-tech-card--link:focus-visible .draft-tech-card__img {
  transform: translateY(-0.375rem);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.draft-tech-card--link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

.draft-tech-card--link .draft-tech-card__title {
  display: block;
}

.draft-tech-card--link .draft-tech-card__desc {
  display: block;
  margin-bottom: 0;
}

.draft-tech-card__link {
  font-size: var(--text-body);
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.draft-tech-card__link:hover {
  opacity: 0.85;
}

.page-draft .draft-tech-card__img,
.page-draft .draft-tech-card__img img {
  border-radius: var(--radius-xl);
}

.draft-tech__banner {
  margin-top: 0;
  position: relative;
  z-index: 1;
  clear: both;
}

.draft-tech-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3.5vw, 2.5rem);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
}

.draft-tech-banner__content {
  min-width: 0;
}

.draft-tech-banner__heading {
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
  font-size: var(--text-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--color-point);
}

.draft-tech-banner__btn {
  background: var(--color-brand);
  border-radius: var(--radius-md);
  padding: 0.625rem 1.25rem;
  min-height: 2.5rem;
  font-size: var(--text-btn);
  font-weight: 600;
  white-space: nowrap;
}

.draft-tech-banner__btn:hover {
  background: var(--color-brand-mid);
}

.draft-tech-banner__visual {
  margin: 0;
  flex-shrink: 0;
}

.draft-tech-banner__visual-img {
  display: block;
  width: clamp(112px, 16vw, 180px);
  height: auto;
  object-fit: contain;
}

.draft-banner-cta {
  display: block;
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  text-align: center;
  font-size: 0.875rem;
  color: var(--color-text);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.draft-banner-cta--on-green {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  backdrop-filter: blur(6px);
}

.draft-banner-cta--on-green strong {
  color: #fff;
}

.draft-banner-cta--on-green:hover {
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow-md);
}

.draft-banner-cta:hover { border-color: var(--color-accent); }
.draft-banner-cta strong { color: var(--color-point); }

/* Mission */
.draft-mission {
  position: relative;
  z-index: 4;
  padding: 0;
  overflow: visible;
  background: var(--color-bg);
}

.draft-mission__body {
  background: var(--color-bg);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) 0 0;
  overflow: visible;
}

.draft-mission__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: end;
}

.draft-mission__copy {
  min-width: 0;
  align-self: center;
  padding-top: 0;
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
}

.draft-mission__heading {
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
}

.draft-mission__heading-accent {
  color: var(--color-point);
}

.draft-mission__heading-dark {
  color: var(--color-text);
}

.draft-mission__visual {
  position: relative;
  margin: 0;
  width: min(100%, clamp(224px, 33.6vw, 416px));
  justify-self: end;
  align-self: end;
  overflow: visible;
  line-height: 0;
}

.draft-mission__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom center;
  max-height: clamp(272px, 38.4vw, 416px);
  margin-top: calc(-1 * clamp(5rem, 14vw, 9rem) + 20px);
  margin-bottom: 0;
}

.draft-mission__visual.is-placeholder {
  aspect-ratio: 4 / 3;
  min-height: 240px;
  background: var(--color-placeholder);
  border: 2px dashed var(--color-border-strong);
  border-radius: var(--radius-lg);
}

.draft-mission__visual.is-placeholder img {
  display: none;
}

.draft-mission .btn-primary {
  background: var(--color-brand);
  border-radius: var(--radius-md);
  padding: 0.625rem 1.25rem;
  min-height: 2.5rem;
  font-size: var(--text-btn);
  font-weight: 600;
}

.draft-mission .btn-primary:hover {
  background: var(--color-brand-mid);
}

/* ── Applications ── */
.draft-apps {
  padding: clamp(5.5rem, 11vh, 8rem) 0 clamp(6rem, 12vh, 9rem);
  background: var(--color-accent-soft);
  color: var(--color-text);
  overflow: visible;
}

.draft-apps__title {
  font-family: var(--font-display);
  font-style: normal;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.draft-apps__lead {
  margin-bottom: 2rem;
}

.draft-apps__carousel {
  position: relative;
  width: 100%;
}

.draft-apps__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--color-brand-mid) 45%, transparent) transparent;
}

.draft-apps__viewport::-webkit-scrollbar {
  height: 6px;
}

.draft-apps__viewport::-webkit-scrollbar-track {
  background: transparent;
}

.draft-apps__viewport::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--color-brand-mid) 40%, transparent);
  border-radius: 999px;
}

.draft-apps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--landing-showcase-gap);
  width: 100%;
  max-width: var(--landing-showcase-track);
  margin-inline: auto;
  justify-items: center;
  padding-inline: 0;
}

.draft-apps__arrow {
  display: none;
  position: static;
  z-index: 4;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--color-brand-mid) 28%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-brand-mid);
  cursor: pointer;
  transform: none;
  box-shadow: 0 6px 18px rgba(10, 36, 28, 0.12);
  transition: background 0.2s, border-color 0.2s, opacity 0.2s, box-shadow 0.2s;
}

.draft-apps__arrow:hover:not(:disabled) {
  background: #fff;
  border-color: var(--color-brand-mid);
  box-shadow: 0 8px 22px rgba(10, 36, 28, 0.16);
}

.draft-apps__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.draft-apps__arrow--prev,
.draft-apps__arrow--next {
  left: auto;
  right: auto;
}

.draft-apps__arrow svg {
  display: block;
}

.draft-app-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  width: 100%;
  max-width: var(--landing-showcase-card-width);
}

.draft-app-card__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.draft-app-card__link:hover .draft-app-card__title {
  color: var(--color-point);
}

.draft-app-card__img {
  aspect-ratio: 1;
  width: 100%;
  margin: clamp(0.85rem, 1.75vw, 1.15rem) 0 0;
  background: var(--color-bg);
  overflow: hidden;
  border-radius: var(--radius-lg);
  order: 2;
}

.draft-app-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 1;
  min-width: 0;
}

.draft-app-card__link--text {
  justify-content: center;
  height: 100%;
  min-height: clamp(11rem, 22vw, 15rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.draft-app-card__link--text .draft-app-card__title {
  font-size: clamp(1.0625rem, 1.8vw, 1.3125rem);
}

.draft-app-card__link--boxed {
  height: 100%;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.draft-app-card__link--boxed .draft-app-card__img {
  background: var(--color-bg-subtle);
}

.draft-app-card__cat {
  align-self: flex-start;
  margin: 0 0 0.5rem;
}

.draft-app-card__cat--ingredient,
.draft-app-card__cat--raw-materials {
  color: #0f4c81;
  background: #e7f1fa;
}

.draft-app-card__cat--cmo,
.draft-app-card__cat--cdmo,
.draft-app-card__cat--CDMO {
  color: #1b5e45;
  background: #e5f4ed;
}

.draft-app-card__cat--tech-project {
  color: #6b4a12;
  background: #f7efdf;
}

.draft-app-card__cat--default {
  color: var(--color-point);
  background: var(--color-accent-soft);
}

.draft-app-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.draft-app-card__title {
  margin: 0 0 0.5rem;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--color-text);
  transition: color 0.2s;
}

.draft-app-card__desc {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.draft-app-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.draft-tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-family: var(--font-display);
  font-size: var(--text-caption);
  font-weight: 600;
  color: var(--color-point);
  background: var(--color-accent-soft);
  letter-spacing: 0.03em;
  border-radius: var(--radius-sm);
}

.draft-apps__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  text-align: center;
}

.draft-apps__arrows {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.btn-apps-more {
  display: inline-flex;
  padding: 0.625rem 1.5rem;
  min-height: 2.5rem;
  font-size: var(--text-btn);
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: var(--shadow-brand);
}

/* ── Board pages (Core Tech · Applications · Go To Market) ── */
.board-page-head {
  position: relative;
  overflow: visible;
}

.board-page-hero {
  position: relative;
  min-height: clamp(18rem, 42vh, 26rem);
  padding-top: calc(var(--header-height) + clamp(1.5rem, 3vw, 2.25rem));
  padding-bottom: clamp(5rem, 11vh, 7rem);
  color: #fff;
  overflow: hidden;
}

.board-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--color-brand-mid);
  background-image:
    linear-gradient(180deg, rgba(10, 36, 28, 0.35) 0%, rgba(10, 36, 28, 0.55) 100%),
    var(--board-hero-bg-mobile, var(--board-hero-bg));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media (min-width: 768px) {
  .board-page-hero__bg {
    background-image:
      linear-gradient(180deg, rgba(10, 36, 28, 0.35) 0%, rgba(10, 36, 28, 0.55) 100%),
      var(--board-hero-bg);
    background-attachment: scroll;
  }
}

.board-page-hero__inner {
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}

.board-page-hero__title,
.board-page-hero__title-line {
  font-family: var(--font-display);
  font-style: normal;
}

.board-page-hero__title {
  margin: 0 0 clamp(0.75rem, 1.5vw, 1.125rem);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  /* Core Technology 2-line block height — single-line boards match this */
  min-height: calc(2 * 1.1em);
}

.board-page-hero__title-line {
  display: block;
}

.board-page-hero__lead {
  margin: 0;
  max-width: 32em;
  font-family: var(--font-body);
  font-size: clamp(0.8125rem, 1.35vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.board-page-intro {
  position: relative;
  z-index: 2;
  margin-top: clamp(-4rem, -8vw, -5.5rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.board-page-intro__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(3rem, 6vw, 4.5rem);
  background: #eef6f1;
  border-radius: var(--radius-xl);
  box-shadow:
    0 4px 6px rgba(11, 31, 23, 0.04),
    0 14px 36px rgba(11, 31, 23, 0.08),
    0 28px 56px rgba(20, 61, 48, 0.06);
}

.board-page-intro__kicker {
  margin: 0 0 0.5rem;
  font-size: clamp(1.0625rem, 1.75vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--color-point);
}

.board-page-intro__heading {
  margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
  font-size: clamp(1.25rem, 2.25vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-point);
}

.board-page-head--view .board-page-intro__heading {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  color: var(--color-point);
}

.board-page-intro__body {
  margin: 0;
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-muted);
}

.board-page-intro__visual {
  margin: 0;
  justify-self: end;
  width: min(100%, clamp(160px, 26vw, 300px));
  line-height: 0;
}

.board-page-intro__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.board-page-intro__visual.is-placeholder {
  aspect-ratio: 1;
  min-height: 200px;
  background: rgba(255, 255, 255, 0.65);
  border: 2px dashed var(--color-border-strong);
  border-radius: var(--radius-lg);
}

.board-page-intro__visual.is-placeholder img {
  display: none;
}

.board-page-intro__visual--post {
  width: min(100%, clamp(200px, 28vw, 340px));
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-placeholder);
}

.board-page-intro__visual--post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-page-intro__visual--post.is-placeholder {
  border: none;
  background: var(--color-placeholder);
}

.board-page-content {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

/* Board service features banner (Applications · Go To Market) */
.app-features {
  padding-top: clamp(1.8rem, 3.6vw, 2.7rem);
  padding-bottom: clamp(1.8rem, 3.6vw, 2.7rem);
}

.app-features__card {
  padding: clamp(2.1rem, 4.2vw, 3.3rem) clamp(1.8rem, 4.2vw, 3.6rem);
  background: #f2f2f2;
  border-radius: clamp(1.25rem, 2.5vw, 2rem);
}

.app-features__header {
  margin-bottom: clamp(2.4rem, 4.8vw, 3.3rem);
}

.app-features__title {
  margin: 0 0 clamp(1.2rem, 2.4vw, 1.5rem);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.app-features__lead-bold {
  margin: 0 0 0.625rem;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

.app-features__lead-text {
  margin: 0;
  max-width: 52rem;
  font-size: clamp(0.8125rem, 1.15vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-muted);
}

.app-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.25rem, 2.5vw, 2rem);
}

.app-features__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.875rem, 1.75vw, 1.25rem);
  min-width: 0;
}

.app-features__item-body {
  flex: 1 1 auto;
  min-width: 0;
}

.app-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(2.6rem, 5.6vw, 3.2rem);
  height: clamp(2.6rem, 5.6vw, 3.2rem);
  margin-bottom: 0;
}

.app-features__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 0 !important;
}

.app-features__item-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.125rem, 1.85vw, 1.4375rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.app-features__item-summary {
  margin: 0 0 0.5rem;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

.app-features__item-detail {
  margin: 0;
  font-size: clamp(1rem, 1vw, 0.8125rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-muted);
}

.app-features-cta--wrap {
  width: 100%;
  margin-top: clamp(1.2rem, 2.4vw, 1.8rem);
  padding: clamp(1.1rem, 2.2vw, 1.5rem) clamp(1.25rem, 2.5vw, 2rem);
  border-radius: clamp(0.875rem, 1.5vw, 1.125rem);
  background: var(--color-brand-mid);
}

.app-features-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.5vw, 2rem);
  flex-wrap: wrap;
}

.app-features-cta__text {
  margin: 0;
  flex: 1 1 16rem;
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff;
}

.app-features-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-md);
  background: transparent;
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.app-features-cta__btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color-brand-mid);
}

.app-features-cta__icon {
  flex-shrink: 0;
}

@media (max-width: 479px) {
  .app-features__card {
    padding-inline: clamp(1.5rem, 5vw, 1.8rem);
  }
}

/* Board row list (Core Tech · Applications · GTM index) */
.board-row-list .reveal {
  opacity: 1;
  transition: transform 0.85s var(--ease-out);
  will-change: transform;
}

.board-row-list__title {
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-point);
}

.board-row-list__filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: -1rem 0 1.5rem;
  font-size: var(--text-body);
  color: var(--color-muted);
}

.board-row-list__filter-clear {
  color: var(--color-point);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.board-row-list__empty {
  margin: 0;
  color: var(--color-muted);
}

.board-row-list__items {
  display: flex;
  flex-direction: column;
  gap: clamp(5rem, 10vw, 7rem);
}

.board-row-item {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.5vw, 2.5rem);
  align-items: start;
}

.board-row-item__media {
  aspect-ratio: 1;
  background: var(--color-placeholder);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.board-row-item__media-link {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.2s;
}

.board-row-item__media-link:hover {
  opacity: 0.9;
}

.board-row-item__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.board-row-item__title-link:hover {
  color: var(--color-point);
}

.board-row-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.board-row-item__media picture,
.board-row-item__media .board-row-slider,
.board-row-slider__viewport,
.board-row-slider__track,
.board-row-slider__slide {
  width: 100%;
  height: 100%;
  display: block;
}

.board-row-slider {
  position: relative;
  height: 100%;
}

.board-row-slider__viewport {
  overflow: hidden;
  border-radius: inherit;
  height: 100%;
}

.board-row-slider__track {
  position: relative;
  height: 100%;
}

.board-row-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s;
  z-index: 0;
}

.board-row-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.board-row-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transform: translateX(-50%);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(11, 31, 23, 0.42);
  backdrop-filter: blur(4px);
}

.board-row-slider__dot {
  width: 0.375rem;
  height: 0.375rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.board-row-slider__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

.draft-tech-card--static,
.draft-app-card__link--static,
.board-card__link--static {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: default;
}

/* 상세보기 비노출 카드 — 호버 시 상호작용 힌트 제거 */
.draft-app-card__link--static:hover .draft-app-card__title {
  color: var(--color-text);
}

.draft-tech-card--static {
  border-radius: var(--radius-draft);
}

.draft-app-card__link--static {
  height: 100%;
}

.board-card__link--static {
  height: 100%;
}

.board-row-item__headcopy {
  margin: 0 0 0.5rem;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}

.board-row-item__title {
  margin: 0 0 clamp(0.875rem, 1.5vw, 1.125rem);
  font-size: clamp(1.5rem, 2.75vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--color-point);
}

.board-row-item__benefits {
  margin: 0 0 clamp(1.25rem, 2vw, 1.5rem);
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--color-muted);
}

.board-row-item__benefits ul,
.board-row-item__benefits ol {
  margin: 0;
  padding-left: 1.15em;
}

.board-row-item__benefits li + li {
  margin-top: 0.35em;
}

.board-row-item__benefits p {
  margin: 0 0 0.5em;
}

.board-row-item__desc {
  margin: 0 0 clamp(1.25rem, 2vw, 1.5rem);
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--color-muted);
}

.board-row-item[id^="core-tech-"] {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.app-index__box[id^="app-"],
.app-index__material[id^="app-"] {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.app-index__box.is-anchor-target,
.app-index__material.is-anchor-target {
  animation: app-anchor-pulse 2s ease;
}

@keyframes app-anchor-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(46, 125, 90, 0); }
  20% { box-shadow: 0 0 0 4px rgba(46, 125, 90, 0.45); }
}

.board-row-item__cta {
  display: inline-flex;
  background: var(--color-brand);
  margin-bottom: clamp(1.25rem, 2vw, 1.5rem);
  padding: 0.625rem 1.25rem;
  min-height: 2.5rem;
  font-size: var(--text-btn);
  font-weight: 600;
}

.board-row-item__cta:hover {
  background: var(--color-brand-mid);
}

.board-row-item__related-label {
  margin: 0 0 0.5rem;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-muted);
}

.board-row-item__related-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.board-row-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(5.5rem, 12vw, 7rem);
  min-height: clamp(3.5rem, 8vw, 4.5rem);
  padding: 0.5rem 0.75rem;
  background: var(--color-bg-subtle);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.board-row-item__tag:hover {
  background: var(--color-bg);
  border-color: var(--color-accent);
  color: var(--color-point);
}

/* Board detail — editor content + related Applications */
.board-detail__content {
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  line-height: 1.75;
  color: var(--color-text);
}

.board-detail__content p {
  margin: 0 0 1em;
}

.board-detail__content p:last-child {
  margin-bottom: 0;
}

.board-detail__content img {
  max-width: 100%;
  height: auto;
}

.board-detail__attachments {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--radius-draft);
  background: rgba(20, 61, 48, 0.04);
  border: 1px solid color-mix(in srgb, var(--color-border) 70%, transparent);
}

.board-detail__attachments-title {
  margin: 0 0 0.875rem;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  font-weight: 700;
  color: var(--color-text);
}

.board-detail__attachments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.625rem;
}

.board-detail__attachment-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.75rem 1rem;
  border-radius: calc(var(--radius-draft) - 2px);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--color-border) 80%, transparent);
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.board-detail__attachment-link:hover {
  border-color: var(--color-point);
  box-shadow: 0 4px 16px rgba(20, 61, 48, 0.08);
}

.board-detail__attachment-name {
  font-weight: 600;
  word-break: break-all;
}

.board-detail__attachment-size {
  font-size: 0.8125rem;
  color: var(--color-muted);
}

/* Board detail — linked Core Tech / Applications (tag boxes) */
.board-detail-meta {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid var(--color-border);
}

.board-detail-meta__label {
  margin: 0 0 0.625rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.board-detail-meta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.board-detail-meta__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.375rem;
  padding: 0.4375rem 0.875rem;
  background: var(--color-bg-subtle);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.board-detail-meta__tag:hover {
  background: #fff;
  border-color: rgba(36, 122, 94, 0.35);
  color: var(--color-point);
}

.board-detail-meta__tag--static {
  color: var(--color-muted);
  background: var(--color-bg-muted);
}

/* Go To Market — Tech. Project completion */
.board-detail-completion {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.5rem);
  background: var(--color-accent-soft);
  border: 1px solid rgba(36, 122, 94, 0.14);
  border-radius: var(--radius-lg);
}

.board-detail-completion__title {
  margin: 0 0 clamp(0.875rem, 1.75vw, 1.125rem);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.board-detail-completion__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.board-detail-completion__tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.375rem 0.875rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 122, 94, 0.18);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.board-detail-completion__tag:hover {
  background: #fff;
  border-color: rgba(36, 122, 94, 0.32);
  color: var(--color-point);
}

.board-detail-completion__tag--static {
  color: var(--color-muted);
}

.board-related-apps {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.board-related-apps--band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0;
  background: var(--color-bg-subtle);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.board-related-gtm {
  margin-top: clamp(3.5rem, 7vw, 5rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.board-related-gtm__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text);
}

.board-related-gtm__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

.board-related-gtm__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.2s;
}

.board-related-gtm__card:hover {
  opacity: 0.85;
}


.board-related-gtm__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-placeholder);
}

.board-related-gtm__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.board-related-gtm__name {
  font-size: clamp(0.75rem, 1.1vw, 0.875rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.board-related-apps__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text);
}

.board-related-apps__row + .board-related-apps__row {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.board-related-apps__row--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.board-related-apps__col--50 {
  min-width: 0;
}

.board-related-apps__col--side {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.board-related-apps__side-block + .board-related-apps__side-block {
  margin-top: 0;
}

.board-related-apps__cat {
  margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-weight: 700;
  color: var(--color-text);
}

.board-related-apps__materials {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

.board-related-apps__material-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: calc(33.333% - 0.85rem);
  min-width: 5.5rem;
  max-width: 8.5rem;
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.2s;
}

.board-related-apps__material-card:hover {
  opacity: 0.85;
}

.board-related-apps__material-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-placeholder);
}

.board-related-apps__material-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.board-related-apps__material-title {
  font-size: clamp(0.75rem, 1.1vw, 0.875rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.board-related-apps__boxes {
  display: grid;
  gap: clamp(0.625rem, 1.25vw, 0.875rem);
}

.board-related-apps__boxes--stack {
  grid-template-columns: 1fr;
}

.board-related-apps__boxes--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.board-related-apps__box {
  display: flex;
  align-items: center;
  min-height: clamp(3.25rem, 7vw, 4rem);
  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1rem, 2vw, 1.25rem);
  background: #eceeed;
  border-radius: var(--radius-md);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-text);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.board-related-apps__box:hover {
  background: #e2e9e5;
  color: var(--color-point);
}

/* 상세보기 비노출 — hover 시 툴팁, 링크와 동일한 시각 피드백 */
[data-detail-pending-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-detail-pending-tooltip]::after {
  content: attr(data-detail-pending-tooltip);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  transform: translate(-50%, -50%) scale(0.96);
  width: max-content;
  max-width: min(90%, 16rem);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(11, 31, 23, 0.94);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

/* 화살표 미사용 — 툴팁이 영역 중앙에 오버랩 */
[data-detail-pending-tooltip]::before {
  display: none;
}

[data-detail-pending-tooltip].is-tooltip-open::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

[data-detail-pending-tooltip].draft-tech-card--static:hover,
[data-detail-pending-tooltip].draft-app-card__link--static:hover,
[data-detail-pending-tooltip].board-card__link--static:hover {
  opacity: 0.94;
}

[data-detail-pending-tooltip].board-row-item__media {
  transition: opacity 0.2s;
}

/* 상세보기 비노출 항목 — 툴팁이 영역 중앙에 오버랩되도록 클리핑 방지 */
.app-index__box--static[data-detail-pending-tooltip],
.app-index__material--static[data-detail-pending-tooltip] {
  overflow: visible;
}

[data-detail-pending-tooltip].board-row-item__media:hover {
  opacity: 0.9;
}

[data-detail-pending-tooltip].app-index__core-card {
  transition: opacity 0.2s;
}

[data-detail-pending-tooltip].app-index__core-card:hover {
  opacity: 0.94;
}

[data-detail-pending-tooltip].app-index__box--static:hover {
  background: #eef0ef;
  border-color: #e2e5e3;
  color: var(--color-point);
}

[data-detail-pending-tooltip].app-index__material--static:hover {
  opacity: 0.85;
}

[data-detail-pending-tooltip].board-related-gtm__card--static:hover {
  opacity: 0.85;
}

[data-detail-pending-tooltip].board-related-apps__box--static:hover {
  background: #e2e9e5;
  color: var(--color-point);
}

[data-detail-pending-tooltip].board-related-apps__material-card--static:hover {
  opacity: 0.85;
}

[data-detail-pending-tooltip].board-core-spotlight__card--static:hover {
  opacity: 1;
}

[data-detail-pending-tooltip].board-detail-meta__tag--static:hover {
  background: #fff;
  border-color: rgba(36, 122, 94, 0.35);
  color: var(--color-point);
}

[data-detail-pending-tooltip].board-detail-completion__tag--static:hover {
  background: #fff;
  border-color: rgba(36, 122, 94, 0.32);
  color: var(--color-point);
}

.board-related-apps__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(3.25rem, 7vw, 4rem);
  margin: 0;
  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1rem, 2vw, 1.25rem);
  background: #eceeed;
  border-radius: var(--radius-md);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: var(--color-muted);
}

/* Applications index — grouped by Core Technology */
.app-index__divider {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  margin-left: calc(50% - 50vw);
  border: 0;
  border-top: 1px solid var(--color-border-strong);
}

.app-index__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  border-bottom: 1px solid var(--color-border);
}

.app-index__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-point);
  flex: 0 1 auto;
}

.app-index__filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.app-index__filter-fields {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  min-width: 0;
}

.app-index__filter-label {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1 1 0;
  min-width: 0;
  max-width: 14rem;
}

.app-index__filter-name {
  font-family: var(--font-display);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
}

.app-index__filter-select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-md);
  background: #fff;
  font: inherit;
  font-size: 0.875rem;
  color: var(--color-text);
}

.app-index__filter-btn {
  flex-shrink: 0;
  min-width: 5.5rem;
  padding: 0.625rem 1.5rem;
}

@media (min-width: 768px) {
  .app-index__toolbar {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .app-index__title {
    flex: 1 1 100%;
  }

  .app-index__filter {
    flex: 1 1 100%;
    justify-content: stretch;
    gap: 0.5rem;
  }

  .app-index__filter-fields {
    flex: 1 1 auto;
    gap: 0.5rem;
  }

  .app-index__filter-label {
    max-width: none;
  }

  .app-index__filter-name {
    font-size: 0.75rem;
  }

  .app-index__filter-select {
    padding: 0.5rem 0.625rem;
    font-size: 0.8125rem;
  }

  .app-index__filter-btn {
    min-width: auto;
    padding: 0.5rem 0.875rem;
  }
}

.app-index__results {
  transition: opacity 0.25s ease;
}

.app-index__results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.app-index__empty {
  margin: 0;
  color: var(--color-muted);
  text-align: center;
}

.app-index__block + .app-index__block {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid var(--color-border);
}

.app-index__row2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.app-index__core-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: #fff;
}

.app-index__core-card--link {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s;
}

.app-index__core-card--link:hover {
  opacity: 0.94;
}

.app-index__core-card--link .app-index__core-cta {
  pointer-events: none;
}

.app-index__core-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--color-brand-mid);
  background-image:
    linear-gradient(
      180deg,
      rgba(8, 22, 17, 0.55) 0%,
      rgba(8, 22, 17, 0.72) 45%,
      rgba(8, 22, 17, 0.88) 100%
    ),
    var(--core-card-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.app-index__core-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: clamp(1.5rem, 3.5vw, 2.25rem) clamp(1.25rem, 2.5vw, 1.75rem);
}

.app-index__core-label {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: var(--font-display);
  font-size: clamp(0.6875rem, 1vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.app-index__core-title {
  margin: 0 0 clamp(0.875rem, 1.75vw, 1.125rem);
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.75vw, 1.875rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.app-index__core-headcopy {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.625rem);
  font-size: clamp(0.875rem, 1.35vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.app-index__core-desc {
  flex: 1;
  margin: 0;
  font-size: clamp(0.8125rem, 1.15vw, 0.875rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.app-index__core-cta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding: 0.6875rem 1.375rem;
  background: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.app-index__core-cta:hover {
  opacity: 0.92;
  color: var(--color-text);
}

.app-index__side {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.app-index__section {
  transition: opacity 0.3s;
}

.app-index__section--dimmed {
  opacity: 0.32;
}

.app-index__section--dimmed a,
.app-index__section--dimmed .app-index__box--static,
.app-index__section--dimmed .app-index__material--static {
  pointer-events: auto;
}

.app-index__section-title {
  margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-weight: 700;
  color: var(--color-text);
}

.app-index__section-empty {
  margin: 0;
  padding: clamp(0.75rem, 1.5vw, 1rem);
  background: #f6f7f6;
  border: 1px solid #eceeed;
  border-radius: var(--radius-md);
  font-size: 0.8125rem;
  color: var(--color-muted);
  text-align: center;
}

.app-index__boxes {
  display: grid;
  gap: clamp(0.5rem, 1vw, 0.75rem);
}

.app-index__box {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: clamp(2.75rem, 5.5vw, 3.25rem);
  padding: clamp(0.6875rem, 1.35vw, 0.875rem) clamp(1rem, 2vw, 1.25rem);
  background: #f6f7f6;
  border: 1px solid #eceeed;
  border-radius: var(--radius-md);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-text);
  text-decoration: none;
  /* 제목이 길면 말줄임 없이 여러 줄로 wrap */
  white-space: normal;
  overflow-wrap: anywhere;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.app-index__box:not(.app-index__box--static):hover {
  background: #eef0ef;
  border-color: #e2e5e3;
  color: var(--color-point);
}

/* 상세보기 비노출(정적) 항목 — 포인터/호버 피드백 제거 */
.app-index__box--static,
.app-index__material--static,
.board-related-apps__box--static,
.board-related-apps__material-card--static,
.board-related-gtm__card--static,
.board-core-spotlight__card--static,
.board-detail-meta__tag--static,
.board-detail-completion__tag--static,
.app-index__core-card:not(.app-index__core-card--link) {
  cursor: default;
}

.app-index__material--static:hover {
  opacity: 1;
}

.app-index__section--materials {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.app-index__materials {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.app-index__material {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.2s;
}

.app-index__material:hover {
  opacity: 0.85;
}

.app-index__material-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-placeholder);
}

.app-index__material-thumb--placeholder {
  background: var(--color-placeholder);
}

.app-index__material-thumb--placeholder img {
  opacity: 0;
}

.app-index__material-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.app-index__material-title {
  width: 100%;
  font-size: clamp(0.75rem, 1.1vw, 0.875rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .app-index__row2 {
    grid-template-columns: 2fr 3fr;
    align-items: start;
  }

  /* 그리드 열이 내용(긴 제목)에 의해 늘어나지 않도록 고정 → Core Tech 카드 크기 균일 */
  .app-index__core-card,
  .app-index__side {
    min-width: 0;
  }

  .app-index:not(.gtm-index) .app-index__materials {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .board-related-gtm__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Go To Market index — products grouped by Core Technology */
.gtm-index__block + .gtm-index__block {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid var(--color-border);
}

.gtm-index__heading {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text);
}

.gtm-index__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

@media (min-width: 768px) {
  .gtm-index__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gtm-index__empty {
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  color: var(--color-muted);
  background: var(--color-surface-muted, #f5f5f5);
  border-radius: var(--radius-md);
}

/* Core Tech spotlight (below related Applications on detail) */
.board-core-spotlight {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(3.5rem, 7vw, 5rem);
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.5rem, 7vw, 5rem);
  background: var(--color-accent-soft);
}

.board-core-spotlight__title {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
}

.board-core-spotlight__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.board-core-spotlight__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(0.625rem, 1.25vw, 0.875rem);
  text-decoration: none;
  color: var(--color-text);
  transition: opacity 0.2s;
}

.board-core-spotlight__card--static {
  cursor: default;
}

.board-core-spotlight__card:hover {
  opacity: 0.88;
}

.board-core-spotlight__card:hover .board-core-spotlight__card-title {
  color: var(--color-point);
}

.board-core-spotlight__thumb {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(11, 31, 23, 0.06);
}

.board-core-spotlight__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.board-core-spotlight__card-title {
  font-size: clamp(0.8125rem, 1.25vw, 0.9375rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: color 0.2s;
}

.board-core-spotlight__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.board-core-spotlight__btn {
  min-width: min(100%, 20rem);
  padding: 0.875rem 2rem;
  background: var(--color-brand);
  border-color: var(--color-brand);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
}

.board-core-spotlight__btn:hover {
  background: var(--color-brand-mid);
  border-color: var(--color-brand-mid);
}

@media (min-width: 768px) {
  .board-related-apps__row--split {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .board-core-spotlight__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .board-page-hero {
    min-height: clamp(11.5rem, 27vh, 17rem);
    padding-top: calc(var(--header-height) + clamp(1rem, 2vw, 1.5rem));
    padding-bottom: clamp(3.25rem, 7vh, 4.5rem);
  }

  .board-row-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: min(100%, 22.5rem);
    margin-inline: auto;
    text-align: left;
    gap: clamp(1.25rem, 4vw, 1.75rem);
  }

  .board-row-item__body,
  .board-row-item__media,
  .board-row-item__media-link {
    width: 100%;
    max-width: 100%;
  }

  .board-row-item__media {
    max-width: 100%;
  }

  .board-row-list__items {
    gap: clamp(3.75rem, 11vw, 5.5rem);
  }

  .board-page-content {
    padding-top: clamp(2rem, 6vw, 3rem);
    padding-bottom: clamp(2.5rem, 8vw, 4rem);
  }

  .app-index__block,
  .gtm-index__block {
    max-width: min(100%, 26rem);
    margin-inline: auto;
  }

  .gtm-index__block {
    max-width: min(100%, 32rem);
  }

  .app-index__block + .app-index__block,
  .gtm-index__block + .gtm-index__block {
    margin-top: clamp(3.5rem, 10vw, 5rem);
    padding-top: clamp(3.5rem, 10vw, 5rem);
  }

  .app-index__core-card {
    max-width: min(100%, 19rem);
    margin-inline: auto;
  }

  .app-index__core-card-inner {
    text-align: left;
  }

  .app-index:not(.gtm-index) .app-index__materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.75rem, 3vw, 1.25rem);
  }

  .app-index:not(.gtm-index) .app-index__material {
    max-width: 100%;
    margin-inline: auto;
    align-items: stretch;
    text-align: left;
  }

  .app-index:not(.gtm-index) .app-index__material-title {
    align-self: stretch;
    text-align: left;
  }

  .gtm-index .app-index__material {
    text-align: left;
    align-items: stretch;
  }

  .gtm-index .app-index__material-title {
    text-align: left;
  }

  .app-index__box {
    white-space: normal;
    text-align: left;
  }

  .app-index__section-title,
  .gtm-index__heading {
    text-align: left;
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
  }

  .app-features {
    padding-block: clamp(2.5rem, 8vw, 3.5rem);
  }

  .app-features__grid {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 2.75rem);
    max-width: min(100%, 24rem);
    margin-inline: auto;
  }

  .app-features__item {
    align-items: flex-start;
    text-align: left;
  }

  .board-core-spotlight__grid {
    grid-template-columns: 1fr;
    max-width: min(100%, 20rem);
    margin-inline: auto;
  }

  .board-related-apps__materials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.75rem, 3vw, 1.25rem);
    max-width: 100%;
    margin-inline: auto;
  }

  .board-related-apps__material-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
    align-items: stretch;
  }

  .board-related-apps__material-title {
    text-align: left;
  }

  .draft-tech-grid {
    grid-template-columns: 1fr;
    max-width: var(--landing-showcase-track);
    margin-inline: auto;
    gap: var(--landing-showcase-gap);
  }

  .draft-tech-card__img {
    aspect-ratio: 3 / 2;
  }

  .draft-tech-card--link {
    width: 100%;
    text-align: left;
  }

  .draft-app-card {
    max-width: var(--landing-showcase-card-width);
    margin-inline: auto;
    text-align: left;
  }

  .draft-apps__grid {
    gap: var(--landing-showcase-gap);
  }
}

@media (min-width: 768px) {
  .board-page-intro__card {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
  }
}

@media (max-width: 767px) {
  .board-page-hero__bg {
    background-attachment: scroll;
  }

  .board-page-intro {
    margin-top: clamp(-3rem, -7vw, -4rem);
  }

  .board-page-intro__card {
    grid-template-columns: 1fr;
    padding: clamp(1.25rem, 3.5vw, 1.75rem) clamp(2rem, 8vw, 3rem);
  }

  .board-page-intro__visual {
    justify-self: center;
    width: min(64vw, 220px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .board-page-hero__bg {
    background-attachment: scroll;
  }
}

/* ── Footer (시안 매칭) ── */
.site-footer--draft {
  background: var(--green-deeper);
  color: rgba(255,255,255,0.85);
  padding: clamp(3rem, 6vh, 4.5rem) 0 1.25rem;
}

.footer-draft {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 2rem;
  align-items: start;
}

.footer-draft__tagline {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  opacity: 0.65;
  color: #fff;
}

.footer-draft__address {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.7;
  opacity: 0.75;
  margin-top: 1rem;
  color: #fff;
}

.footer-draft__company {
  font-weight: 600;
  opacity: 1;
}

.footer-draft__email {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.footer-draft__email:hover {
  color: var(--color-accent-hover);
}

.footer-draft__nav-title {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.5);
}

.footer-draft__nav {
  display: grid;
  gap: 0.625rem;
}

.footer-draft__nav a {
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-draft__nav a:hover { color: var(--color-accent-hover); }

.footer-draft__brand .logo img {
  filter: brightness(0) invert(1);
  height: 2.4375rem;
}

.footer-draft__form h2 {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.footer-contact-form {
  display: grid;
  gap: 0.75rem;
}

.footer-contact-form label span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  opacity: 0.65;
}

.footer-contact-form input,
.footer-contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font: inherit;
  font-size: 0.875rem;
  transition: border-color 0.2s;
}

.footer-contact-form input::placeholder,
.footer-contact-form textarea::placeholder {
  color: rgba(255,255,255,0.35);
}

.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
}

.turnstile-field {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-height: 0;
  margin: 0;
}

.turnstile-field:not(.is-interactive) {
  height: 0;
  overflow: hidden;
}

.turnstile-field.is-interactive {
  height: auto;
  overflow: visible;
  margin-top: 0.5rem;
}

.turnstile-error {
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #8b1e1e;
  background: rgba(180, 40, 40, 0.08);
  border-radius: var(--radius-md);
}

.turnstile-widget {
  width: min(100%, 300px);
  max-width: 100%;
  min-height: 0;
  line-height: 0;
}

.contact-modal .turnstile-field.is-interactive,
.contact-form .turnstile-field.is-interactive {
  margin-top: 0.625rem;
}

.footer-contact-form .turnstile-field.is-interactive {
  margin-top: 0.5rem;
}

.btn-footer-submit {
  width: 100%;
  padding: 0.625rem 1rem;
  min-height: 2.5rem;
  margin-top: 0.25rem;
  font-size: var(--text-btn);
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-md);
}

.footer-form-success {
  padding: 1rem;
  background: rgba(36, 122, 94, 0.15);
  color: var(--color-accent-hover);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
}

/* Contact modal */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.contact-modal.is-open {
  display: flex !important;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 14, 0.68);
}

.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(90vh, 44rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: clamp(1rem, 2vw, 1.25rem);
  background: #fff;
  color: var(--color-text);
  box-shadow: 0 24px 48px rgba(10, 22, 14, 0.18);
}

.contact-modal .footer-contact-form label span {
  color: var(--color-muted);
  opacity: 1;
}

.contact-modal .footer-contact-form input,
.contact-modal .footer-contact-form textarea {
  border: 1px solid rgba(10, 22, 14, 0.14);
  background: #fff;
  color: var(--color-text);
}

.contact-modal .footer-contact-form input::placeholder,
.contact-modal .footer-contact-form textarea::placeholder {
  color: rgba(10, 22, 14, 0.38);
}

.contact-modal .footer-contact-form input:focus,
.contact-modal .footer-contact-form textarea:focus {
  border-color: var(--color-accent);
}

.contact-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(10, 22, 14, 0.06);
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-modal__close:hover {
  background: rgba(10, 22, 14, 0.12);
}

.contact-modal__title {
  margin: 0 2rem 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text);
}

.contact-modal__success {
  margin: 0;
  color: var(--color-accent-hover);
  background: rgba(36, 122, 94, 0.1);
}

/* Legal modals */
.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.legal-modal.is-open {
  display: flex !important;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 14, 0.68);
}

.legal-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  max-height: min(90vh, 44rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: clamp(1rem, 2vw, 1.25rem);
  background: #fff;
  color: var(--color-text);
  box-shadow: 0 24px 48px rgba(10, 22, 14, 0.18);
}

.legal-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(10, 22, 14, 0.06);
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.legal-modal__close:hover {
  background: rgba(10, 22, 14, 0.12);
}

.legal-modal__title {
  margin: 0 2rem 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.legal-modal__body {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--color-muted);
}

.legal-modal__body h2 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

.legal-modal__body h2:first-child {
  margin-top: 0;
}

.legal-modal__body p,
.legal-modal__body ul {
  margin: 0 0 0.75rem;
}

.legal-modal__body ul {
  padding-left: 1.25rem;
}

.legal-modal__body a {
  color: var(--color-accent);
  text-decoration: underline;
}

/* Cookie consent (EU / GDPR) */
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  display: none;
  padding: clamp(0.75rem, 2vw, 1rem);
  pointer-events: none;
}

.cookie-consent.is-open {
  display: block;
}

.cookie-consent__panel {
  pointer-events: auto;
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(1rem, 2.5vw, 1.25rem) clamp(1.25rem, 3vw, 1.5rem);
  border-radius: clamp(0.75rem, 1.5vw, 1rem);
  background: #fff;
  color: var(--color-text);
  box-shadow: 0 12px 40px rgba(10, 22, 14, 0.18);
  border: 1px solid rgba(10, 22, 14, 0.08);
}

.cookie-consent__text {
  margin: 0 0 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.cookie-consent__btn {
  padding: 0.5rem 0.875rem;
  border-radius: var(--radius-md);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}

.cookie-consent__btn--ghost {
  background: #fff;
  border-color: rgba(10, 22, 14, 0.16);
  color: var(--color-text);
}

.cookie-consent__btn--ghost:hover {
  background: rgba(10, 22, 14, 0.04);
}

.cookie-consent__btn--primary {
  background: var(--color-brand);
  color: #fff;
}

.cookie-consent__btn--primary:hover {
  background: var(--color-brand-light);
}

.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.cookie-settings.is-open {
  display: flex !important;
}

.cookie-settings__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 14, 0.68);
}

.cookie-settings__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(90vh, 40rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: clamp(1rem, 2vw, 1.25rem);
  background: #fff;
  color: var(--color-text);
  box-shadow: 0 24px 48px rgba(10, 22, 14, 0.18);
}

.cookie-settings__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(10, 22, 14, 0.06);
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-settings__title {
  margin: 0 2rem 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.cookie-settings__intro {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.cookie-settings__option {
  padding: 0.875rem 0;
  border-top: 1px solid rgba(10, 22, 14, 0.08);
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.cookie-settings__option-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
  color: var(--color-text);
}

.cookie-settings__always {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-accent);
}

.cookie-settings__toggle {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.cookie-settings__toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-settings__toggle-ui {
  display: block;
  width: 2.5rem;
  height: 1.375rem;
  border-radius: 999px;
  background: rgba(10, 22, 14, 0.16);
  transition: background 0.2s;
}

.cookie-settings__toggle-ui::after {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s;
}

.cookie-settings__toggle input:checked + .cookie-settings__toggle-ui {
  background: var(--color-accent);
}

.cookie-settings__toggle input:checked + .cookie-settings__toggle-ui::after {
  transform: translateX(1.125rem);
}

.cookie-settings__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

/* About Us — Contact */
.about-contact {
  padding-block: clamp(4rem, 8vw, 6rem);
  background: #f2f2f2;
}

.about-contact__section-title {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.about-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.about-contact__visual {
  margin: 0;
  width: 100%;
  min-height: clamp(240px, 32vw, 360px);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  background: var(--color-brand-mid);
}

.about-contact__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-contact__title {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-brand-light);
}

.about-contact__title-line {
  display: block;
}

.about-contact__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.about-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.75rem;
  border: none;
  border-radius: var(--radius-md);
  background: var(--color-brand);
  font: inherit;
  font-size: clamp(0.9375rem, 1.2vw, 1rem);
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.about-contact__btn:hover {
  background: var(--color-brand-light);
}

.about-contact__support {
  margin: 0;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
}

.about-contact__support-label {
  display: block;
  margin-bottom: 0.25rem;
}

.about-contact__email {
  display: inline-block;
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text);
  text-decoration: none;
}

.about-contact__email:hover {
  color: var(--color-point);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .about-contact__grid {
    grid-template-columns: 1fr;
  }

  .about-contact__visual {
    min-height: clamp(200px, 52vw, 280px);
  }
}

.footer-draft__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.75rem;
  opacity: 0.45;
  color: #fff;
}

.footer-draft__legal a,
.footer-draft__legal-btn {
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.footer-draft__legal a:hover,
.footer-draft__legal-btn:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Floating TOP button */
.top-button {
  position: fixed;
  right: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(1.25rem, 3vw, 1.75rem);
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(10, 22, 14, 0.1);
  border-radius: 50%;
  background: #fff;
  color: var(--color-brand);
  box-shadow: 0 8px 24px rgba(10, 22, 14, 0.14);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s var(--ease-out),
    visibility 0.3s var(--ease-out),
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.top-button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.top-button:hover {
  background: var(--color-brand);
  color: #fff;
  box-shadow: 0 10px 28px rgba(10, 22, 14, 0.2);
}

.top-button__icon {
  display: block;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .top-button {
    transition: none;
  }
}

/* Board pages */
.board-filter__btn { border-radius: var(--radius-md); }
.board-card { border-radius: var(--radius-lg); border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); }
.board-card__thumb { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }

@media (min-width: 768px) {
  :root {
    --landing-showcase-gap: clamp(1.5rem, 2.75vw, 2.25rem);
    /* PC: one-third of showcase track (same as 3-column showcase cards) */
    --landing-showcase-card-width: calc((var(--landing-showcase-track) - 2 * var(--landing-showcase-gap)) / 3);
  }

  .draft-intro__row1 { grid-template-columns: 1.05fr 0.95fr; }

  /* Core Science — PC 4×1 */
  .draft-tech-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    justify-items: stretch;
    gap: var(--landing-showcase-gap);
    max-width: var(--landing-showcase-track);
    width: 100%;
  }

  .draft-tech-grid .draft-tech-card {
    max-width: none;
  }

  .draft-mission__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }

  /* Our Solution — PC 6×1 horizontal scroll: left = wrap, right = screen edge */
  .draft-apps__carousel {
    margin-top: clamp(0.5rem, 1.5vw, 1rem);
  }

  .draft-apps__viewport {
    width: calc(100% + (100vw - 100%) / 2);
    max-width: none;
    margin-right: calc(50% - 50vw);
    padding-right: clamp(1.5rem, 4vw, 3rem);
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    cursor: grab;
    touch-action: pan-x;
    user-select: none;
  }

  .draft-apps__viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .draft-apps__grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--landing-showcase-gap);
    width: max-content;
    max-width: none;
    margin-inline: 0;
    justify-items: stretch;
    padding-inline: 0;
  }

  .draft-app-card {
    flex: 0 0 var(--landing-showcase-card-width);
    width: var(--landing-showcase-card-width);
    max-width: var(--landing-showcase-card-width);
    scroll-snap-align: start;
  }

  .draft-apps__arrow {
    display: none;
  }

  .draft-apps__carousel.is-scrollable .draft-apps__arrows {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .draft-apps__carousel.is-scrollable .draft-apps__arrow {
    display: inline-flex;
  }

  .footer-draft { grid-template-columns: 1.1fr 0.8fr 1.2fr; gap: 3rem; }

  .draft-showcase {
    width: var(--landing-showcase-track);
    max-width: 100%;
    overflow: visible;
  }

  .draft-showcase__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--landing-showcase-gap);
    --showcase-gap: var(--landing-showcase-gap);
  }

  .draft-showcase-card {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 1024px) {
  .draft-tech-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: var(--landing-showcase-gap);
    width: 100%;
    max-width: var(--landing-showcase-track);
  }
}

@media (max-width: 767px) {
  .draft-apps__grid,
  .draft-tech-grid,
  .draft-tech-grid.is-spread {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .draft-apps__viewport {
    padding-inline: 0;
  }

  .draft-apps__arrows,
  .draft-apps__arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  :root { --header-height: 3.75rem; }

  .header-inner { padding-inline: 0.25rem; }
  .site-header--draft .logo img { height: 2.1rem; }

  .nav-mobile {
    padding: 1.25rem 1.5rem 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: var(--font-display);
    background: rgba(10, 36, 28, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .nav-mobile a {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.875rem 0;
  }

  .nav-mobile .lang-switcher {
    gap: 0.625rem;
    margin-top: 1.25rem;
    padding: 0.3rem;
    background: rgba(255, 255, 255, 0.14);
  }

  .nav-mobile .lang-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.25rem;
    min-height: 2.75rem;
    padding: 0.5rem 1.1rem;
    font-size: 0.9375rem;
    border: 0;
    border-radius: 999px;
  }

  .hero-slider {
    height: calc(85vh * 0.85 * 0.75);
    height: calc(85dvh * 0.85 * 0.75);
  }

  .hero-slide__container {
    padding-bottom: clamp(3.5rem, 9vh, 4.5rem);
  }

  .hero-slide__content {
    max-width: 75%;
    margin-inline: auto;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
  }

  .hero-slide__desc {
    margin-inline: auto;
  }

  .hero-slide__cta.btn-point {
    align-self: center;
    width: auto;
    text-align: center;
    justify-content: center;
  }

  .draft-intro,
  .draft-tech,
  .draft-apps {
    padding-block: clamp(3rem, 8vh, 4.5rem);
  }

  .about-body {
    padding-block: clamp(3rem, 9vw, 4.5rem);
  }

  .about-body__panel + .about-body__panel {
    margin-top: clamp(3.5rem, 10vw, 5rem);
  }

  .about-values,
  .about-csr {
    padding-block: clamp(3rem, 9vw, 4.5rem);
  }

  .page-draft .container {
    padding-inline: clamp(1.125rem, 5vw, 1.5rem);
  }

  .draft-mission {
    padding: 0;
  }

  .draft-mission__body {
    padding: clamp(1rem, 3vw, 1.5rem) 0 0;
  }

  .draft-mission__visual {
    justify-self: center;
    width: min(88vw, 320px);
  }

  .draft-mission__visual img {
    margin-top: calc(-1 * clamp(2.5rem, 8vw, 5rem) + 20px);
    max-height: clamp(224px, 50vw, 304px);
  }

  .draft-mission__copy {
    padding-top: 0;
  }

  .draft-tech {
    padding: 0;
  }

  .draft-tech__body {
    padding: clamp(3rem, 8vw, 4.5rem) 0 clamp(2.5rem, 6vh, 4rem);
  }

  .draft-tech__wave {
    margin-bottom: clamp(-2.5rem, -5vw, -3.5rem);
  }

  .draft-tech__wave-figure {
    --figure-overlap: 0%;
    width: min(45vw, 192px);
    animation-duration: 6s;
  }

  .draft-tech__wave-figure img {
    animation-duration: 6s;
  }

  .draft-tech__intro {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  }

  .draft-tech__intro-spacer {
    display: none;
  }

  .draft-tech__copy {
    max-width: none;
    padding-top: 0;
    justify-self: start;
  }

  .draft-showcase-card__top {
    min-height: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .draft-showcase-card__label {
    padding-right: 4.75rem;
  }

  .draft-tech__copy .type-lead,
  .draft-tech__copy .type-light-muted {
    margin-left: 0;
    color: var(--color-on-dark-muted);
  }

  .draft-tech__list {
    width: 100%;
    max-width: none;
  }

  .draft-tech-banner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .draft-tech-banner__visual {
    justify-self: center;
  }

  .draft-tech-banner__btn {
    white-space: normal;
  }

  .draft-intro__row1,
  .draft-mission__grid {
    gap: 1.75rem;
  }

  .draft-intro__row1 {
    grid-template-columns: 1fr;
  }

  .draft-showcase {
    width: 100%;
    padding-inline: clamp(1rem, 4vw, 1.5rem);
    box-sizing: border-box;
  }

  .draft-showcase__track {
    flex-direction: column;
    align-items: stretch;
  }

  .draft-showcase-card {
    flex: none;
    width: 100%;
    min-height: 420px;
    padding-block: clamp(1rem, 2vw, 1.375rem);
    padding-inline: clamp(1.5rem, 4vw, 2.25rem);
  }

  .draft-showcase-card__icon {
    width: 92px;
    height: 92px;
  }

  .draft-showcase-icon {
    width: 100%;
    height: 100%;
  }

  .footer-draft {
    gap: 2rem;
  }

  .footer-contact-form input,
  .footer-contact-form textarea {
    font-size: 16px; /* iOS zoom prevent */
  }

  .board-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .board-filter::-webkit-scrollbar { display: none; }

  .board-filter__btn {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .board-grid--grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: 2rem;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide__bg { transition: none; }
}

/* ── Image corner radius (12px sitewide) ── */
.draft-img-slot,
.draft-img-slot--intro,
.draft-tech-card__img,
.draft-app-card__img,
.draft-mission__visual,
.draft-tech__wave-figure,
.board-page-intro__visual,
.board-page-intro__visual--post,
.board-row-item__media,
.board-row-item__media-link,
.board-related-gtm__thumb,
.board-core-spotlight__thumb,
.board-card__thumb,
.about-body__media,
.about-contact__visual,
.about-values__icon {
  border-radius: var(--radius-img);
}

img {
  border-radius: var(--radius-img) !important;
}

.logo img,
.site-header .logo img,
.site-header--draft .logo img,
.footer-draft .logo img,
.footer-draft__brand .logo img {
  border-radius: 0 !important;
}
