html {
  overflow-x: clip;
  overscroll-behavior-x: none;
}
body {
  overflow-x: clip;
  max-width: 100%;
}
@media (min-width: 768px) {
  html {
    scrollbar-gutter: stable;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.float-slow { animation: float-slow 4.5s ease-in-out infinite; }

@keyframes home-float-a {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(3px, -6px) rotate(1.4deg); }
  50% { transform: translate(-2px, -11px) rotate(-1deg); }
  75% { transform: translate(4px, -5px) rotate(0.8deg); }
}
@keyframes home-float-b {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(-4px, -5px) rotate(-1.2deg); }
  50% { transform: translate(3px, -10px) rotate(1.1deg); }
  75% { transform: translate(-3px, -4px) rotate(-0.6deg); }
}

.home-hero {
  position: relative;
  min-height: calc(34.2rem + 105px);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.home-orbit {
  position: absolute;
  inset: 0.9rem 0.8rem 1.05rem;
  z-index: 1;
  pointer-events: none;
}
.home-orbit-item {
  position: absolute;
  width: 3.35rem;
  height: 3.35rem;
  pointer-events: none;
}
.home-orbit-item--1,
.home-orbit-item--4,
.home-orbit-item--6,
.home-orbit-item--8 {
  left: 6%;
}
.home-orbit-item--3,
.home-orbit-item--5,
.home-orbit-item--7,
.home-orbit-item--10 {
  right: 6%;
}
.home-orbit-item--1 { top: 5%; width: 3.05rem; height: 3.05rem; transform: rotate(-7deg); }
.home-orbit-item--2 { top: 2%; left: calc(50% - 1.525rem); width: 3.05rem; height: 3.05rem; transform: rotate(5deg); }
.home-orbit-item--3 { top: 9%; width: 3.05rem; height: 3.05rem; transform: rotate(7deg); }
.home-orbit-item--4 { top: 28%; width: 3.05rem; height: 3.05rem; transform: rotate(-7deg); }
.home-orbit-item--5 { top: 32%; width: 3.05rem; height: 3.05rem; transform: rotate(7deg); }
.home-orbit-item--6 { top: 51%; width: 3.05rem; height: 3.05rem; transform: rotate(-7deg); }
.home-orbit-item--7 { top: 55%; width: 3.05rem; height: 3.05rem; transform: rotate(7deg); }
.home-orbit-item--8 { top: 74%; width: 3.05rem; height: 3.05rem; transform: rotate(-7deg); }
.home-orbit-item--9 { bottom: 2%; left: calc(50% - 1.525rem); width: 3.05rem; height: 3.05rem; transform: rotate(-5deg); }
.home-orbit-item--10 { top: 78%; width: 3.05rem; height: 3.05rem; transform: rotate(7deg); }
.home-orbit-face {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.05rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 20, 26, 0.12);
  animation: home-float-a 4.6s ease-in-out infinite;
}
.home-orbit-item--1 .home-orbit-face { border-radius: 0.85rem; animation-duration: 4.1s; }
.home-orbit-item--2 .home-orbit-face { border-radius: 1.25rem; animation-name: home-float-b; animation-duration: 5.2s; animation-delay: 0.35s; }
.home-orbit-item--3 .home-orbit-face { border-radius: 1.4rem; animation-duration: 3.9s; animation-delay: 0.7s; }
.home-orbit-item--4 .home-orbit-face { border-radius: 0.95rem; animation-name: home-float-b; animation-duration: 5s; animation-delay: 0.15s; }
.home-orbit-item--5 .home-orbit-face { border-radius: 1.1rem; animation-duration: 4.4s; animation-delay: 0.9s; }
.home-orbit-item--6 .home-orbit-face { border-radius: 1.35rem; animation-name: home-float-b; animation-duration: 5.5s; animation-delay: 0.5s; }
.home-orbit-item--7 .home-orbit-face { border-radius: 1.05rem; animation-duration: 4s; animation-delay: 1.1s; }
.home-orbit-item--8 .home-orbit-face { border-radius: 0.8rem; animation-name: home-float-b; animation-duration: 4.8s; animation-delay: 0.25s; }
.home-orbit-item--9 .home-orbit-face { border-radius: 1.2rem; animation-duration: 5.3s; animation-delay: 0.8s; }
.home-orbit-item--10 .home-orbit-face { border-radius: 0.9rem; animation-name: home-float-b; animation-duration: 4.3s; animation-delay: 0.45s; }
.home-orbit-face img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  background: transparent;
}
.home-orbit-mark {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.home-hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 13.6rem;
  margin: 0 auto;
  padding: 0.35rem 0;
  text-align: center;
  pointer-events: none;
  background: none;
}
.home-hero-kicker {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}
.home-hero-title {
  margin: 0.35rem 0 0;
  font-size: 1.72rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.25;
  color: #111;
}
.home-hero-metric {
  margin: 1.35rem 0 0;
  font-size: 2.85rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #111;
}
.home-hero-metric-label {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(18, 20, 26, 0.42);
}
.home-kpis {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 1.05rem auto 0;
  padding: 0.26rem 0.58rem 0.22rem;
  border-radius: 999px;
  background: #fafafa;
  text-align: center;
}
.home-kpi {
  padding: 0 0.42rem;
}
.home-kpi + .home-kpi {
  border-left: 1px solid rgba(18, 20, 26, 0.08);
}
.home-kpis strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.15;
}
.home-kpis span {
  display: block;
  margin-top: 0.12rem;
  font-size: 8px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(18, 20, 26, 0.4);
  word-break: keep-all;
  white-space: nowrap;
}
.home-shelf {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 1.15rem 1rem 1.55rem;
  background: #fff;
  border-top: 1px solid #f3f3f3;
}
.home-deal {
  text-align: center;
  padding: 0.15rem 0.4rem 1.2rem;
  margin-bottom: 0.15rem;
}
.home-deal-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(18, 20, 26, 0.38);
}
.home-deal-title {
  margin: 0.42rem 0 0;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.4;
  word-break: keep-all;
  color: #111;
}
.home-deal-title .is-cut {
  color: #e11d48;
}
.home-deal-title .is-plus {
  color: #1a2744;
}
.home-deal-save {
  display: inline-block;
  margin: 0.72rem 0 0;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  background: #e8f1ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.home-deal-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.08rem;
  margin: 0.55rem 0 0;
  color: #111;
}
.home-deal-price strong {
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}
.home-deal-price span {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.home-deal-price em {
  margin-left: 0.35rem;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(18, 20, 26, 0.38);
  text-decoration: line-through;
}
.home-deal-hint {
  margin: 0.55rem 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(18, 20, 26, 0.42);
}
.home-shelf-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}
.home-shelf-kicker {
  margin: 0 0 0.18rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 39, 68, 0.38);
}
.home-shelf-head h2 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.home-shelf-head a {
  font-size: 12px;
  font-weight: 700;
  color: rgba(18, 20, 26, 0.38);
}
.home-shelf-group {
  margin-bottom: 1.05rem;
}
.home-shelf-label {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.52rem;
}
.home-shelf-label a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a2744;
}
.home-shelf-label em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: rgba(18, 20, 26, 0.32);
}
.home-shelf-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem 0.45rem;
}
@keyframes home-chip-in {
  from { opacity: 0; transform: translateY(8px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.home-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  gap: 0.38rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #12141a;
  text-decoration: none;
  animation: home-chip-in 0.45s ease both;
}
.home-chip-mark {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.28rem;
  background: transparent;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.home-chip-mark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  background: transparent;
}
.product-thumb {
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(26, 39, 68, 0.05);
}
.product-thumb-disc {
  display: grid;
  place-items: center;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 0;
  background: transparent;
}
.product-thumb-disc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.product-thumb-mark {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.product-hero {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 1.75rem;
  background: #fff;
}
.product-hero-disc {
  display: grid;
  place-items: center;
  width: 48%;
  max-width: 11rem;
  aspect-ratio: 1;
  border-radius: 0;
  background: transparent;
}
.product-hero-disc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.home-chip-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  line-height: 1.15;
  text-align: center;
}
.home-chip-name {
  max-width: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-chip-off {
  margin-top: 0.06rem;
  font-size: 10px;
  font-weight: 800;
  color: #e11d48;
}
.home-chip:hover {
  transform: translateY(-2px);
}
.home-products {
  position: relative;
  z-index: 3;
  padding-top: 0.15rem;
}

.safe-bottom {
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}

.store-grid .text-3xl {
  font-size: 1.2rem;
}
.store-grid h3 {
  font-size: 12px;
  min-height: 2.5em;
}
.store-grid .text-\[15px\] {
  font-size: 13px;
}
.store-grid .text-\[11px\] {
  font-size: 10px;
}

.store-body {
  background: #fff;
}
.store-shell {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  min-height: 100vh;
  box-shadow: 0 0 0 1px rgba(18, 20, 26, 0.06);
}
.header-back {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -0.2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1a2744;
}
.header-back:active {
  background: rgba(26, 39, 68, 0.06);
}
.header-back svg {
  width: 1.35rem;
  height: 1.35rem;
}
.header-bar.is-home {
  padding-left: max(1.5rem, calc(1.25rem + env(safe-area-inset-left)));
}
.store-bottom-nav,
.store-sticky-buy {
  left: 50%;
  width: 100%;
  max-width: 28rem;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  html {
    scrollbar-gutter: stable;
  }
}

footer summary {
  list-style: none;
}
footer summary::-webkit-details-marker {
  display: none;
}

.pay-method {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 4.25rem;
  padding: 0.85rem 0.95rem;
  border-radius: 1.25rem;
  border: 1px solid #e8e2d8;
  background: #fff;
  cursor: pointer;
}
.pay-method input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pay-method.is-on {
  border-color: #6d28d9;
  box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.12);
}
.pay-method-mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.7rem;
  flex-shrink: 0;
  background: #1a2744;
}
.pay-tosspay { background: #3182f6; }
.pay-kakaopay { background: #fee500; }
.pay-naverpay { background: #03c75a; }
.pay-payco { background: #fa2828; }
.pay-samsungpay { background: #1428a0; }
.pay-phone { background: #6d28d9; }
.pay-transfer, .pay-virtual, .pay-bank { background: #1a2744; }
.pay-card { background: #12141a; }

.pdp-tabs {
  position: sticky;
  top: 4.6rem;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin: 0.85rem -1rem 0;
  padding: 0 0.35rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e8e2d8;
}
.pdp-tab {
  appearance: none;
  border: 0;
  background: transparent;
  height: 2.7rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(18, 20, 26, 0.42);
  cursor: pointer;
  position: relative;
}
.pdp-tab.is-on {
  color: #1a2744;
}
.pdp-tab.is-on::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: #e8b84a;
}
.pdp-fold > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  cursor: pointer;
}
.pdp-fold > summary::-webkit-details-marker,
.pdp-fold > summary::marker {
  display: none;
  content: "";
}
.pdp-fold > summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.35rem;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.4;
  transition: transform 0.15s ease;
}
.pdp-fold[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 0.15rem;
}
.pdp-refund-bar {
  background: #fff;
  overflow: hidden;
}
.pdp-refund {
  margin-top: 0.55rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e8e2d8;
}
.pdp-refund h3 {
  margin: 0.85rem 0 0.28rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a2744;
}
.pdp-refund h3:first-child {
  margin-top: 0;
}
.pdp-refund p {
  margin: 0 0 0.38rem;
  font-size: 11px;
  line-height: 1.65;
  color: rgba(18, 20, 26, 0.58);
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}
.pdp-refund p:last-child {
  margin-bottom: 0;
}
.store-shell:has(.pdp-page-title) footer {
  margin-top: 0.75rem;
}
.pdp-refund p span {
  display: inline-block;
  min-width: 1.15em;
  margin-right: 0.2em;
  font-weight: 800;
  color: #1a2744;
}
.pdp-desc,
.pdp-desc * {
  max-width: 100%;
}
.pdp-desc img {
  max-width: 100%;
  height: auto;
}
.pdp-desc .desc-block {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  color: #1a2744;
}
.pdp-page-title {
  margin: 0.7rem 0 0.1rem;
  padding: 0.15rem 0.4rem 0.85rem;
  text-align: center;
  font-size: 1.62rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.32;
  color: #1a2744;
  word-break: keep-all;
}
.pdp-page-title::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 2.5px;
  margin: 0.62rem auto 0;
  border-radius: 99px;
  background: #e8b84a;
}
.pdp-desc-name {
  display: none;
}
.pdp-desc .desc-kicker {
  display: none;
}
.pdp-desc .desc-title {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.4;
  word-break: keep-all;
}
.pdp-desc .desc-lead {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: rgba(26, 39, 68, 0.68);
  word-break: keep-all;
}
.pdp-desc .desc-chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.48rem;
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
}
.pdp-desc .desc-chips li {
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.72rem;
  border-radius: 0.95rem;
  background: #fcf3e2;
  color: #1a2744;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.pdp-desc .desc-cards {
  display: grid;
  gap: 0.55rem;
}
.pdp-desc .desc-card {
  padding: 0.92rem 0.95rem 0.98rem;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(26, 39, 68, 0.05);
}
.pdp-desc .desc-card strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.pdp-desc .desc-card p {
  margin: 0.32rem 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: rgba(26, 39, 68, 0.62);
  word-break: keep-all;
}
.pdp-desc .desc-note {
  padding: 0.95rem 0.95rem 1rem;
  border-radius: 1.2rem;
  background: #f4f5f7;
}
.pdp-desc .desc-note-label {
  margin: 0 0 0.45rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pdp-desc .desc-note ul {
  margin: 0;
  padding: 0 0 0 1.05rem;
}
.pdp-desc .desc-note li {
  margin: 0 0 0.32rem;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: rgba(26, 39, 68, 0.64);
  word-break: keep-all;
}
.pdp-desc .desc-note li:last-child {
  margin-bottom: 0;
}

.home-ai {
  padding: 1.6rem 1rem 1.35rem;
}
.home-ai-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #c9a227;
}
.home-ai-title {
  margin: 0.4rem 0 0;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.35;
  word-break: keep-all;
}
.home-ai-title span {
  color: #1a2744;
}
.home-ai-sub {
  margin: 0.38rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(18, 20, 26, 0.42);
}
.home-ai-modes {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.38rem;
  margin-top: 0.95rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.home-ai-modes::-webkit-scrollbar { display: none; }
.home-ai-modes button {
  flex: 0 0 auto;
  height: 2rem;
  padding: 0 0.78rem;
  border: 0;
  border-radius: 999px;
  background: #f3f3f3;
  color: #333;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.home-ai-modes button.is-on {
  background: #1a2744;
  color: #fff;
}
.home-ai-device {
  margin-top: 0.85rem;
  border: 1px solid #ececec;
  border-radius: 1.15rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(18, 20, 26, 0.06);
}
.home-ai-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 0.8rem 0.62rem;
  border-bottom: 1px solid #f1f1f1;
}
.home-ai-spark {
  width: 1.55rem;
  height: 1.55rem;
  flex-shrink: 0;
  background:
    conic-gradient(from 210deg, #4b8dff, #9a6bff, #ff6bb5, #fbbc04, #34a853, #4b8dff);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  animation: home-ai-spin 8s linear infinite;
}
.home-ai-bar div {
  min-width: 0;
  flex: 1;
}
.home-ai-bar strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.home-ai-bar em {
  display: block;
  margin-top: 0.08rem;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  color: rgba(18, 20, 26, 0.4);
}
.home-ai-replay {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(18, 20, 26, 0.4);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.home-ai-topics {
  display: flex;
  gap: 0.3rem;
  padding: 0.55rem 0.7rem 0.15rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.home-ai-topics::-webkit-scrollbar { display: none; }
.home-ai-topics[hidden] { display: none; }
.home-ai-topics button {
  flex: 0 0 auto;
  height: 1.7rem;
  padding: 0 0.62rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(18, 20, 26, 0.42);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.home-ai-topics button.is-on {
  background: #eef3ff;
  color: #2563eb;
}
.home-ai-feed {
  height: 22.2rem;
  padding: 0.55rem 0.8rem 0.7rem;
  overflow: hidden;
  position: relative;
}
.home-ai-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.28rem;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.home-ai-start span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(18, 20, 26, 0.55);
}
.home-ai-start span::after {
  content: " >>";
  display: inline-block;
  animation: home-ai-nudge 1.6s ease-in-out infinite;
}
.home-ai-start small {
  font-size: 11px;
  font-weight: 600;
  color: rgba(18, 20, 26, 0.35);
}
.home-ai-msg {
  max-width: 92%;
  margin: 0 0 0.55rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.85rem;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  word-break: keep-all;
}
.home-ai-msg.is-user {
  margin-left: auto;
  background: #f3f4f6;
  color: #1a1a1a;
}
.home-ai-msg.is-ai {
  margin-right: auto;
  background: #f7f8fa;
  color: #222;
}
.home-ai-role {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  margin: 0.15rem 0 0.35rem;
  font-size: 11px;
  font-weight: 800;
  color: #1a2744;
}
.home-ai-role i {
  width: 0.85rem;
  height: 0.85rem;
  background:
    conic-gradient(from 210deg, #4b8dff, #9a6bff, #ff6bb5, #fbbc04, #34a853, #4b8dff);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  font-style: normal;
}
.home-ai-msg b { font-weight: 800; }
.home-ai-msg ol,
.home-ai-msg ul {
  margin: 0.35rem 0 0;
  padding-left: 1.05rem;
}
.home-ai-msg li + li { margin-top: 0.18rem; }
.home-ai-think {
  display: inline-flex;
  gap: 0.22rem;
  padding: 0.2rem 0;
}
.home-ai-think span {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: #c5c9d1;
  animation: home-ai-dot 1s ease-in-out infinite;
}
.home-ai-think span:nth-child(2) { animation-delay: 0.15s; }
.home-ai-think span:nth-child(3) { animation-delay: 0.3s; }
.home-ai-composer {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0.7rem 0.7rem;
  padding: 0.48rem 0.48rem 0.48rem 0.75rem;
  border: 1px solid #ececec;
  border-radius: 999px;
  min-height: 2.45rem;
  background: #fafafa;
}
.home-ai-composer p {
  flex: 1;
  margin: 0;
  min-height: 1.1em;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.02em;
}
.home-ai-composer p:empty::before {
  content: "Gemini에게 물어보기";
  color: rgba(18, 20, 26, 0.32);
}
.home-ai-send {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: #d9d9d9;
  color: #fff;
}
.home-ai-send.is-on { background: #1a2744; }
.home-ai-send svg { width: 0.85rem; height: 0.85rem; }
.home-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.42rem;
  height: 100%;
}
.home-ai-msg code {
  display: inline-block;
  margin-top: 0.12rem;
  padding: 0.12rem 0.32rem;
  border-radius: 0.35rem;
  background: #fff;
  font-size: 11px;
}
.home-ai-grid img,
.home-ai-still {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.7rem;
  background: #ececec;
}
.home-ai-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0.7rem;
  min-height: 0;
}
.home-ai-video {
  position: relative;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #111;
}
.home-ai-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}
.home-ai-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
}
.home-ai-play b {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  font-size: 1.1rem;
}
.home-ai-progress {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  overflow: hidden;
}
.home-ai-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #e8b84a;
}
.home-ai-status {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(18, 20, 26, 0.55);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.home-ai-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  margin-bottom: 0.55rem;
}
.home-ai-sources span {
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: #eef3ff;
  color: #2563eb;
  font-size: 10px;
  font-weight: 800;
}
.home-ai-caption {
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: rgba(18, 20, 26, 0.38);
}
.home-ai-cta {
  display: block;
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: -0.03em;
}
@keyframes home-ai-nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}
@keyframes home-ai-dot {
  0%, 80%, 100% { opacity: 0.25; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-2px); }
}
@keyframes home-ai-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .home-ai-spark,
  .home-ai-start span::after,
  .home-ai-think span { animation: none; }
}

.home-desk {
  padding: 2.7rem 1.15rem 2.55rem;
  background: #fff;
}
.home-desk-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.42rem;
  text-align: center;
}
.home-desk-title {
  margin: 0;
  font-size: 1.52rem;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.35;
  color: #1a2744;
  word-break: keep-all;
}
.home-desk-lead {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: #8e94a0;
  word-break: keep-all;
}
.home-desk-panel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 1.45rem 0 0;
  padding: 1.05rem 0.72rem 0.55rem 1rem;
  border-radius: 2.85rem 2.7rem 3rem 2.8rem;
  background: #fcf3e2;
  box-shadow: 0 12px 28px rgba(26, 39, 68, 0.08);
}
.home-desk-bubble {
  position: relative;
  flex: 1;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0.95rem 1rem 1rem 1.05rem;
  border-radius: 1.45rem 1.45rem 0.35rem 1.45rem;
  background: #fff;
  color: #1a2744;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.035em;
  word-break: keep-all;
  box-shadow: 0 8px 18px rgba(26, 39, 68, 0.06);
}
.home-desk-bubble::after {
  content: "";
  position: absolute;
  right: -0.38rem;
  bottom: 0.85rem;
  width: 0.72rem;
  height: 0.72rem;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 0 0 3px 0;
}
.home-desk-buddy {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 6.6rem;
  width: 6.6rem;
  margin: 0;
  pointer-events: none;
}
.home-desk-buddy img {
  display: block;
  width: 6.6rem;
  height: auto;
  background: #fcf3e2;
}
.home-desk-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  z-index: 1;
  margin: -0.7rem 0 0.45rem;
  padding: 0.38rem 0.72rem 0.4rem 0.78rem;
  border-radius: 999px;
  background: #1a2744;
  color: #fff;
  box-shadow: 0 8px 16px rgba(26, 39, 68, 0.22);
}
.home-desk-pill span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.home-desk-pill svg {
  width: 0.85rem;
  height: 0.85rem;
  color: #e8b84a;
}
.home-desk[data-open="0"] .home-desk-pill span {
  font-size: 11px;
}

.home-voices {
  padding: 2.4rem 0 2.7rem;
}
.home-voices-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0 1.15rem 1.5rem;
  text-align: center;
}
.home-voices-head p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #667085;
}
.home-voices-head h2 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.3;
  color: #111;
  word-break: keep-all;
}
.home-voices-rail {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.home-voices-track {
  display: flex;
  gap: 0.75rem;
  width: max-content;
  margin: 0;
  padding: 0 1.15rem;
  list-style: none;
  animation: home-voices-marquee 42s linear infinite;
}
.home-voices-rail:hover .home-voices-track {
  animation-play-state: paused;
}
.home-voices-track li {
  flex: 0 0 15.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 21.2rem;
  padding: 1.4rem 1.15rem 1.25rem;
  border-radius: 1.15rem;
  cursor: pointer;
}
.home-voices-track strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.045em;
  word-break: keep-all;
}
.home-voices-track strong::before {
  content: "“";
  margin-right: 0.18em;
  font-size: 1.15em;
  line-height: 0.8;
  color: #e8b84a;
}
.home-voices-track strong::after {
  content: "”";
}
.home-voices-track p {
  margin: 0.7rem 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.home-voices-track span {
  display: block;
  margin-top: 1.1rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.home-voices-track li.is-navy {
  background: #1a2744;
  color: #fff;
}
.home-voices-track li.is-navy p,
.home-voices-track li.is-navy span {
  color: rgba(255, 255, 255, 0.78);
}
.home-voices-track li.is-light {
  background: #fff;
  border: 1px solid rgba(232, 184, 74, 0.55);
  color: #111;
  box-shadow: 0 10px 24px rgba(26, 39, 68, 0.05);
}
.home-voices-track li.is-light p {
  color: #4a5565;
}
.home-voices-track li.is-light span {
  color: #667085;
}
.home-voices-track li.is-accent {
  background: linear-gradient(150deg, #f3cc6a 2%, #e8b84a 98%);
  color: #1a2744;
}
.home-voices-track li.is-accent strong::before,
.home-voices-track li.is-accent strong::after {
  color: #1a2744;
}
.home-voices-track li.is-accent p,
.home-voices-track li.is-accent span {
  color: rgba(26, 39, 68, 0.72);
}
.home-voices-cta {
  display: inline-block;
  margin: 1.05rem 1.15rem 0;
  font-size: 13px;
  font-weight: 800;
  color: #1a2744;
  letter-spacing: -0.03em;
}
@keyframes home-voices-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .home-voices-rail {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
    padding: 0 1.15rem;
  }
  .home-voices-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
  }
  .home-voices-track li {
    flex: 1 1 100%;
    min-height: 0;
  }
  .home-voices-track li[aria-hidden="true"] { display: none; }
}
