/* ==========================================================================
   구디에딧 (GOODY EDIT) — EDIT No.01 랜딩
   Design source: 구디에딧 랜딩.dc.html (Claude Design)
   ========================================================================== */

:root {
  --ink: #141414;
  --ink-soft: #3a362e;
  --cream: #f4f2ea;
  --paper: #fdfcf8;
  --sand: #e9e5d6;
  --report: #f6f0dc;
  --accent: #f7d500;
  --accent-soft: rgba(247, 213, 0, 0.92);
  --text: #3e3b32;
  --muted: #6e6b60;
  --muted-2: #8b887c;
  --faint: #b4b0a0;
  --line: 1.5px solid var(--ink);
  --btn-radius: 10px;
  --mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", monospace;
  --display: "Archivo Black", "Pretendard Variable", Pretendard, sans-serif;
  --shell: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); text-decoration: none; transition: color 0.18s ease; }
a:hover { color: var(--muted-2); }

img { max-width: 100%; }

h1, h2, h3 { margin: 0; }

p { margin: 0; }

input::placeholder,
textarea::placeholder { color: var(--faint); }

.shell { max-width: var(--shell); margin: 0 auto; padding: 84px 28px; }

.mono {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 3px;
  color: var(--muted-2);
}

.eyebrow { margin-bottom: 16px; }

.section-title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.22;
}

.section-title--sm { font-size: 34px; letter-spacing: -1px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  z-index: 100;
}
.skip-link:focus { left: 8px; top: 8px; color: #fff; }

/* --- Buttons ------------------------------------------------------------ */

.btn {
  display: inline-block;
  font-weight: 800;
  border-radius: var(--btn-radius);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn-dark {
  background: var(--ink);
  color: #fff;
  font-size: 15.5px;
  padding: 16px 32px;
  border: 2px solid var(--ink);
}
.btn-dark:hover { background: var(--ink-soft); color: var(--accent); }

.btn-outline {
  background: var(--paper);
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 15.5px;
  padding: 16px 28px;
}
.btn-outline:hover { background: var(--accent); color: var(--ink); }

.btn-sm { font-size: 13px; padding: 11px 20px; }

:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

/* --- 스크롤 확장 인트로 -------------------------------------------------- */

.intro { height: 350vh; background: var(--cream); }

.intro__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.intro__bg { position: absolute; inset: 0; }
.intro__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.intro__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.08); }

.intro__center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro__media {
  position: relative;
  width: 300px;
  height: 400px;
  max-width: 95vw;
  max-height: 85vh;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.intro__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.intro__dim { position: absolute; inset: 0; background: #000; opacity: 0.35; }

.intro__titles {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  mix-blend-mode: difference;
}
.intro__title {
  font-family: var(--display);
  font-size: clamp(48px, 9vw, 104px);
  line-height: 1;
  letter-spacing: -2px;
  color: #f4f2ea;
  will-change: transform;
}

.intro__hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

/* --- Nav ---------------------------------------------------------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
}
/* 배경을 아래로 연장해 서서히 사라지게 — 본문과 경계 없이 이어짐 */
.nav::before {
  content: "";
  position: absolute;
  inset: 0 0 -24px 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(244, 242, 234, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to bottom, #000 62%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent);
}

.nav__inner {
  max-width: var(--shell);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 28px;
}

.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__brand img { display: block; }
.nav__symbol { height: 30px; width: auto; }
.nav__wordmark { height: 26px; width: 90px; object-fit: contain; }

.nav__links {
  display: flex;
  font-size: 13.5px;
  font-weight: 700;
}

/* 애니메이티드 탭 — 활성 알약이 clip-path로 미끄러지는 효과 */
.nav-tabs {
  position: relative;
  border-radius: 999px;
  padding: 4px;
}

.nav-tabs__row { display: flex; }

.nav-tabs__row a {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  white-space: nowrap;
}
.nav-tabs__row a:hover { color: var(--ink); }

.nav-tabs__overlay {
  position: absolute;
  inset: 0;
  padding: 4px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  clip-path: inset(4px 100% 4px 0 round 999px);
  transition: clip-path 0.25s ease;
}
.nav-tabs__overlay .nav-tabs__row { background: var(--ink); border-radius: 999px; }
.nav-tabs__overlay a { color: var(--accent); }

/* --- Hero --------------------------------------------------------------- */

.hero { position: relative; overflow: hidden; }
.hero .shell { padding: 72px 28px 84px; text-align: center; }

.hero__tag {
  display: inline-block;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 8px 20px;
  transform: rotate(-2deg);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
  animation: geDrop 0.8s cubic-bezier(0.2, 1.2, 0.4, 1) both;
}

.hero__title {
  font-family: var(--display);
  font-size: clamp(42px, 8.6vw, 88px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 28px 0 18px;
  font-weight: 400;
}
.hero__title span { display: block; }
.hero__title span:nth-child(1) { animation: geFadeUp 0.8s 0.15s cubic-bezier(0.2, 0.9, 0.3, 1) both; }
.hero__title span:nth-child(2) { animation: geFadeUp 0.8s 0.3s cubic-bezier(0.2, 0.9, 0.3, 1) both; }

.hero__lede {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 34px;
  animation: geFadeUp 0.8s 0.45s cubic-bezier(0.2, 0.9, 0.3, 1) both;
}

.hero__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: geFadeUp 0.8s 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) both;
}

.hero__figure {
  position: relative;
  display: inline-block;
  max-width: 100%;
  animation: geFadeUp 1s 0.7s cubic-bezier(0.2, 0.9, 0.3, 1) both;
}

.hero__photo {
  width: 680px;
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(20, 20, 20, 0.16);
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.hero__figure:hover .hero__photo { transform: rotate(-1.2deg) scale(1.015); }

.tape {
  position: absolute;
  background: var(--accent-soft);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.tape--a {
  top: -12px; left: 52px; width: 150px; height: 32px;
  transform: rotate(-3deg);
  animation: geTapeA 0.45s 1.25s cubic-bezier(0.2, 1.1, 0.4, 1) both;
}
.tape--b {
  bottom: -10px; right: 64px; width: 120px; height: 28px;
  transform: rotate(2deg);
  animation: geTapeB 0.45s 1.45s cubic-bezier(0.2, 1.1, 0.4, 1) both;
}

.price-sticker {
  position: absolute;
  top: -26px;
  right: -30px;
  width: 132px;
  height: 132px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  transform: rotate(9deg);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  animation: gePop 0.7s 1.6s cubic-bezier(0.2, 1.3, 0.4, 1) both,
             geWobble 4.5s 2.6s ease-in-out infinite;
}
.price-sticker__label { font-family: var(--mono); font-size: 10px; letter-spacing: 1px; }
.price-sticker__value { font-family: var(--display); font-size: 26px; }
.price-sticker__was { font-size: 11px; text-decoration: line-through; }

.hero__specs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 52px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 2px;
  color: var(--ink);
  flex-wrap: wrap;
  animation: geFadeUp 0.8s 0.9s cubic-bezier(0.2, 0.9, 0.3, 1) both;
}
.hero__specs .is-marked { background: var(--accent); padding: 2px 8px; }

/* --- Ticker ------------------------------------------------------------- */

.ticker { background: var(--ink); padding: 12px 0; overflow: hidden; }
.ticker__track {
  display: inline-flex;
  white-space: nowrap;
  width: max-content;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 3px;
  animation: geTicker 26s linear infinite;
}
.ticker__track span { padding-right: 70px; }

/* --- Set / contents ----------------------------------------------------- */

.set { background: var(--paper); border-bottom: var(--line); }

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.section-head__meta {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--muted-2);
}

.spec-table { border: var(--line); border-radius: 2px; overflow: hidden; }

.spec-row { display: grid; }
.spec-row--a { grid-template-columns: 1fr 1.05fr; border-bottom: var(--line); }
.spec-row--b { grid-template-columns: 1.05fr 1fr; border-bottom: var(--line); }
.spec-row--c { grid-template-columns: 1fr 1.05fr; }

.spec-copy {
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.spec-copy--right { border-left: var(--line); }

.spec-index {
  font-family: var(--display);
  font-size: 15px;
  color: var(--faint);
  margin-bottom: 10px;
}
.spec-index b { color: var(--ink); font-weight: 400; }

.spec-name {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.spec-desc { font-size: 14.5px; color: var(--muted); line-height: 1.8; }

.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 1.5px;
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 5px 10px;
}

.spec-shot {
  min-height: 300px;
  background-repeat: no-repeat;
  background-image: url("assets/ge-tray.png");
}
.spec-shot--bordered { border-left: var(--line); }
.spec-shot--wallet { background-size: 230%; background-position: 8% 32%; }
.spec-shot--pencil { background-size: 300%; background-position: 41% 42%; }
.spec-shot--note { background-size: 210%; background-position: 82% 55%; }

.checklist-block {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 64px;
}
.checklist-block h3 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.35;
  margin: 0 0 20px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: var(--line);
}
.check-row:last-child { border-bottom: var(--line); }

.check-box {
  width: 24px;
  height: 24px;
  background: var(--accent);
  border: 2px solid var(--ink);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  flex: none;
}
.check-box--empty { background: #fff; border: 2px dashed var(--faint); }

.check-row__name { font-size: 15px; font-weight: 700; }
.check-row__tag {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--muted-2);
}
.check-row__tag--free { color: var(--ink); background: var(--accent); padding: 2px 7px; }
.check-row.is-pending .check-row__name,
.check-row.is-pending .check-row__tag { color: var(--faint); }

.checklist-block img {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: var(--line);
}

/* --- Unboxing ----------------------------------------------------------- */

.unboxing { background: var(--cream); }
.centered { text-align: center; margin-bottom: 36px; }
.centered .section-title { margin-bottom: 8px; }
.centered p { font-size: 15px; color: var(--muted-2); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.step {
  border: var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.step img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-bottom: var(--line);
}
.step__body { padding: 18px 20px; }
.step__no { font-family: var(--display); font-size: 15px; }
.step__text { font-size: 13.5px; color: var(--muted); margin-top: 5px; }

.step--accent { background: var(--accent); }
.step--accent .step__text { color: var(--text); }
.step__badge {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: var(--line);
}
.step__badge div {
  width: 150px;
  height: 150px;
  background: var(--paper);
  border: var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step__badge img {
  height: 92px;
  width: auto;
  border: 0;
  object-fit: contain;
}

/* --- Story -------------------------------------------------------------- */

.story { background: var(--ink); }
.story .shell {
  padding: 92px 28px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.story__eyebrow { color: var(--accent); margin-bottom: 18px; }
.story h2 {
  font-family: var(--display);
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin: 0 0 20px;
}
.story h2 em { font-style: normal; color: var(--accent); }
.story p { font-size: 15px; color: #a5a29a; line-height: 1.9; margin: 0 0 26px; }
.story__stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  color: #7c796f;
}
.story__stats b { color: var(--accent); font-weight: 400; }
.story__figure { border: 4px solid var(--cream); border-radius: 4px; overflow: hidden; }
.story__figure img { width: 100%; display: block; }

/* --- Lineup ------------------------------------------------------------- */

.lineup { background: var(--cream); border-bottom: var(--line); }
.lineup-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.edit-card { border: 2px solid var(--ink); border-radius: 8px; background: #fff; overflow: hidden; }
.edit-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-bottom: 2px solid var(--ink);
}
.edit-card__body { padding: 16px 18px; }
.edit-card__no { font-family: var(--display); font-size: 13px; }
.edit-card__name { font-size: 15px; font-weight: 800; margin: 4px 0 6px; }
.edit-card__status {
  display: inline-block;
  background: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  padding: 4px 9px;
  font-weight: 700;
}

.edit-card--soon { border: 2px dashed var(--faint); background: transparent; }
.edit-card--soon .edit-card__no { color: var(--muted-2); }
.edit-card--soon .edit-card__name { color: var(--muted); }
.edit-card--soon .edit-card__status {
  background: transparent;
  border: 1px solid var(--muted-2);
  color: var(--muted-2);
  font-weight: 400;
}

.placeholder {
  height: 150px;
  background: repeating-linear-gradient(45deg, #efede3 0 14px, #e7e4d6 14px 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-card--soon .placeholder { border-bottom: 2px dashed var(--faint); }
.placeholder span {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--muted-2);
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

/* --- Quality control ---------------------------------------------------- */

.qc { background: var(--sand); }
.qc .shell {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 52px;
  align-items: center;
}
.qc__eyebrow { color: #8b8672; }
.qc h2 { margin-bottom: 16px; }
.qc p { font-size: 14.5px; color: #6e6852; line-height: 1.85; }

.report {
  background: var(--report);
  border-radius: 4px 14px 4px 4px;
  box-shadow: 0 14px 30px rgba(80, 72, 50, 0.16);
  position: relative;
  padding: 30px 34px;
}
.report__tab {
  position: absolute;
  top: -12px;
  left: 26px;
  background: var(--report);
  border-radius: 6px 6px 0 0;
  padding: 5px 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #8b8672;
}
.report__title { font-size: 20px; font-weight: 800; margin-bottom: 2px; }
.report__subject {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 1.5px;
  color: #8b8672;
  margin-bottom: 14px;
}
.report__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 13.5px;
  color: var(--text);
}
.report__grid > div {
  padding: 10px 0;
  border-top: 1px solid #d8d2bc;
  font-weight: 600;
}
.report__grid > div:nth-child(even) { font-weight: 800; text-align: right; padding-left: 20px; }
.report__grid > div:nth-last-child(-n + 2) { border-bottom: 1px solid #d8d2bc; }

.report__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}
.report__signer { font-size: 12.5px; color: #6e6852; line-height: 1.7; }
.report__signer span { font-family: var(--mono); font-size: 10px; }
.report__stamp {
  border: 3px solid #c9a800;
  color: #b89a00;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 2px;
  padding: 8px 18px;
  transform: rotate(-8deg);
  border-radius: 6px;
  flex: none;
}

/* --- Reviews ------------------------------------------------------------ */

.reviews { background: var(--paper); border-top: var(--line); border-bottom: var(--line); }
.reviews__eyebrow { text-align: center; margin-bottom: 14px; }
.reviews h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.3;
  margin: 0 0 40px;
}
/* 2줄 무한 마퀴 — 첫 줄 정방향, 둘째 줄 역방향, 호버 시 정지 */
.reviews-marquee {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
.reviews-marquee::before,
.reviews-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}
.reviews-marquee::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.reviews-marquee::after { right: 0; background: linear-gradient(to left, var(--paper), transparent); }

.marquee-row { overflow: hidden; }
.marquee-track {
  display: flex;
  width: max-content;
  animation: geMarquee var(--marquee-duration, 36s) linear infinite;
}
.marquee-row--reverse .marquee-track { animation-direction: reverse; }
.marquee-row:hover .marquee-track { animation-play-state: paused; }

.marquee-group {
  display: flex;
  gap: 18px;
  padding-right: 18px;
  flex: none;
}

.review {
  border: var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px 24px;
}
.marquee-group .review { width: 320px; flex: none; }
.review__stars { font-size: 13px; letter-spacing: 3px; margin-bottom: 10px; }
.review p { font-size: 14px; color: var(--text); line-height: 1.75; margin-bottom: 14px; }
.review__by { font-family: var(--mono); font-size: 11px; color: var(--muted-2); }
.reviews__note { text-align: center; font-size: 12px; color: var(--faint); margin-top: 18px; }

/* --- Order -------------------------------------------------------------- */

.order { background: var(--accent); }
.order .shell {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.order__eyebrow { color: var(--ink); }
.order h2 {
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 400;
  margin: 0 0 22px;
}
.price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 8px; flex-wrap: wrap; }
.price__now { font-family: var(--display); font-size: 52px; }
.price__was { font-size: 16px; font-weight: 700; opacity: 0.55; text-decoration: line-through; }
.order__badge {
  display: inline-block;
  background: var(--ink);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  padding: 6px 12px;
  margin-bottom: 26px;
}
.label-card {
  background: var(--paper);
  border: var(--line);
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 14px;
}
.label-card__head {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--muted-2);
  margin-bottom: 8px;
}
.label-card__body { font-size: 13.5px; font-weight: 700; line-height: 1.8; }
.label-card__body mark { background: var(--accent); color: var(--ink); padding: 1px 6px; }

.barcode {
  background: var(--paper);
  border: var(--line);
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.barcode__bars {
  height: 30px;
  flex: 1;
  background: repeating-linear-gradient(90deg, #141414 0 2px, transparent 2px 5px, #141414 5px 6px, transparent 6px 10px);
}
.barcode__sku { font-family: var(--mono); font-size: 10.5px; letter-spacing: 2px; }

.order-card {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 12px;
  padding: 30px 32px;
  box-shadow: 10px 10px 0 var(--ink);
}
.order-card__title { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.order-card__sub { font-size: 12.5px; color: var(--muted-2); margin-bottom: 20px; }

.order-form { display: flex; flex-direction: column; gap: 12px; }
.order-form input,
.order-form select,
.order-form textarea {
  font: inherit;
  font-size: 14px;
  padding: 14px 16px;
  border: var(--line);
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: var(--ink);
  width: 100%;
}
.order-form textarea { resize: none; }
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px var(--accent); }

.form-error { font-size: 12.5px; font-weight: 700; color: #c0392b; }

.order-form button {
  font: inherit;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  font-size: 15.5px;
  padding: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}
.order-form button:hover { color: var(--accent); }

.order-form__fine { font-size: 11.5px; color: var(--faint); text-align: center; }

.order-done { text-align: center; padding: 26px 0 18px; }
.order-done__mark {
  width: 84px;
  height: 84px;
  background: var(--accent);
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 900;
}
.order-done h3 { font-size: 21px; font-weight: 800; margin: 18px 0 8px; }
.order-done p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.order-done button {
  font: inherit;
  background: #fff;
  border: var(--line);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
}
.order-done button:hover { background: var(--accent); }

[hidden] { display: none !important; }

/* --- Gift wrap ---------------------------------------------------------- */

.wrap { background: var(--cream); border-top: var(--line); }
.wrap .shell {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 52px;
  align-items: center;
}
.wrap__figure { position: relative; }
.wrap__figure img { width: 100%; border-radius: 10px; display: block; border: var(--line); }
.wrap__seal {
  position: absolute;
  top: -12px;
  right: 30px;
  background: var(--accent);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 7px 14px;
  transform: rotate(2deg);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.wrap p { font-size: 14.5px; color: var(--muted); line-height: 1.85; margin: 0 0 24px; }
.wrap h2 { margin-bottom: 16px; }
.wrap__list { display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; font-weight: 600; }
.wrap__list div { display: flex; gap: 10px; align-items: center; }
.tick {
  width: 20px;
  height: 20px;
  background: var(--accent);
  border: var(--line);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  flex: none;
}

/* --- FAQ ---------------------------------------------------------------- */

.faq { background: var(--paper); border-top: var(--line); }
.faq .shell {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 52px;
  align-items: start;
}
.faq h2 { margin-bottom: 18px; }
.faq__eyebrow { margin-bottom: 14px; }
.shipping {
  border: var(--line);
  border-radius: 8px;
  background: var(--cream);
  padding: 18px 20px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--text);
}
.shipping__head {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 2px;
  color: var(--muted-2);
  margin-bottom: 8px;
}

.qa-list { display: flex; flex-direction: column; }
.qa { padding: 18px 0; border-top: var(--line); }
.qa:last-child { border-bottom: var(--line); }
.qa__q { font-size: 15.5px; font-weight: 800; margin-bottom: 6px; }
.qa__q span {
  font-family: var(--display);
  font-size: 12px;
  color: var(--faint);
  margin-right: 10px;
}
.qa__a { font-size: 14px; color: var(--muted); line-height: 1.7; padding-left: 32px; }

/* --- Instagram ---------------------------------------------------------- */

.insta { background: var(--cream); border-top: var(--line); }
.insta .shell { padding: 76px 28px; }
.insta h2 { font-size: 30px; font-weight: 800; letter-spacing: -1px; }
.insta__meta { font-family: var(--mono); font-size: 11.5px; letter-spacing: 2px; color: var(--muted-2); }
.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.insta-tile {
  aspect-ratio: 1;
  border: var(--line);
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}
.insta-tile--photo { background-image: url("assets/ge-photo.png"); }
.insta-tile--tray { background-image: url("assets/ge-tray.png"); background-position: 60% 50%; }
.insta-tile--empty {
  background: repeating-linear-gradient(45deg, #efede3 0 14px, #e7e4d6 14px 28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.insta-tile--empty span {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--muted-2);
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

/* --- Footer ------------------------------------------------------------- */

.footer { background: var(--ink); }
.footer .shell { padding: 56px 28px 44px; }
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.footer__logo { font-family: var(--display); font-size: 20px; color: #fff; margin-bottom: 10px; }
.footer__logo span { color: var(--accent); }
.footer__blurb { font-size: 12.5px; color: #7c796f; line-height: 1.9; }
.footer__cols { display: flex; gap: 44px; flex-wrap: wrap; }
.footer__col { display: flex; flex-direction: column; gap: 8px; font-size: 12.5px; }
.footer__col b {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  color: #7c796f;
  font-weight: 400;
}
.footer__col a { color: #d8d5cc; }
.footer__col a:hover { color: var(--accent); }
.footer__legal {
  border-top: 1px solid #33302b;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
}

/* --- Scroll reveal ------------------------------------------------------ */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.85s cubic-bezier(0.2, 0.9, 0.3, 1),
              transform 0.85s cubic-bezier(0.2, 0.9, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }

/* --- Keyframes ---------------------------------------------------------- */

@keyframes geFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
@keyframes geDrop {
  0% { opacity: 0; transform: rotate(-2deg) translateY(-36px); }
  60% { opacity: 1; transform: rotate(-2deg) translateY(5px); }
  100% { opacity: 1; transform: rotate(-2deg) translateY(0); }
}
@keyframes geTapeA {
  from { opacity: 0; transform: rotate(-3deg) scale(1.7); }
  to { opacity: 1; transform: rotate(-3deg) scale(1); }
}
@keyframes geTapeB {
  from { opacity: 0; transform: rotate(2deg) scale(1.7); }
  to { opacity: 1; transform: rotate(2deg) scale(1); }
}
@keyframes gePop {
  0% { opacity: 0; transform: rotate(9deg) scale(0.2); }
  70% { opacity: 1; transform: rotate(9deg) scale(1.14); }
  100% { opacity: 1; transform: rotate(9deg) scale(1); }
}
@keyframes geWobble {
  0%, 100% { transform: rotate(9deg) scale(1); }
  50% { transform: rotate(3.5deg) scale(1.04); }
}
@keyframes geTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes geMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* --- Responsive --------------------------------------------------------- */

@media (max-width: 1000px) {
  .shell { padding: 64px 24px; }
  .story .shell { padding: 68px 24px; }

  .story .shell,
  .qc .shell,
  .wrap .shell,
  .faq .shell,
  .order .shell,
  .checklist-block { grid-template-columns: 1fr; gap: 34px; }

  .story__figure { order: -1; }
  .wrap__figure { order: -1; }

  .lineup-grid,
  .insta-grid { grid-template-columns: repeat(2, 1fr); }

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

  /* 모바일에선 마퀴 카드 폭·속도 축소 */
  .marquee-group .review { width: 260px; }
  .marquee-track { --marquee-duration: 28s; }

  .spec-row--a,
  .spec-row--b,
  .spec-row--c { grid-template-columns: 1fr; }

  .spec-row--b .spec-shot { order: 2; }
  .spec-copy--right { border-left: 0; }
  .spec-shot { min-height: 220px; border-left: 0 !important; border-top: var(--line); }
  .spec-row--b .spec-shot { border-top: var(--line); border-bottom: 0; }

  .section-title { font-size: 32px; }
  .section-title--sm { font-size: 28px; }
  .reviews h2 { font-size: 27px; }
  .story h2 { font-size: 30px; }
  .order h2 { font-size: 36px; }
}

@media (max-width: 720px) {
  .nav__links { display: none; }
  .nav__inner { padding: 12px 18px; }

  .shell { padding: 52px 18px; }
  .hero .shell { padding: 48px 18px 60px; }
  .story .shell,
  .insta .shell,
  .footer .shell { padding: 52px 18px; }

  .hero__lede { font-size: 15.5px; }
  .hero__cta .btn { width: 100%; text-align: center; }
  .hero__specs { gap: 12px 18px; font-size: 10.5px; margin-top: 36px; }

  .price-sticker { width: 96px; height: 96px; top: -14px; right: -8px; }
  .price-sticker__value { font-size: 19px; }
  .price-sticker__label { font-size: 8px; }
  .price-sticker__was { font-size: 9px; }
  .tape--a { left: 20px; width: 110px; height: 24px; }
  .tape--b { right: 22px; width: 88px; height: 22px; }

  .spec-copy { padding: 26px 22px; }
  .report { padding: 26px 22px; }
  .order-card { padding: 24px 22px; box-shadow: 6px 6px 0 var(--ink); }
  .checklist-block { margin-top: 44px; }

  .lineup-grid,
  .insta-grid { grid-template-columns: 1fr 1fr; gap: 10px; }

  .section-title { font-size: 27px; }
  .reviews h2 { font-size: 23px; }
  .price__now { font-size: 42px; }
  .qa__a { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

[data-motion="off"] * { animation: none !important; transition: none !important; }
[data-motion="off"] .reveal { opacity: 1; transform: none; }
