body.creup-ig-ready {
  background: #ffffff;
}

/* HighUp launch override: same mobile-first screen on PC, sharper logo, and clearer customer actions. */
body.creup-ig-ready {
  min-height: 100vh;
  background: #fff5f4;
}

body.creup-ig-ready .app-shell {
  background: #fff5f4;
}

body.creup-ig-ready main {
  display: grid;
  justify-items: center;
}

body.creup-ig-ready .creup-ig-profile,
body.creup-ig-ready .commerce-hero.section-band,
body.creup-ig-ready .site-footer {
  width: min(390px, 100vw) !important;
  margin-inline: auto !important;
}

body.creup-ig-ready .commerce-hero.section-band {
  margin-block: 0 !important;
}

.creup-ig-logo {
  background: #e51317 url("/assets/crehigh-logo.png") center / cover no-repeat;
  box-shadow: 0 12px 30px rgba(229, 19, 23, 0.2);
}

.creup-ig-logo span {
  display: none;
}

.creup-dot-word {
  -webkit-text-emphasis: filled circle #e51317;
  text-emphasis: filled circle #e51317;
  text-emphasis-position: over;
  -webkit-text-emphasis-position: over;
}

.creup-dot-word::before {
  display: none;
}

.creup-ig-actions {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.75fr;
  gap: 6px;
  margin-top: 10px;
}

.creup-ig-action {
  min-height: 34px;
  border: 1px solid #e51317;
  border-radius: 5px;
  color: #e51317;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.creup-ig-action:first-child {
  color: #fff;
  background: #e51317;
}

body.creup-ig-ready .quick-product-card-list {
  max-height: 318px;
  gap: 7px;
}

body.creup-ig-ready .quick-product-card {
  min-height: 66px;
  border-color: #ffbfc2;
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
}

body.creup-ig-ready .quick-product-card.active {
  border-color: #111;
  box-shadow: inset 0 0 0 2px #111;
}

body.creup-ig-ready .quick-product-card strong {
  font-size: 15px;
}

body.creup-ig-ready .quick-product-card small {
  font-size: 12px;
}

body.creup-ig-ready .quick-product-card em {
  min-width: 48px;
  padding: 6px 7px;
}

body.creup-ig-ready .site-footer {
  display: grid !important;
  padding: 14px 13px 24px;
  border-top: 1px solid #f0d5d5;
  background: #ffffff;
}

body.creup-ig-ready .site-footer > div:first-child,
body.creup-ig-ready .footer-links {
  display: none !important;
}

body.creup-ig-ready .footer-business {
  display: block;
  padding: 12px;
  border: 1px solid #f0d5d5;
  border-radius: 10px;
  background: #fffafa;
}

body.creup-ig-ready .footer-business dl {
  grid-template-columns: 1fr;
  gap: 7px;
}

body.creup-ig-ready .footer-business dl div.wide {
  grid-column: auto;
}

@media (min-width: 700px) {
  body.creup-ig-ready .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .site-footer {
    box-shadow: 0 0 0 1px #f3d4d4;
  }
}

body.creup-ig-ready .site-header,
body.creup-ig-ready .mobile-nav,
body.creup-ig-ready .site-footer,
body.creup-ig-ready .hero-poster-side,
body.creup-ig-ready .quick-welcome,
body.creup-ig-ready .quick-card-header,
body.creup-ig-ready .quick-order-assist,
body.creup-ig-ready .platform-step-block .step-label {
  display: none !important;
}

body.creup-ig-ready .app-shell {
  min-height: 100vh;
  background: #ffffff;
}

body.creup-ig-ready .commerce-hero.section-band {
  box-sizing: border-box;
  width: min(380px, 100vw) !important;
  max-width: 100vw;
  padding: 18px 0 0;
  margin: 0 !important;
  display: block;
  overflow: hidden;
}

body.creup-ig-ready .quick-order-card {
  width: min(380px, 100vw) !important;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  overflow: visible;
}

.creup-ig-profile {
  padding: 0 13px 8px;
  background: #ffffff;
}

.creup-ig-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}

.creup-ig-more {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 24px;
  line-height: 1;
}

.creup-ig-bio {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding-top: 6px;
}

.creup-ig-logo {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #ff9b9b;
  background: #e90d12;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -1px;
}

.creup-ig-logo:focus-visible {
  outline: 3px solid rgba(229, 19, 23, 0.32);
  outline-offset: 6px;
}

.creup-ig-logo span {
  transform: rotate(-3deg);
}

.creup-ig-copy h1 {
  margin: 0 0 4px;
  color: #111111;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.creup-ig-copy strong {
  display: block;
  margin-bottom: 10px;
  color: #e51317;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.creup-ig-copy p {
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.creup-dot-word {
  position: relative;
  display: inline-block;
}

.creup-dot-word::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #e51317;
}

.creup-ig-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  background: #e51317;
  font-size: 17px;
  font-weight: 500;
}

body.creup-ig-ready .platform-step-block {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 2px solid #111111;
  border-radius: 0;
  background: #ffffff;
}

body.creup-ig-ready .quick-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  min-width: 0;
  border-left: 1px solid #e51317;
  overflow: hidden;
}

body.creup-ig-ready .quick-platform-grid button {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 119px;
  min-width: 0;
  aspect-ratio: 1 / 1;
  padding: 10px 4px;
  border: 0;
  border-right: 1px solid #e51317;
  border-bottom: 1px solid #e51317;
  border-radius: 0;
  color: #151515;
  background: #ffffff;
  box-shadow: none;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.22;
  overflow: hidden;
}

body.creup-ig-ready .quick-platform-grid button:nth-child(odd) {
  background: #fff0f0;
}

body.creup-ig-ready .quick-platform-grid button.active {
  color: #111111;
  border: 0;
  border-right: 1px solid #e51317;
  border-bottom: 1px solid #e51317;
  background: #ffffff;
  box-shadow: inset 0 0 0 3px #111111;
}

body.creup-ig-ready .quick-platform-grid button.active::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e51317;
}

body.creup-ig-ready .platform-label {
  max-width: 100%;
  min-width: 0;
  color: inherit;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}

body.creup-ig-ready .platform-visual {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  border-radius: 0;
  box-shadow: none;
}

body.creup-ig-ready .platform-visual.naver,
body.creup-ig-ready .platform-visual.shopping,
body.creup-ig-ready .platform-visual.review {
  border-radius: 0;
  background: #04c75a;
}

body.creup-ig-ready .platform-visual.kakao,
body.creup-ig-ready .platform-visual.telegram,
body.creup-ig-ready .platform-visual.development {
  border-radius: 50%;
}

body.creup-ig-ready .quick-flow-grid,
body.creup-ig-ready .service-guide-card,
body.creup-ig-ready .quick-checkout {
  margin: 0;
}

.creup-order-modal {
  display: none;
}

body.creup-order-modal-open {
  overflow: hidden;
}

body.creup-order-modal-open .creup-order-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
}

.creup-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.creup-modal-panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(430px, 100%);
  max-height: 88vh;
  transform: translateX(-50%);
  border-radius: 18px 18px 0 0;
  background: #ffffff;
  box-shadow: 0 -16px 42px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.creup-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid #f0d0d0;
}

.creup-modal-bar strong,
.creup-modal-bar span {
  display: block;
}

.creup-modal-bar strong {
  color: #111111;
  font-size: 16px;
  font-weight: 1000;
}

.creup-modal-bar span {
  margin-top: 2px;
  color: #e51317;
  font-size: 12px;
  font-weight: 900;
}

.creup-modal-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #f0d0d0;
  border-radius: 50%;
  color: #111111;
  background: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.creup-modal-content {
  min-height: 0;
  padding: 12px;
  overflow: auto;
  overscroll-behavior: contain;
}

body.creup-order-modal-open .creup-modal-content .quick-flow-grid,
body.creup-order-modal-open .creup-modal-content .quick-checkout,
body.creup-order-modal-open .creup-modal-content .checkout-inquiry-grid {
  grid-template-columns: 1fr;
}

body.creup-order-modal-open .creup-modal-content .quick-checkout .link-field,
body.creup-order-modal-open .creup-modal-content .quick-checkout .quantity-field,
body.creup-order-modal-open .creup-modal-content .quick-checkout .quick-agree,
body.creup-order-modal-open .creup-modal-content .quick-checkout .quick-total,
body.creup-order-modal-open .creup-modal-content .quick-checkout .primary-button,
body.creup-order-modal-open .creup-modal-content .quick-checkout.inquiry-mode .quick-agree,
body.creup-order-modal-open .creup-modal-content .quick-checkout.inquiry-mode .quick-total,
body.creup-order-modal-open .creup-modal-content .quick-checkout.inquiry-mode .primary-button {
  grid-column: auto;
}

body.creup-order-modal-open .creup-modal-content .quick-checkout .checkout-title,
body.creup-order-modal-open .creup-modal-content .quick-checkout .primary-button,
body.creup-order-modal-open .creup-modal-content .quick-checkout.inquiry-mode .checkout-inquiry-grid {
  grid-column: 1 / -1;
}

@media (min-width: 760px) {
  body.creup-ig-ready {
    background: #f6f6f6;
  }

  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band {
    width: 380px !important;
    margin-inline: auto !important;
  }

  body.creup-ig-ready > .creup-ig-profile {
    margin-top: 18px !important;
    background: #ffffff;
  }

  body.creup-ig-ready .commerce-hero.section-band {
    margin-top: 0 !important;
    border: 1px solid #eeeeee;
    border-top: 0;
    background: #ffffff;
  }
}

/* Connected Instagram-style order sheet. */
body.creup-order-modal-open .creup-order-chrome {
  display: block;
}

body.creup-order-modal-open .creup-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(6px);
  animation: creupFadeIn 0.18s ease both;
}

body.creup-order-modal-open .creup-modal-head,
body.creup-order-modal-open .quick-flow-grid,
body.creup-order-modal-open .quick-checkout {
  left: 50% !important;
  width: min(var(--creup-ig-shell), calc(100vw - 18px)) !important;
  transform: translateX(-50%) !important;
  background: #ffffff !important;
}

body.creup-order-modal-open .creup-modal-head {
  position: fixed;
  top: auto !important;
  bottom: min(72vh, calc(100vh - 190px));
  z-index: 1003;
  min-height: 64px;
  padding: 12px 14px 10px;
  border: 0;
  border-bottom: 1px solid #efefef;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -18px 38px rgba(0, 0, 0, 0.18);
  animation: creupSheetUp 0.24s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

body.creup-order-modal-open .creup-modal-head::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 42px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #d7d7d7;
}

body.creup-order-modal-open .creup-modal-head > div {
  padding-top: 8px;
}

body.creup-order-modal-open .creup-modal-head strong {
  color: #111111;
  font-size: 16px;
  font-weight: 1000;
}

body.creup-order-modal-open .creup-modal-head span {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 800;
}

body.creup-order-modal-open .creup-modal-close {
  border: 0;
  background: #f2f2f2;
}

body.creup-order-modal-open .quick-flow-grid {
  position: fixed;
  top: auto !important;
  bottom: 188px !important;
  z-index: 1002;
  display: grid !important;
  max-height: calc(72vh - 74px);
  padding: 12px 12px 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  overscroll-behavior: contain;
  animation: creupSheetUp 0.24s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

body.creup-order-modal-open .quick-flow-grid::-webkit-scrollbar,
body.creup-order-modal-open .quick-checkout::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.creup-order-modal-open .quick-flow-grid .order-step-block {
  border-radius: 14px;
  box-shadow: none;
}

body.creup-order-modal-open .quick-checkout {
  position: fixed;
  bottom: 0 !important;
  z-index: 1003;
  display: grid !important;
  max-height: 188px;
  padding: 10px 12px max(12px, env(safe-area-inset-bottom));
  border: 0;
  border-top: 1px solid #efefef;
  border-radius: 0 0 0 0;
  box-shadow: 0 -10px 26px rgba(0, 0, 0, 0.12);
  overflow: auto;
  animation: creupSheetUp 0.24s cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

body.creup-order-modal-open .quick-checkout .checkout-title {
  padding: 9px 10px;
  border-radius: 12px;
  background: #111111;
}

body.creup-order-modal-open .quick-checkout label {
  border-radius: 12px;
  background: #fafafa;
}

body.creup-order-modal-open .quick-total {
  border-radius: 12px;
}

body.creup-order-modal-open .quick-checkout .primary-button {
  border-radius: 12px;
}

@media (min-width: 760px) {
  body.creup-order-modal-open .creup-modal-head,
  body.creup-order-modal-open .quick-flow-grid,
  body.creup-order-modal-open .quick-checkout {
    width: min(var(--creup-ig-shell), calc(100vw - 48px)) !important;
  }

  body.creup-order-modal-open .creup-modal-head {
    bottom: min(74vh, calc(100vh - 230px));
  }

  body.creup-order-modal-open .quick-flow-grid {
    bottom: 216px !important;
    max-height: calc(74vh - 82px);
  }

  body.creup-order-modal-open .quick-checkout {
    max-height: 216px;
    padding: 14px 16px 18px;
  }
}

@keyframes creupFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes creupSheetUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Instagram polish pass. */
body.creup-ig-ready {
  color: #111111;
}

.creup-ig-profile {
  border-bottom: 1px solid #dbdbdb;
}

.creup-ig-topbar strong {
  letter-spacing: -0.03em;
}

.creup-ig-logo {
  position: relative;
  isolation: isolate;
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #e51317;
}

.creup-ig-logo::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, #ffde59 0 12%, transparent 13%),
    linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 56%, #962fbf 78%, #4f5bd5 100%);
}

.creup-ig-logo span {
  display: grid;
  place-items: center;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%;
  background: #e51317;
}

.creup-ig-copy h1 {
  font-weight: 500;
}

.creup-ig-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 6px 0 8px;
}

.creup-ig-stats span,
.creup-ig-stats strong,
.creup-ig-stats em {
  display: block;
  text-align: center;
}

.creup-ig-stats strong {
  color: #111111;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.1;
}

.creup-ig-stats em {
  color: #555555;
  margin-top: 2px;
  font-size: 0.68em;
  font-style: normal;
  font-weight: 700;
}

.creup-ig-login {
  display: none;
}

.creup-ig-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.creup-ig-action {
  min-width: 0;
  min-height: 34px;
  border: 1px solid #e51317;
  border-radius: 8px;
  color: #ffffff;
  background: #e51317;
  font-weight: 900;
}

.creup-ig-action.primary {
  color: #ffffff;
  border-color: #e51317;
  background: #e51317;
}

.creup-ig-highlights {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72px;
  gap: 10px;
  margin-top: 14px;
  padding: 4px 0 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.creup-ig-highlights::-webkit-scrollbar {
  display: none;
}

.creup-ig-highlight {
  display: grid;
  justify-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: #111111;
  padding: 0;
  font-weight: 800;
}

.creup-ig-highlight span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #feda75, #d62976, #4f5bd5) border-box;
  color: #e51317;
  font-size: 0.75em;
  font-weight: 1000;
}

.creup-ig-highlight small {
  font-size: 0.75em;
}

body.creup-ig-ready .platform-step-block {
  border-top: 1px solid #dbdbdb;
}

body.creup-ig-ready .platform-step-block::before {
  content: "▦";
  display: grid;
  place-items: center;
  height: 44px;
  border-bottom: 1px solid #dbdbdb;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
}

body.creup-ig-ready .quick-platform-grid {
  border-left: 0;
  background: #dbdbdb;
  gap: 1px;
  overflow: visible;
}

body.creup-ig-ready .quick-platform-grid button,
body.creup-ig-ready .quick-platform-grid button:nth-child(odd),
body.creup-ig-ready .quick-platform-grid button.active {
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

body.creup-ig-ready .quick-platform-grid button.active::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid #111111;
  pointer-events: none;
}

body.creup-ig-ready .quick-platform-grid button.active::after {
  top: 10px;
  right: 10px;
  bottom: auto;
  box-shadow: 0 0 0 4px #ffffff;
}

body.creup-ig-ready .platform-visual {
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

body.creup-ig-ready .platform-visual.kakao,
body.creup-ig-ready .platform-visual.telegram,
body.creup-ig-ready .platform-visual.development {
  border-radius: 50%;
}

@media (min-width: 760px) {
  .creup-ig-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .creup-ig-action {
    min-height: 46px;
    border-radius: 10px;
    font-size: 18px;
  }

  .creup-ig-highlights {
    grid-auto-columns: 92px;
    gap: 14px;
    margin-top: 20px;
  }

  .creup-ig-highlight span {
    width: 74px;
    height: 74px;
  }

  body.creup-ig-ready .platform-step-block::before {
    height: 58px;
    font-size: 28px;
  }
}

body.creup-ig-ready > .creup-ig-profile {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100vw;
  margin: 0 !important;
}

body.creup-ig-ready:not(.creup-order-modal-open) .quick-flow-grid,
body.creup-ig-ready:not(.creup-order-modal-open) .quick-checkout {
  display: none !important;
}

.creup-order-chrome {
  display: none;
}

body.creup-order-modal-open .creup-order-chrome {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
}

.creup-modal-head {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(380px, calc(100% - 20px));
  min-height: 58px;
  padding: 10px 12px;
  transform: translateX(-50%);
  border: 1px solid #f0d0d0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.creup-modal-head strong,
.creup-modal-head span {
  display: block;
}

.creup-modal-head strong {
  color: #111111;
  font-size: 16px;
  font-weight: 1000;
}

.creup-modal-head span {
  margin-top: 2px;
  color: #e51317;
  font-size: 12px;
  font-weight: 900;
}

body.creup-order-modal-open .quick-flow-grid {
  position: fixed;
  top: 86px;
  bottom: 222px;
  left: 50%;
  z-index: 1001;
  display: grid !important;
  width: min(380px, calc(100% - 20px));
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid #efc8c8;
  border-radius: 16px 16px 8px 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
  overflow: auto;
}

body.creup-order-modal-open .quick-checkout {
  position: fixed;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 1002;
  display: grid !important;
  width: min(380px, 100%);
  max-height: 214px;
  padding: 12px;
  transform: translateX(-50%);
  border: 1px solid #edbbbb;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #fff8f8;
  box-shadow: 0 -14px 38px rgba(0, 0, 0, 0.22);
  overflow: auto;
}

body.creup-order-modal-open .quick-checkout .checkout-title {
  min-height: auto;
  padding: 10px 12px;
}

body.creup-order-modal-open .quick-checkout label,
body.creup-order-modal-open .quick-agree,
body.creup-order-modal-open .quick-total {
  min-height: auto;
}

body.creup-order-modal-open .quick-checkout .primary-button {
  position: static;
  min-height: 52px;
}

@media (max-width: 430px) {
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready > .creup-ig-profile {
    width: min(380px, 100vw) !important;
  }

  .creup-modal-head {
    top: 10px;
  }

  body.creup-order-modal-open .quick-flow-grid {
    top: 76px;
    bottom: 210px;
  }

  body.creup-order-modal-open .quick-checkout {
    max-height: 202px;
  }
}

@media (max-width: 360px) {
  .creup-ig-profile {
    padding-inline: 10px;
  }

  .creup-ig-bio {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
  }

  .creup-ig-logo {
    width: 70px;
    height: 70px;
    font-size: 13px;
  }

  .creup-ig-copy h1 {
    font-size: 18px;
  }

  .creup-ig-copy p {
    font-size: 12px;
  }

  body.creup-ig-ready .quick-platform-grid button {
    min-height: 102px;
    padding: 8px 3px;
    font-size: 15px;
  }

  body.creup-ig-ready .platform-visual {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
  }
}

/* Final responsive pass: keep the Instagram-style 3x4 grid proportional everywhere. */
body.creup-ig-ready {
  --creup-ig-shell: 100vw;
  --creup-ig-tile-font: clamp(13px, 4.15vw, 17px);
  --creup-ig-icon: clamp(40px, 13.4vw, 54px);
  --creup-ig-profile-pad: clamp(10px, 3.4vw, 14px);
}

body.creup-ig-ready,
body.creup-ig-ready .app-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.creup-ig-ready > .creup-ig-profile,
body.creup-ig-ready .commerce-hero.section-band,
body.creup-ig-ready .quick-order-card {
  width: min(var(--creup-ig-shell), 100vw) !important;
  max-width: 100vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.creup-ig-ready > .creup-ig-profile {
  padding-left: var(--creup-ig-profile-pad);
  padding-right: var(--creup-ig-profile-pad);
}

body.creup-ig-ready .commerce-hero.section-band {
  padding-top: clamp(12px, 3.2vw, 18px);
}

body.creup-ig-ready .platform-step-block,
body.creup-ig-ready .quick-platform-grid {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.creup-ig-ready .quick-platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr;
}

body.creup-ig-ready .quick-platform-grid button {
  width: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  padding: clamp(6px, 2.5vw, 12px) 4px;
  font-size: var(--creup-ig-tile-font);
  line-height: 1.18;
}

body.creup-ig-ready .platform-visual {
  width: var(--creup-ig-icon) !important;
  height: var(--creup-ig-icon) !important;
  margin-bottom: clamp(5px, 2vw, 10px);
}

body.creup-ig-ready .platform-icon {
  width: calc(var(--creup-ig-icon) * 0.52) !important;
  height: calc(var(--creup-ig-icon) * 0.52) !important;
}

body.creup-ig-ready .platform-label {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.creup-modal-head,
body.creup-order-modal-open .quick-flow-grid,
body.creup-order-modal-open .quick-checkout {
  width: min(var(--creup-ig-shell), calc(100vw - 20px)) !important;
}

body.creup-order-modal-open .quick-checkout {
  width: min(var(--creup-ig-shell), 100vw) !important;
}

@media (min-width: 430px) {
  body.creup-ig-ready {
    --creup-ig-shell: 390px;
    --creup-ig-tile-font: 17px;
    --creup-ig-icon: 54px;
  }
}

@media (min-width: 760px) {
  body.creup-ig-ready {
    --creup-ig-shell: clamp(420px, 34vw, 540px);
    --creup-ig-tile-font: clamp(18px, 1.25vw, 21px);
    --creup-ig-icon: clamp(58px, 4.7vw, 72px);
    background: #f6f6f6;
  }

  body.creup-ig-ready > .creup-ig-profile {
    margin-top: 22px !important;
  }

  body.creup-ig-ready .commerce-hero.section-band {
    border: 1px solid #eeeeee;
    border-top: 0;
  }
}

@media (max-width: 340px) {
  body.creup-ig-ready {
    --creup-ig-tile-font: 12px;
    --creup-ig-icon: 38px;
  }

  .creup-ig-copy h1 {
    font-size: 17px;
  }

  .creup-ig-copy p {
    font-size: 11px;
  }
}

/* Strict mode requested: PC and mobile use the same mobile-sized layout. */
body.creup-ig-ready {
  --creup-ig-shell: min(380px, 100vw);
  --creup-ig-tile-font: 17px;
  --creup-ig-icon: 52px;
  background: #ffffff;
}

body.creup-ig-ready > .creup-ig-profile,
body.creup-ig-ready .commerce-hero.section-band,
body.creup-ig-ready .quick-order-card {
  width: var(--creup-ig-shell) !important;
  max-width: 100vw !important;
}

body.creup-ig-ready > .creup-ig-profile,
body.creup-ig-ready .commerce-hero.section-band {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.creup-ig-ready .quick-platform-grid button {
  aspect-ratio: 1 / 1;
  font-size: var(--creup-ig-tile-font) !important;
}

body.creup-ig-ready .platform-visual {
  width: var(--creup-ig-icon) !important;
  height: var(--creup-ig-icon) !important;
}

.creup-modal-head,
body.creup-order-modal-open .quick-flow-grid {
  width: min(380px, calc(100vw - 20px)) !important;
}

body.creup-order-modal-open .quick-checkout {
  width: min(380px, 100vw) !important;
}

@media (min-width: 760px) {
  body.creup-ig-ready {
    --creup-ig-shell: 380px;
    --creup-ig-tile-font: 17px;
    --creup-ig-icon: 52px;
    background: #ffffff;
  }

  body.creup-ig-ready > .creup-ig-profile {
    margin-top: 0 !important;
  }

  body.creup-ig-ready .commerce-hero.section-band {
    border: 0;
  }
}

@media (max-width: 759px) {
  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .quick-order-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 360px) {
  body.creup-ig-ready {
    --creup-ig-shell: 100vw;
    --creup-ig-tile-font: 15px;
    --creup-ig-icon: 44px;
  }
}

/* Desktop should be the same Instagram-style mobile layout, scaled up. */
@media (min-width: 760px) {
  body.creup-ig-ready {
    --creup-ig-shell: clamp(560px, 46vw, 680px);
    --creup-ig-tile-font: clamp(22px, 1.9vw, 28px);
    --creup-ig-icon: clamp(76px, 6vw, 96px);
    background: #ffffff;
  }

  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .quick-order-card {
    width: var(--creup-ig-shell) !important;
    max-width: calc(100vw - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.creup-ig-ready > .creup-ig-profile {
    margin-top: 0 !important;
    padding: 0 18px 14px;
  }

  .creup-ig-topbar {
    min-height: 56px;
    font-size: 25px;
  }

  .creup-ig-more {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .creup-ig-bio {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 22px;
    padding-top: 10px;
  }

  .creup-ig-logo {
    width: 122px;
    height: 122px;
    font-size: 22px;
  }

  .creup-ig-copy h1 {
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.16;
  }

  .creup-ig-copy strong {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .creup-ig-copy p {
    font-size: 20px;
  }

  .creup-ig-login {
    min-height: 48px;
    margin-top: 18px;
    font-size: 24px;
  }

  body.creup-ig-ready .commerce-hero.section-band {
    padding-top: 28px;
    border: 0;
  }

  body.creup-ig-ready .quick-platform-grid button {
    font-size: var(--creup-ig-tile-font) !important;
  }

  body.creup-ig-ready .platform-visual {
    width: var(--creup-ig-icon) !important;
    height: var(--creup-ig-icon) !important;
    margin-bottom: 14px;
  }

  body.creup-ig-ready .platform-icon {
    width: calc(var(--creup-ig-icon) * 0.52) !important;
    height: calc(var(--creup-ig-icon) * 0.52) !important;
  }

  .creup-modal-head,
  body.creup-order-modal-open .quick-flow-grid {
    width: min(var(--creup-ig-shell), calc(100vw - 48px)) !important;
  }

  body.creup-order-modal-open .quick-checkout {
    width: min(var(--creup-ig-shell), 100vw) !important;
  }
}

/* Final connected sheet geometry: modal header, options, and checkout move as one sheet. */
body.creup-order-modal-open {
  --creup-sheet-width: min(var(--creup-ig-shell), calc(100vw - 16px));
  --creup-sheet-top: 8vh;
  --creup-sheet-head: 72px;
  --creup-sheet-checkout: 202px;
}

body.creup-order-modal-open .creup-order-chrome {
  pointer-events: none;
}

body.creup-order-modal-open .creup-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(7px);
  pointer-events: auto;
  animation: creupBackdropIn 180ms ease-out both;
}

body.creup-order-modal-open .creup-modal-head,
body.creup-order-modal-open .quick-flow-grid,
body.creup-order-modal-open .quick-checkout {
  left: 50% !important;
  width: var(--creup-sheet-width) !important;
  transform: translateX(-50%) !important;
  box-sizing: border-box;
  pointer-events: auto;
  will-change: transform, opacity;
  animation: creupConnectedSheetIn 220ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

body.creup-order-modal-open .creup-modal-head {
  top: var(--creup-sheet-top) !important;
  bottom: auto !important;
  z-index: 1003;
  height: var(--creup-sheet-head);
  min-height: var(--creup-sheet-head);
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #ffffff;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.9), 0 18px 46px rgba(0, 0, 0, 0.2);
}

body.creup-order-modal-open .quick-flow-grid {
  top: calc(var(--creup-sheet-top) + var(--creup-sheet-head)) !important;
  bottom: var(--creup-sheet-checkout) !important;
  z-index: 1002;
  max-height: none !important;
  padding: 12px;
  border: 1px solid #ececec;
  border-top: 1px solid #f5f5f5;
  border-bottom: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overscroll-behavior: contain;
}

body.creup-order-modal-open .quick-checkout {
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 1003;
  height: var(--creup-sheet-checkout);
  max-height: var(--creup-sheet-checkout) !important;
  padding: 12px 14px max(14px, env(safe-area-inset-bottom));
  border: 1px solid #ececec;
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
  border-radius: 0 0 22px 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overscroll-behavior: contain;
}

body.creup-order-modal-open .quick-checkout .checkout-title {
  padding: 8px 0 10px;
  border-bottom: 1px solid #f0f0f0;
}

body.creup-order-modal-open .quick-checkout label {
  border-color: #eeeeee;
  background: #fafafa;
}

body.creup-order-modal-open .quick-total {
  border-color: #eeeeee;
  background: #fff5f5;
}

body.creup-order-modal-open .quick-checkout .primary-button {
  border-radius: 12px;
  box-shadow: none;
}

@media (min-width: 760px) {
  body.creup-order-modal-open {
    --creup-sheet-width: min(var(--creup-ig-shell), calc(100vw - 48px));
    --creup-sheet-top: 7vh;
    --creup-sheet-head: 84px;
    --creup-sheet-checkout: 230px;
  }

  body.creup-order-modal-open .creup-modal-head {
    padding: 14px 18px;
  }

  body.creup-order-modal-open .quick-flow-grid {
    padding: 16px;
  }

  body.creup-order-modal-open .quick-checkout {
    padding: 16px 18px 18px;
  }
}

@media (max-width: 360px) {
  body.creup-order-modal-open {
    --creup-sheet-width: calc(100vw - 10px);
    --creup-sheet-top: 7vh;
    --creup-sheet-head: 68px;
    --creup-sheet-checkout: 196px;
  }
}

@keyframes creupConnectedSheetIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes creupBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Final modal flow: steps 2-4 are one scroll section; only the submit button is fixed. */
body.creup-order-modal-open {
  --creup-flow-width: min(var(--creup-ig-shell), calc(100vw - 16px));
  --creup-flow-top: calc(8vh + 72px);
  --creup-flow-button: 66px;
  overflow: hidden;
}

body.creup-order-modal-open .creup-modal-head {
  top: 8vh !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 1004;
  width: var(--creup-flow-width) !important;
  height: 72px;
  min-height: 72px;
  transform: translateX(-50%) !important;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #ffffff !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

body.creup-order-modal-open .quick-order-card {
  position: fixed !important;
  top: var(--creup-flow-top) !important;
  right: auto !important;
  bottom: 0 !important;
  left: calc((100vw - var(--creup-flow-width)) / 2) !important;
  z-index: 1003;
  display: block !important;
  width: var(--creup-flow-width) !important;
  max-width: var(--creup-flow-width) !important;
  height: auto !important;
  max-height: none !important;
  padding: 12px 12px calc(var(--creup-flow-button) + 26px) !important;
  transform: none !important;
  border: 1px solid #eeeeee;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #ffffff !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: creupFlowFadeIn 180ms ease-out both;
}

body.creup-order-modal-open .quick-welcome,
body.creup-order-modal-open .quick-card-header,
body.creup-order-modal-open .quick-order-assist,
body.creup-order-modal-open .platform-step-block {
  display: none !important;
}

body.creup-order-modal-open .quick-flow-grid,
body.creup-order-modal-open .quick-checkout {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  will-change: auto !important;
  animation: none !important;
}

body.creup-order-modal-open .quick-flow-grid {
  gap: 12px;
}

body.creup-order-modal-open .quick-checkout {
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px !important;
  border-top: 1px solid #eeeeee !important;
}

body.creup-order-modal-open .quick-flow-grid .order-step-block,
body.creup-order-modal-open .quick-checkout {
  border: 1px solid #eeeeee !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.creup-order-modal-open .quick-flow-grid .order-step-block {
  padding: 14px !important;
}

body.creup-order-modal-open .quick-checkout {
  padding: 14px !important;
}

body.creup-order-modal-open .quick-flow-grid .step-label span,
body.creup-order-modal-open .quick-checkout .step-label span {
  display: none !important;
}

body.creup-order-modal-open .quick-flow-grid .step-label,
body.creup-order-modal-open .quick-checkout .step-label {
  margin-bottom: 12px !important;
  padding: 0 !important;
}

body.creup-order-modal-open .quick-flow-grid .step-label strong,
body.creup-order-modal-open .quick-checkout .step-label strong {
  color: #111111;
  font-size: 17px;
  font-weight: 950;
}

body.creup-order-modal-open .quick-checkout .checkout-title {
  padding: 0 0 12px !important;
  border: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.creup-order-modal-open .quick-checkout label,
body.creup-order-modal-open .quick-agree,
body.creup-order-modal-open .quick-total {
  border-color: #eeeeee !important;
  border-radius: 12px !important;
  background: #fafafa !important;
}

body.creup-order-modal-open .quick-checkout .primary-button {
  position: fixed !important;
  right: auto !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  left: 50% !important;
  z-index: 1005;
  width: calc(var(--creup-flow-width) - 28px) !important;
  min-height: var(--creup-flow-button) !important;
  transform: translateX(-50%) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(229, 19, 23, 0.28) !important;
}

@media (min-width: 760px) {
  body.creup-order-modal-open {
    --creup-flow-width: min(var(--creup-ig-shell), calc(100vw - 48px));
    --creup-flow-top: calc(7vh + 84px);
    --creup-flow-button: 68px;
  }

  body.creup-order-modal-open .creup-modal-head {
    top: 7vh !important;
    height: 84px;
    min-height: 84px;
  }

  body.creup-order-modal-open .quick-order-card {
    padding: 16px 16px calc(var(--creup-flow-button) + 32px) !important;
  }

  body.creup-order-modal-open .quick-flow-grid .order-step-block,
  body.creup-order-modal-open .quick-checkout {
    padding: 18px !important;
  }
}

@keyframes creupFlowFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Footer: keep only business information visible at the very bottom. */
body.creup-ig-ready .site-footer {
  box-sizing: border-box;
  display: block !important;
  width: min(var(--creup-ig-shell, 380px), 100vw) !important;
  max-width: 100vw !important;
  margin: 0 auto !important;
  padding: 18px 12px 26px !important;
  border-top: 1px solid #dbdbdb !important;
  background: #ffffff !important;
}

body.creup-ig-ready .site-footer > div:not(.footer-business),
body.creup-ig-ready .site-footer .footer-links {
  display: none !important;
}

body.creup-ig-ready .footer-business {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.creup-ig-ready .footer-business > strong {
  display: block !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  color: #111111 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 1000 !important;
}

body.creup-ig-ready .footer-business dl {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.creup-ig-ready .footer-business dl div,
body.creup-ig-ready .footer-business dl div.wide {
  grid-column: auto !important;
  min-width: 0 !important;
  padding-top: 8px !important;
  border-top: 1px solid #eeeeee !important;
}

body.creup-ig-ready .footer-business dt,
body.creup-ig-ready .footer-business dd {
  margin: 0 !important;
}

body.creup-ig-ready .footer-business dt {
  color: #8e8e8e !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.creup-ig-ready .footer-business dd {
  margin-top: 3px !important;
  color: #222222 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  word-break: keep-all !important;
}

body.creup-ig-ready .footer-business p {
  margin: 12px 0 0 !important;
  color: #999999 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

/* Final customer-facing overrides. */
body.creup-ig-ready {
  background: #fff5f4 !important;
}

body.creup-ig-ready .app-shell {
  background: #fff5f4 !important;
}

body.creup-ig-ready main {
  display: grid !important;
  justify-items: center !important;
}

body.creup-ig-ready .creup-ig-profile,
body.creup-ig-ready .commerce-hero.section-band,
body.creup-ig-ready .site-footer {
  width: min(390px, 100vw) !important;
  margin-inline: auto !important;
}

body.creup-ig-ready .commerce-hero.section-band {
  margin-block: 0 !important;
}

.creup-ig-logo {
  background: #e51317 url("/assets/crehigh-logo.png") center / cover no-repeat !important;
  box-shadow: 0 12px 30px rgba(229, 19, 23, 0.2) !important;
}

.creup-ig-logo span {
  display: none !important;
}

.creup-dot-word {
  -webkit-text-emphasis: filled circle #e51317 !important;
  text-emphasis: filled circle #e51317 !important;
  text-emphasis-position: over !important;
  -webkit-text-emphasis-position: over !important;
}

.creup-dot-word::before {
  display: none !important;
}

.creup-ig-actions {
  grid-template-columns: 1.25fr 1fr 0.75fr !important;
  gap: 6px !important;
  margin-top: 10px !important;
}

.creup-ig-action {
  min-height: 34px !important;
  border: 1px solid #e51317 !important;
  border-radius: 5px !important;
  color: #e51317 !important;
  background: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
}

.creup-ig-action:first-child {
  color: #fff !important;
  background: #e51317 !important;
}

body.creup-ig-ready .quick-product-card-list {
  max-height: 318px !important;
  gap: 7px !important;
}

body.creup-ig-ready .quick-product-card {
  min-height: 66px !important;
  border-color: #ffbfc2 !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.creup-ig-ready .quick-product-card.active {
  border-color: #111 !important;
  box-shadow: inset 0 0 0 2px #111 !important;
}

body.creup-ig-ready .quick-product-card strong {
  font-size: 15px !important;
}

body.creup-ig-ready .quick-product-card small {
  font-size: 12px !important;
}

body.creup-ig-ready .quick-product-card em {
  min-width: 48px !important;
  padding: 6px 7px !important;
}

@media (min-width: 700px) {
  body.creup-ig-ready .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .site-footer {
    box-shadow: 0 0 0 1px #f3d4d4 !important;
  }
}

/* Hard clamp every customer-visible shell so mobile and PC share the same 3x4 layout. */
html,
body.creup-ig-ready {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.creup-ig-ready {
  --creup-ig-shell: min(390px, 100vw) !important;
  --creup-sheet-width: min(390px, 100vw) !important;
  --creup-flow-width: min(390px, 100vw) !important;
}

body.creup-ig-ready > .creup-ig-profile,
body.creup-ig-ready .commerce-hero.section-band,
body.creup-ig-ready .quick-order-card,
body.creup-ig-ready .platform-step-block,
body.creup-ig-ready .quick-platform-grid,
body.creup-ig-ready .quick-flow-grid,
body.creup-ig-ready .quick-checkout,
body.creup-ig-ready .site-footer {
  box-sizing: border-box !important;
  width: var(--creup-ig-shell) !important;
  max-width: 100vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.creup-ig-ready > .creup-ig-profile {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

body.creup-ig-ready .quick-order-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}

body.creup-ig-ready .quick-platform-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  overflow: hidden !important;
}

body.creup-ig-ready .quick-platform-grid button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 118px !important;
  aspect-ratio: auto !important;
  padding: 10px 4px !important;
  font-size: 16px !important;
  line-height: 1.18 !important;
}

@media (max-width: 430px) {
  body.creup-ig-ready {
    --creup-ig-shell: 100vw !important;
    --creup-sheet-width: 100vw !important;
    --creup-flow-width: 100vw !important;
  }

  body.creup-ig-ready .quick-platform-grid button {
    min-height: calc(100vw / 3) !important;
    font-size: 15px !important;
  }
}

/* Mobile app vs desktop web Instagram split. */
@media (max-width: 759px) {
  body.creup-ig-ready {
    --creup-ig-shell: min(390px, 100vw) !important;
    --creup-sheet-width: min(390px, 100vw) !important;
    --creup-flow-width: min(390px, 100vw) !important;
    background: #ffffff !important;
  }

  body.creup-ig-ready .app-shell {
    background: #ffffff !important;
  }

  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .quick-order-card,
  body.creup-ig-ready .platform-step-block,
  body.creup-ig-ready .quick-platform-grid,
  body.creup-ig-ready .quick-flow-grid,
  body.creup-ig-ready .quick-checkout,
  body.creup-ig-ready .site-footer {
    width: var(--creup-ig-shell) !important;
    max-width: var(--creup-ig-shell) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 760px) {
  body.creup-ig-ready {
    --creup-ig-shell: min(935px, calc(100vw - 72px)) !important;
    --creup-sheet-width: min(935px, calc(100vw - 72px)) !important;
    --creup-flow-width: min(935px, calc(100vw - 72px)) !important;
    background: #fafafa !important;
  }

  body.creup-ig-ready .app-shell {
    background: #fafafa !important;
  }

  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .quick-order-card,
  body.creup-ig-ready .platform-step-block,
  body.creup-ig-ready .quick-platform-grid,
  body.creup-ig-ready .quick-flow-grid,
  body.creup-ig-ready .quick-checkout,
  body.creup-ig-ready .site-footer {
    width: var(--creup-ig-shell) !important;
    max-width: calc(100vw - 72px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.creup-ig-ready > .creup-ig-profile {
    padding: 42px 0 28px !important;
    border-bottom: 1px solid #dbdbdb !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body.creup-ig-ready .creup-ig-topbar {
    display: none !important;
  }

  body.creup-ig-ready .creup-ig-bio {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: center !important;
    padding: 0 68px !important;
  }

  body.creup-ig-ready .creup-ig-logo {
    width: 158px !important;
    height: 158px !important;
    justify-self: center !important;
  }

  body.creup-ig-ready .creup-ig-copy h1 {
    max-width: 430px !important;
    margin-bottom: 12px !important;
    font-size: 34px !important;
    line-height: 1.08 !important;
    font-weight: 650 !important;
  }

  body.creup-ig-ready .creup-ig-copy strong {
    font-size: 15px !important;
  }

  body.creup-ig-ready .creup-ig-copy p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  body.creup-ig-ready .creup-ig-stats {
    width: min(420px, 100%) !important;
    margin: 0 0 14px !important;
    gap: 20px !important;
  }

  body.creup-ig-ready .creup-ig-stats strong {
    font-size: 20px !important;
  }

  body.creup-ig-ready .creup-ig-stats em {
    font-size: 13px !important;
  }

  body.creup-ig-ready .creup-ig-actions {
    width: min(520px, calc(100% - 360px)) !important;
    min-width: 430px !important;
    margin: 20px 68px 0 auto !important;
    grid-template-columns: 1.2fr 1fr 0.8fr !important;
    gap: 10px !important;
  }

  body.creup-ig-ready .creup-ig-action {
    min-height: 42px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
  }

  body.creup-ig-ready .creup-ig-highlights {
    width: min(620px, calc(100% - 360px)) !important;
    margin: 28px 68px 0 auto !important;
    grid-auto-columns: 96px !important;
    gap: 20px !important;
  }

  body.creup-ig-ready .creup-ig-highlight span {
    width: 76px !important;
    height: 76px !important;
  }

  body.creup-ig-ready .commerce-hero.section-band {
    padding-top: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body.creup-ig-ready .quick-order-card {
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.creup-ig-ready .platform-step-block {
    border-top: 0 !important;
    background: #ffffff !important;
  }

  body.creup-ig-ready .platform-step-block::before {
    height: 58px !important;
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
    background: #ffffff !important;
    font-size: 28px !important;
  }

  body.creup-ig-ready .quick-platform-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px !important;
    background: #ffffff !important;
    border: 0 !important;
    overflow: visible !important;
  }

  body.creup-ig-ready .quick-platform-grid button {
    min-height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 28px 16px !important;
    border: 0 !important;
    background: #ffffff !important;
    font-size: 27px !important;
    line-height: 1.18 !important;
    box-shadow: none !important;
  }

  body.creup-ig-ready .quick-platform-grid button:nth-child(odd),
  body.creup-ig-ready .quick-platform-grid button.active {
    background: #ffffff !important;
  }

  body.creup-ig-ready .quick-platform-grid button.active::before {
    inset: 10px !important;
    border: 2px solid #111111 !important;
  }

  body.creup-ig-ready .platform-visual {
    width: 86px !important;
    height: 86px !important;
    border-radius: 22px !important;
  }

  body.creup-ig-ready .platform-visual.kakao,
  body.creup-ig-ready .platform-visual.telegram,
  body.creup-ig-ready .platform-visual.development {
    border-radius: 50% !important;
  }

  body.creup-ig-ready .platform-icon {
    width: 50px !important;
    height: 50px !important;
  }

  body.creup-ig-ready .site-footer {
    background: #ffffff !important;
  }

  body.creup-ig-ready .footer-business dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 32px !important;
  }

  body.creup-ig-ready .footer-business dl div.wide {
    grid-column: 1 / -1 !important;
  }
}

/* Launch acceptance lock 2026-07-02: keep PC feed/footer on one line and mobile sheets scrollable. */
@media (min-width: 760px) {
  body.creup-ig-ready {
    --highup-rail-width: 76px;
    --highup-profile-width: min(935px, calc(100vw - var(--highup-rail-width) - 48px));
    --highup-feed-width: min(844px, calc(100vw - var(--highup-rail-width) - 48px));
    --highup-profile-left: calc(
      var(--highup-rail-width) + ((100vw - var(--highup-rail-width) - var(--highup-profile-width)) / 2)
    );
    --highup-feed-left: calc(
      var(--highup-rail-width) + ((100vw - var(--highup-rail-width) - var(--highup-feed-width)) / 2)
    );
    overflow-x: hidden !important;
  }

  body.creup-ig-ready #root,
  body.creup-ig-ready .app-shell,
  body.creup-ig-ready main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.creup-ig-ready main {
    display: block !important;
  }

  body.creup-ig-ready > .creup-ig-profile {
    position: relative !important;
    left: auto !important;
    width: var(--highup-profile-width) !important;
    max-width: var(--highup-profile-width) !important;
    margin-left: var(--highup-profile-left) !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  body.creup-ig-ready:not(.creup-order-modal-open) main .commerce-hero.section-band,
  body.creup-ig-ready:not(.creup-order-modal-open) .commerce-hero.section-band,
  body.creup-ig-ready:not(.creup-order-modal-open) .site-footer {
    position: relative !important;
    left: auto !important;
    width: var(--highup-feed-width) !important;
    max-width: var(--highup-feed-width) !important;
    margin-left: var(--highup-feed-left) !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  body.creup-ig-ready:not(.creup-order-modal-open) .quick-order-card,
  body.creup-ig-ready:not(.creup-order-modal-open) .platform-step-block,
  body.creup-ig-ready:not(.creup-order-modal-open) .quick-platform-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.creup-ig-ready:not(.creup-order-modal-open) .quick-platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
  }

  body.creup-ig-ready:not(.creup-order-modal-open) .site-footer {
    display: block !important;
    padding: 56px 0 0 !important;
    border: 0 !important;
    background: #fafafa !important;
  }

  body.creup-ig-ready:not(.creup-order-modal-open) .footer-business {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 1px solid #f0d5d5 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 1264px) {
  body.creup-ig-ready {
    --highup-rail-width: 244px;
    --highup-profile-width: min(935px, calc(100vw - var(--highup-rail-width) - 72px));
    --highup-feed-width: min(844px, calc(100vw - var(--highup-rail-width) - 72px));
  }
}

@media (max-width: 759px) {
  html,
  body.creup-ig-ready,
  body.creup-ig-ready #root,
  body.creup-ig-ready .app-shell,
  body.creup-ig-ready main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }

  body.creup-ig-ready {
    --highup-mobile-width: 100vw;
    --highup-modal-head-height: 78px;
    background: #ffffff !important;
  }

  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready main .commerce-hero.section-band,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .quick-order-card,
  body.creup-ig-ready .platform-step-block,
  body.creup-ig-ready .quick-platform-grid,
  body.creup-ig-ready .quick-flow-grid,
  body.creup-ig-ready .quick-checkout,
  body.creup-ig-ready .site-footer {
    position: relative !important;
    left: auto !important;
    width: var(--highup-mobile-width) !important;
    max-width: var(--highup-mobile-width) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.creup-ig-ready .quick-platform-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }

  body.creup-ig-ready .quick-platform-grid button {
    min-width: 0 !important;
    min-height: clamp(120px, calc(100vw / 3), 174px) !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.creup-ig-ready .site-footer {
    padding: 30px 0 0 !important;
    background: #ffffff !important;
  }

  body.creup-ig-ready .footer-business {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 12px !important;
    box-sizing: border-box !important;
  }

  .order-lookup-card,
  .points-layout,
  .charge-form-actions,
  .admin-charge-actions {
    grid-template-columns: 1fr !important;
  }

  .order-lookup-card > div,
  .order-lookup-card > div span,
  .order-lookup-card > div strong {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    writing-mode: horizontal-tb !important;
  }

  body.creup-order-modal-open {
    overflow: hidden !important;
  }

  body.creup-order-modal-open .creup-modal-head {
    position: fixed !important;
    top: max(0px, env(safe-area-inset-top)) !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: var(--highup-modal-head-height) !important;
    min-height: var(--highup-modal-head-height) !important;
    transform: none !important;
    border-radius: 18px 18px 0 0 !important;
  }

  body.creup-order-modal-open .quick-order-card {
    position: fixed !important;
    top: calc(max(0px, env(safe-area-inset-top)) + var(--highup-modal-head-height)) !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100dvh - max(0px, env(safe-area-inset-top)) - var(--highup-modal-head-height)) !important;
    max-height: calc(100dvh - max(0px, env(safe-area-inset-top)) - var(--highup-modal-head-height)) !important;
    margin: 0 !important;
    padding: 12px 12px max(34px, env(safe-area-inset-bottom)) !important;
    transform: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.creup-order-modal-open .quick-flow-grid,
  body.creup-order-modal-open .quick-checkout,
  body.creup-order-modal-open .quick-checkout.inquiry-mode {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  body.creup-order-modal-open .quick-checkout .primary-button {
    position: static !important;
    width: 100% !important;
    min-height: 58px !important;
    transform: none !important;
  }

  body.creup-ig-ready .footer-business {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Final launch clamp: no horizontal drift on mobile, aligned feed/footer on PC. */
@media (max-width: 759px) {
  html,
  body.creup-ig-ready,
  body.creup-ig-ready #root,
  body.creup-ig-ready .app-shell,
  body.creup-ig-ready main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }

  body.creup-ig-ready {
    --creup-ig-shell: 100% !important;
    --creup-sheet-width: 100% !important;
    --creup-flow-width: 100% !important;
    --highup-mobile-width: 100% !important;
  }

  body.creup-ig-ready > .creup-ig-profile,
  body.creup-ig-ready .commerce-hero.section-band,
  body.creup-ig-ready .quick-order-card,
  body.creup-ig-ready .platform-step-block,
  body.creup-ig-ready .quick-platform-grid,
  body.creup-ig-ready .site-footer {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.creup-ig-ready > .creup-ig-profile {
    padding-left: 13px !important;
    padding-right: 13px !important;
    overflow: hidden !important;
  }

  body.creup-ig-ready .creup-ig-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 0.75fr) !important;
  }

  body.creup-ig-ready .creup-ig-action {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.creup-ig-ready .quick-platform-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1px !important;
    background: #dbdbdb !important;
    overflow: hidden !important;
  }

  body.creup-ig-ready .quick-platform-grid button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: calc((100vw - 2px) / 3) !important;
    aspect-ratio: 1 / 1 !important;
    padding: 9px 3px !important;
    box-sizing: border-box !important;
  }

  body.creup-ig-ready .platform-label {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
  }

  body.creup-ig-ready .site-footer {
    padding: 30px 0 0 !important;
  }

  body.creup-ig-ready .footer-business {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }

  body.creup-order-modal-open .creup-modal-head {
    top: max(0px, env(safe-area-inset-top)) !important;
    height: 78px !important;
    min-height: 78px !important;
  }

  body.creup-order-modal-open .quick-order-card {
    top: calc(max(0px, env(safe-area-inset-top)) + 78px) !important;
    bottom: 0 !important;
    height: calc(100svh - max(0px, env(safe-area-inset-top)) - 78px) !important;
    min-height: calc(100svh - max(0px, env(safe-area-inset-top)) - 78px) !important;
    max-height: calc(100svh - max(0px, env(safe-area-inset-top)) - 78px) !important;
    padding-bottom: max(118px, env(safe-area-inset-bottom)) !important;
    background: #ffffff !important;
    overflow-y: auto !important;
  }

  body.creup-order-modal-open .quick-checkout .primary-button {
    position: static !important;
    width: 100% !important;
    margin-bottom: 18px !important;
  }
}

@media (min-width: 760px) {
  body.creup-ig-ready:not(.creup-order-modal-open) .site-footer {
    width: var(--highup-final-feed-width, var(--highup-feed-width)) !important;
    max-width: var(--highup-final-feed-width, var(--highup-feed-width)) !important;
    margin-left: var(--highup-final-feed-left, var(--highup-feed-left)) !important;
    margin-right: 0 !important;
  }

  body.creup-ig-ready:not(.creup-order-modal-open) .footer-business {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

/* Business footer should align to the service grid without an outer red box. */
body.creup-ig-ready .site-footer,
body.creup-ig-ready:not(.creup-order-modal-open) .site-footer {
  border: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.creup-ig-ready .footer-business,
body.creup-ig-ready:not(.creup-order-modal-open) .footer-business {
  outline: 0 !important;
  border: 0 !important;
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-clip: padding-box !important;
}

body.creup-ig-ready .footer-business,
body.creup-ig-ready:not(.creup-order-modal-open) .footer-business,
body.creup-ig-ready .footer-business *,
body.creup-ig-ready:not(.creup-order-modal-open) .footer-business * {
  outline-color: transparent !important;
}

body.creup-ig-ready .footer-business {
  background-image: none !important;
}

body.creup-ig-ready .site-footer::before,
body.creup-ig-ready .site-footer::after,
body.creup-ig-ready .footer-business::before,
body.creup-ig-ready .footer-business::after {
  display: none !important;
  content: none !important;
}
