@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css");

:root {
  --lime: #c7ff00;
  --lime-strong: #b6ff00;
  --star: #f5c400;
  --black: #050607;
  --ink: #101114;
  --muted: #626872;
  --line: #e2e5ea;
  --soft: #f5f6f7;
  --white: #fff;
  --footer: #101417;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #e9ecef;
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

.main-site {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.main-hero {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #050607;
}

.hero-bg,
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  display: block;
  z-index: 0;
  overflow: hidden;
  background: #050607;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.24) 58%, #050607 100%);
  pointer-events: none;
}

.hero-bg img {
  object-fit: cover;
  object-position: 62% center;
}

.main-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
}

.main-header {
  position: relative;
  z-index: 3;
  height: 72px;
  padding: 0 16px 0 18px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
}

.main-logo img {
  width: 174px;
  height: auto;
}

.header-cta {
  min-width: 98px;
  height: 42px;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 950;
}

.menu-button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  padding: 0;
  cursor: pointer;
}

.menu-button span {
  width: 29px;
  height: 3px;
  border-radius: 999px;
  background: #0c0c0c;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.menu-button--light span {
  background: #fff;
}

.menu-button.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 96px 18px 30px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--lime);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.03em;
}

.hero-content h1 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(39px, 11vw, 54px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.hero-desc {
  margin: 22px 0 0;
  max-width: 380px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.btn {
  min-height: 56px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.btn-primary {
  background: linear-gradient(90deg, var(--lime), var(--lime-strong));
  color: #050505;
  box-shadow: 0 14px 28px rgba(199, 255, 0, 0.24);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.hero-proof span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.88);
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}

.hero-proof svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section,
.review-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.section {
  margin: 18px 18px 18px;
  padding: 28px 22px;
}

.section-copy,
.quality-copy--intro,
.printing-copy--intro {
  text-align: center;
}

.section h2,
.bottom-cta h2 {
  margin: 14px 0 0;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.065em;
}

.section p,
.bottom-cta p {
  margin: 12px 0 0;
  color: #4c525a;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 600;
}

.process-line {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.process-step {
  position: relative;
  min-height: 82px;
  padding: 15px 16px 15px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 13px;
  align-items: center;
  text-align: left;
}

.process-step span {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #f7f8f9;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.process-step.is-done {
  border-color: var(--lime-strong);
  background: rgba(199, 255, 0, 0.15);
}

.process-step.is-done span {
  background: var(--lime);
  border-color: var(--lime);
}

.process-step b {
  color: #1c1d20;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 900;
}

.process-step small {
  display: block;
  margin-top: 4px;
  color: #626a74;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.process-line i {
  width: 2px;
  height: 14px;
  margin-left: 35px;
  background: #d7dbe1;
}

.quality-section,
.printing-section {
  padding: 0;
  overflow: hidden;
}

.quality-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.printing-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quality-copy,
.printing-copy {
  padding: 26px 22px;
}

.quality-copy--intro,
.printing-copy--intro {
  padding-bottom: 18px;
}

.quality-copy--body,
.printing-copy--body {
  padding-top: 20px;
}

.quality-copy--body > p,
.printing-copy--body > p:not(.printing-note),
.section-copy > p {
  color: #30343a !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em;
}

.season-price-section {
  text-align: center;
}

.event-badge {
  width: fit-content;
  min-width: 88px;
  min-height: 34px;
  margin: 0 auto 14px !important;
  padding: 8px 18px 7px;
  border-radius: 999px;
  background: #050607;
  color: var(--lime) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0.08em;
}

.season-price-image {
  width: 100%;
  margin-top: 22px;
  border-radius: 8px;
  background: #050607;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(5, 6, 7, 0.18);
}

.season-price-copy {
  margin-top: 18px !important;
  color: #30343a !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em;
}

.quality-points,
.printing-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.quality-points span,
.printing-points span {
  min-height: 42px;
  border-radius: 999px;
  background: #f0f2f4;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.product-section {
  text-align: center;
}

.production-media {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.production-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #f4f5f6;
  object-fit: cover;
}

.production-image--shirt {
  object-position: center;
}

.production-image--team {
  object-position: center top;
}

.production-copy {
  margin-top: 20px;
}

.production-logo-note,
.printing-note {
  width: fit-content;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #050607 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em;
  text-align: center;
}

.production-logo-note {
  margin: 10px auto 0 !important;
}

.printing-section .printing-copy--body {
  padding-top: 10px;
}

.printing-note {
  margin: 0 auto 12px !important;
}

.production-logo-note span,
.printing-note span {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 999px;
  background: var(--lime);
  color: #050607;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  vertical-align: 1px;
}

.production-logo-note em,
.printing-note em {
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.production-copy p {
  margin-top: 0;
  color: #30343a;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.production-copy p + p {
  margin-top: 10px;
}

.production-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.production-points span {
  min-height: 42px;
  border-radius: 999px;
  background: #f0f2f4;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 13px;
  font-weight: 950;
}

.proof-section {
  border: 0;
  border-radius: 0;
  margin: 22px 18px 24px;
  padding: 34px 0 4px;
  text-align: center;
}

.case-badge {
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  margin: 0 auto 24px;
  padding: 0 22px;
  border-radius: 999px;
  background: #1b1f21;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

.case-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
}

.proof-section h2 {
  margin-top: 0;
  color: #08090b;
  font-size: 43px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.075em;
}

.proof-copy {
  max-width: 406px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  color: #30343a;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 600;
}

.proof-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  margin-top: 28px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.review-kicker {
  margin: 0;
  padding-top: 68px;
  color: #4c525a;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

.review-title {
  position: relative;
  margin: 14px 0 0;
  padding-left: 0;
  color: #111;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.065em;
  text-align: center;
}

.proof-highlight {
  color: inherit;
}

.review-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.review-grid article {
  min-height: 0;
  padding: 14px 14px;
  text-align: left;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.review-grid article::before {
  content: none;
}

.review-logo-image {
  flex: 0 0 106px;
  width: 106px;
  height: 106px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #f4f5f6;
}

.review-body {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 106px;
  padding: 4px 0 4px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
  height: calc(100% - 18px);
  background: #e5e7eb;
}

.rating {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #111;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.rating span {
  color: var(--star);
  font-size: 15px;
  letter-spacing: 0.02em;
}

.review-grid p {
  color: #17191d;
  font-size: 14px;
  line-height: 1.46;
  font-weight: 800;
  margin: 9px 0 0;
}

.review-body > span {
  display: block;
  margin-top: 7px;
  color: #747a84;
  font-size: 13px;
  font-weight: 700;
}

.bottom-cta {
  position: relative;
  margin: 0 18px 22px;
  min-height: 246px;
  border-radius: 8px;
  overflow: hidden;
  background: #0b0e10;
  color: #fff;
}

.bottom-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.88));
}

.bottom-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.bottom-cta > div {
  position: relative;
  z-index: 1;
  padding: 74px 18px 18px;
  text-align: center;
}

.bottom-cta h2 {
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
}

.bottom-cta mark {
  color: var(--lime);
  background: transparent;
}

.bottom-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.55;
}

.bottom-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 210px));
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
}

.bottom-actions .btn,
.kakao-link {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  font-size: 14px;
}

.bottom-actions .btn-primary {
  font-size: 15px;
  line-height: 1.05;
}

.kakao-link {
  border-radius: 8px;
  background: #fee500;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: left;
}

.kakao-link span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.1;
}

.kakao-link b {
  display: block;
  color: #191919;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.05;
}

@media (max-width: 520px) {
  .bottom-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .bottom-actions {
    grid-template-columns: minmax(0, 210px);
  }
}

.kakao-link img {
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 34px;
  object-fit: contain;
}

.main-footer {
  padding: 30px 20px calc(26px + var(--safe-bottom));
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 42%),
    var(--footer);
  color: #fff;
  text-align: center;
}

.main-footer img {
  width: 236px;
  height: auto;
  margin: 0 auto;
}

.main-footer p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
}

.main-footer .footer-business {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12.5px;
  line-height: 1.85;
  font-weight: 550;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.main-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.main-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.main-footer small {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

@media (min-width: 640px) and (max-width: 899px) {
  .main-site {
    max-width: 760px;
  }

  .main-hero {
    min-height: 640px;
  }

  .hero-bg img {
    object-position: 58% center;
  }

  .hero-content {
    padding: 118px 30px 42px;
  }

  .hero-content h1 {
    max-width: 620px;
  }

  .hero-desc {
    max-width: 480px;
  }
}

@media (min-width: 900px) {
  body {
    background: #fff;
  }

  .main-site {
    max-width: none;
    overflow: visible;
    background: #fff;
    box-shadow: none;
  }

  .main-hero {
    min-height: 760px;
  }

  .hero-bg {
    bottom: 0;
    height: 100%;
  }

  .hero-bg::after {
    display: none;
  }

  .hero-bg img {
    object-position: 56% center;
  }

  .main-hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.68) 34%, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.08) 100%);
  }

  .main-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58));
    pointer-events: none;
  }

  .main-header {
    width: min(1240px, calc(100% - 80px));
    height: 92px;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr auto auto;
    gap: 18px;
  }

  .main-logo img {
    width: 245px;
  }

  .header-cta {
    min-width: 120px;
    height: 48px;
    font-size: 15px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  .menu-button span {
    width: 32px;
  }

  .hero-content {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
    padding: 144px 0 84px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .hero-content h1 {
    max-width: 920px;
    font-size: clamp(60px, 5vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.085em;
  }

  .hero-desc {
    max-width: 620px;
    font-size: 20px;
    line-height: 1.78;
  }

  .hero-actions {
    width: min(570px, 100%);
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .btn {
    min-height: 62px;
    border-radius: 12px;
    font-size: 18px;
  }

  .hero-proof {
    width: min(760px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
  }

  .hero-proof span {
    min-height: 72px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    font-size: 14px;
  }

  .section {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
    padding: 110px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .section h2,
  .bottom-cta h2 {
    font-size: clamp(42px, 4.2vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.08em;
  }

  .section p,
  .bottom-cta p {
    font-size: 18px;
    line-height: 1.75;
  }

  .season-price-image {
    width: min(640px, 100%);
    margin: 44px auto 0;
  }

  .season-price-copy,
  .production-copy p,
  .quality-copy--body > p,
  .printing-copy--body > p:not(.printing-note),
  .section-copy > p,
  .proof-copy {
    font-size: 18px !important;
    line-height: 1.75 !important;
    font-weight: 600 !important;
  }

  .product-section {
    padding-top: 120px;
  }

  .production-media {
    width: min(920px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 44px auto 0;
  }

  .production-copy {
    margin-top: 32px;
  }

  .production-logo-note,
  .printing-note {
    margin-top: 10px !important;
    font-size: 16px !important;
  }

  .production-points {
    width: min(760px, 100%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 26px auto 0;
  }

  .production-points span {
    min-height: 46px;
    font-size: 14px;
  }

  .quality-section,
  .printing-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 46px;
    padding: 110px 0;
    overflow: visible;
  }

  .printing-section {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .quality-copy,
  .printing-copy {
    padding: 0;
  }

  .quality-copy--intro,
  .printing-copy--intro,
  .section-copy {
    text-align: left;
  }

  .printing-copy--intro {
    grid-column: 2;
    grid-row: 1;
  }

  .printing-image {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .quality-copy--body,
  .printing-copy--body {
    padding-top: 0;
    align-self: start;
  }

  .quality-image,
  .printing-image {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  }

  .quality-points,
  .printing-points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .quality-points span,
  .printing-points span {
    min-height: 46px;
    font-size: 14px;
  }

  .process-section {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: center;
    gap: 56px;
  }

  .process-line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 12px;
    margin-top: 0;
  }

  .process-line i {
    display: none;
  }

  .process-step {
    min-height: 210px;
    padding: 26px 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    text-align: center;
    row-gap: 14px;
    border-radius: 18px;
  }

  .process-step span {
    grid-row: auto;
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .process-step b {
    font-size: 20px;
  }

  .process-step small {
    max-width: 170px;
    font-size: 14px;
    line-height: 1.5;
  }

  .proof-section {
    width: min(1120px, calc(100% - 80px));
    padding: 120px 0 100px;
    margin: 0 auto;
  }

  .case-badge {
    min-height: 50px;
    padding: 0 24px;
    font-size: 16px;
  }

  .proof-section h2 {
    font-size: clamp(58px, 5.5vw, 86px);
  }

  .proof-copy {
    max-width: 780px;
    font-size: 20px;
  }

  .proof-image {
    aspect-ratio: 1.55;
    border-radius: 22px;
    margin-top: 40px;
  }

  .review-kicker {
    padding-top: 68px;
  }

  .review-kicker,
  .review-title {
    width: min(1040px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .review-title {
    font-size: clamp(42px, 4.2vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.08em;
  }

  .review-grid {
    width: min(1040px, 100%);
    margin: 28px auto 0;
    gap: 16px;
  }

  .review-grid article {
    padding: 22px 26px;
    gap: 28px;
    border-radius: 18px;
  }

  .review-logo-image {
    flex-basis: 148px;
    width: 148px;
    height: 148px;
    border-radius: 18px;
  }

  .review-body {
    min-height: 148px;
    padding-left: 28px;
  }

  .rating {
    font-size: 18px;
    gap: 10px;
  }

  .rating span {
    font-size: 22px;
  }

  .review-grid p {
    max-width: 660px;
    font-size: 22px;
    line-height: 1.55;
  }

  .review-body > span {
    font-size: 17px;
  }

  .bottom-cta {
    width: min(1240px, calc(100% - 80px));
    min-height: 420px;
    margin: 0 auto 80px;
    border-radius: 22px;
  }

  .bottom-cta > img {
    object-position: center;
  }

  .bottom-cta::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.52) 46%, rgba(0, 0, 0, 0.18));
  }

  .bottom-cta > div {
    width: min(620px, 58%);
    padding: 76px 0 70px 64px;
    text-align: left;
  }

  .bottom-cta h2 {
    font-size: clamp(38px, 3.8vw, 58px);
  }

  .bottom-actions {
    grid-template-columns: repeat(2, minmax(0, 220px));
    justify-content: start;
    gap: 14px;
    margin-top: 28px;
  }

  .bottom-actions .btn,
  .kakao-link {
    min-height: 64px;
    font-size: 17px;
  }

  .bottom-actions .btn-primary {
    font-size: 17px;
  }

  .kakao-link img {
    display: none;
  }

  .main-footer {
    padding: 44px 40px 38px;
  }

  .main-footer img {
    width: 270px;
  }

  .main-footer p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .hero-bg img {
    object-position: 58% center;
  }
}

@media (min-width: 1440px) {
  .hero-bg img {
    object-position: 60% center;
  }
}

@media (min-width: 900px) and (max-width: 1180px) {
  .hero-content h1 {
    max-width: 670px;
  }

  .quality-section,
  .printing-section,
  .process-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .quality-copy--intro,
  .printing-copy--intro,
  .section-copy {
    text-align: center;
  }

  .printing-copy--intro,
  .printing-image {
    grid-column: auto;
    grid-row: auto;
  }

  .process-line {
    margin-top: 8px;
  }
}

.site-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.34);
}

.site-menu {
  position: fixed;
  top: 82px;
  left: 50%;
  z-index: 90;
  width: min(100% - 28px, 452px);
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.site-menu__head {
  min-height: 58px;
  padding: 0 16px 0 20px;
  background: #0b0b0b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-menu__head strong {
  font-size: 18px;
  font-weight: 950;
}

.site-menu__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.site-menu__links {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.site-menu__link {
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid #e0e4ea;
  border-radius: 13px;
  background: #fff;
  display: grid;
  align-content: center;
}

.site-menu__link span,
.site-menu__link small {
  display: block;
}

.site-menu__link span {
  color: #101010;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.site-menu__link small {
  margin-top: 5px;
  color: #68707b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.site-menu__link.is-active {
  border-color: var(--lime-strong);
  background: rgba(182, 255, 0, 0.16);
  box-shadow: inset 0 0 0 1px var(--lime-strong);
}

.site-menu__link--kakao {
  border-color: #fee500;
  background: #fee500;
  box-shadow: 0 8px 18px rgba(254, 229, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu__link--kakao small,
.site-menu__kakao-label small {
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.68);
  text-align: left;
}

.site-menu__link--kakao .site-menu__kakao-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  color: #191919;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.site-menu__link--kakao .site-menu__kakao-label i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.site-menu__link--kakao .site-menu__kakao-label img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.site-menu__link--kakao .site-menu__kakao-label svg {
  width: 22px;
  height: 22px;
  fill: #191919;
  display: block;
}

.site-menu__link--kakao .site-menu__kakao-label b {
  display: block;
  color: #191919;
  font-size: inherit;
  font-weight: 950;
  line-height: 1.05;
  text-align: left;
  white-space: nowrap;
}

.site-menu__link--kakao .site-menu__kakao-label > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

@media (max-width: 374px) {
  .main-logo img {
    width: 148px;
  }

  .header-cta {
    min-width: 88px;
    font-size: 13px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-line i {
    display: none;
  }
}
