:root {
  --cream: #fff8ef;
  --cream-soft: #f8efe4;
  --paper: #fffdf8;
  --ink: #242326;
  --muted: #6e6258;
  --honey: #f7ad25;
  --honey-deep: #de8c00;
  --cocoa: #5a2c18;
  --line: rgba(36, 35, 38, 0.1);
  --shadow: 0 18px 46px rgba(77, 47, 18, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(247, 173, 37, 0.18), transparent 18rem),
    radial-gradient(circle at 4% 84%, rgba(213, 41, 28, 0.08), transparent 16rem),
    linear-gradient(135deg, var(--cream) 0%, #fffaf3 48%, var(--cream-soft) 100%);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  line-height: 1.45;
  position: relative;
  touch-action: pan-y pinch-zoom;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(222, 140, 0, 0.42);
  outline-offset: 3px;
}

body.modal-open {
  overflow: hidden;
}

.order-type-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(36, 35, 38, 0.28);
  backdrop-filter: blur(12px);
}

.order-type-overlay.is-hidden {
  display: none;
}

.order-type-modal {
  width: min(100%, 440px);
  max-height: 90vh;
  padding: 26px 20px 20px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 28px 70px rgba(36, 35, 38, 0.24);
  text-align: center;
}

.order-type-logo {
  width: 132px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}

.order-type-modal h2 {
  margin: 6px auto 8px;
  max-width: 320px;
  font-size: 1.8rem;
  line-height: 1.08;
}

.order-type-intro {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.order-type-options {
  display: grid;
  gap: 10px;
}

.order-type-option {
  width: 100%;
  min-height: 82px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  text-align: left;
}

.order-type-option.featured {
  border-color: rgba(247, 173, 37, 0.72);
  background: rgba(255, 243, 212, 0.8);
}

.order-type-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd679, var(--honey));
  font-size: 1.55rem;
  font-weight: 900;
}

.order-type-option strong,
.order-type-option small {
  display: block;
}

.order-type-option strong {
  font-size: 1.08rem;
}

.order-type-option small {
  margin-top: 3px;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.86rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: min(100% - 20px, 480px);
  max-width: calc(100vw - 20px);
  margin: 0 auto;
  padding: 18px 0 30px;
  position: relative;
  overflow-x: clip;
}

.page-shell::before {
  content: "\2726";
  position: fixed;
  top: 18%;
  right: 7%;
  color: var(--honey);
  font-size: 34px;
  line-height: 1;
  pointer-events: none;
}

.brand-bar {
  min-height: 52px;
  display: flex;
  align-items: center;
}

.brand-line {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1rem;
}

.brand-logo {
  display: block;
  height: auto;
  object-fit: contain;
}

.brand-logo-small {
  width: 78px;
}

.spark {
  font-size: 1.4rem;
}

.hero {
  display: grid;
  gap: 16px;
  padding-top: 10px;
}

.tiny-brand {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: lowercase;
}

h1 {
  margin: 0;
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
  line-height: 0.96;
}

.hero-logo {
  width: 235px;
}

.hero-title-line {
  display: block;
  font-size: 3.35rem;
}

.primary-pill {
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  margin: 20px 0 16px;
  padding: 10px 18px 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 14px 34px rgba(247, 173, 37, 0.27);
  text-decoration: none;
}

.primary-pill span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
}

.primary-pill strong {
  font-size: 1.08rem;
  font-weight: 900;
}

.intro {
  max-width: 360px;
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.08rem;
}

.intro span {
  color: var(--honey);
}

.hero-art {
  min-height: 372px;
  display: grid;
  place-items: center;
  position: relative;
  margin-top: -2px;
  overflow: hidden;
}

.hero-art::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 76%;
  border-radius: 48% 52% 46% 54%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), rgba(255, 248, 239, 0));
  filter: blur(8px);
}

.hero-art > img {
  position: relative;
  width: min(100%, 330px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(67, 36, 14, 0.18));
}

.price-badge {
  position: absolute;
  left: 2%;
  bottom: 9%;
  width: 86px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: linear-gradient(145deg, #ffc84f, var(--honey));
  clip-path: polygon(
    50% 0%,
    61% 12%,
    77% 8%,
    84% 23%,
    100% 30%,
    91% 48%,
    100% 66%,
    82% 73%,
    75% 92%,
    57% 88%,
    43% 100%,
    32% 84%,
    12% 86%,
    10% 66%,
    0% 51%,
    13% 38%,
    10% 20%,
    30% 15%
  );
  transform: rotate(-7deg);
  filter: drop-shadow(0 12px 18px rgba(80, 46, 14, 0.2));
}

.price-badge span {
  transform: rotate(7deg);
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
}

.builder {
  scroll-margin-top: 14px;
}

.order-mode-bar {
  min-height: 58px;
  margin: 4px 0 14px;
  padding: 9px 10px 9px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.order-mode-bar div {
  display: grid;
  gap: 1px;
}

.order-mode-bar span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-mode-bar strong {
  font-size: 1rem;
}

.mode-change-button {
  min-height: 38px;
  padding: 8px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(36, 35, 38, 0.08);
  cursor: pointer;
  font-weight: 900;
}

.multi-builder-panel {
  margin-bottom: 14px;
  padding: 18px 4px;
  border-top: 2px dotted rgba(247, 173, 37, 0.7);
  border-bottom: 2px dotted rgba(247, 173, 37, 0.7);
}

.multi-builder-head {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.multi-builder-head .panel-kicker {
  text-align: left;
}

.multi-builder-head h2 {
  margin: 3px 0 0;
  font-size: 1.55rem;
  line-height: 1.1;
}

.waffle-count {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd679, var(--honey));
  font-size: 1.35rem;
  font-weight: 900;
}

.saved-waffles {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.saved-waffle {
  min-height: 66px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.saved-waffle-copy {
  min-width: 0;
}

.saved-waffle-copy strong,
.saved-waffle-copy small {
  display: block;
}

.saved-waffle-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.saved-waffle-copy small {
  margin-top: 2px;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.saved-waffle-actions {
  display: flex;
  gap: 6px;
}

.mini-action {
  min-height: 38px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(36, 35, 38, 0.08);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
}

.mini-action.danger {
  color: #8e321f;
  background: rgba(142, 50, 31, 0.08);
}

.multi-save-panel {
  margin-top: 14px;
  padding: 16px 4px 2px;
}

.steps {
  display: grid;
  gap: 14px;
}

.choice-card,
.order-panel,
.payment-panel {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.choice-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.icon-badge {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(145deg, #ffd679, var(--honey));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.icon-cream {
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 0.85;
}

.icon-cookie,
.icon-drizzle {
  width: 30px;
  height: 30px;
  display: block;
  border: 3px solid var(--ink);
}

.icon-cookie {
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 38%, var(--ink) 0 2px, transparent 3px),
    radial-gradient(circle at 60% 30%, var(--ink) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 62%, var(--ink) 0 2px, transparent 3px);
}

.icon-drizzle {
  border-radius: 50% 50% 42% 42%;
  position: relative;
}

.icon-drizzle::before,
.icon-drizzle::after {
  content: "";
  position: absolute;
  bottom: -13px;
  width: 4px;
  height: 12px;
  border-radius: 999px;
  background: var(--ink);
}

.icon-drizzle::before {
  left: 6px;
}

.icon-drizzle::after {
  right: 6px;
  height: 15px;
}

.icon-berry,
.icon-plus,
.icon-shape,
.icon-note {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.icon-berry {
  transform: rotate(-18deg);
}

.icon-shape {
  width: 30px;
  height: 30px;
  display: block;
  border: 3px solid var(--ink);
  border-radius: 50%;
  position: relative;
}

.icon-shape::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--ink);
  border-radius: 5px;
  background: var(--honey);
}

.choice-head h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.08;
}

.choice-head p {
  width: fit-content;
  margin: 5px 0 0;
  padding-bottom: 7px;
  color: var(--honey-deep);
  border-bottom: 2px dotted var(--honey);
  font-size: 1rem;
  font-weight: 900;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.option {
  min-height: 42px;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(36, 35, 38, 0.12);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  font-size: 0.95rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  white-space: normal;
}

.option:hover {
  transform: translateY(-1px);
  border-color: rgba(247, 173, 37, 0.7);
}

.option.is-selected {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 10px 24px rgba(247, 173, 37, 0.2);
  font-weight: 900;
}

.option.is-disabled {
  opacity: 0.44;
  cursor: not-allowed;
}

.option-note {
  display: grid;
  gap: 1px;
  line-height: 1.08;
}

.option-note small {
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.option-note.is-selected small {
  color: var(--ink);
}

.addon-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 243, 0.9)),
    radial-gradient(circle at 92% 8%, rgba(247, 173, 37, 0.2), transparent 9rem);
}

.instruction-card textarea {
  min-height: 112px;
}

.format-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.format-options label {
  min-height: 70px;
  cursor: pointer;
}

.format-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.format-options span {
  min-height: 70px;
  padding: 12px;
  display: grid;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(36, 35, 38, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 900;
  text-align: center;
}

.format-options small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
}

.format-options input:checked + span {
  border-color: transparent;
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 10px 24px rgba(247, 173, 37, 0.18);
}

.format-options input:checked + span small {
  color: var(--ink);
}

.order-panel {
  margin-top: 16px;
  scroll-margin-top: 14px;
}

.payment-panel {
  margin-top: 16px;
}

.help-fab {
  position: fixed;
  right: 16px;
  bottom: 194px;
  z-index: 50;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(77, 47, 18, 0.18);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
}

.help-fab:active {
  transform: scale(0.96);
}

.celebration-fab {
  position: fixed;
  right: 16px;
  bottom: 104px;
  z-index: 50;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 34px rgba(77, 47, 18, 0.2);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.celebration-fab.is-active,
.celebration-fab.has-detail {
  background: linear-gradient(145deg, #fff0c7, var(--honey));
}

.celebration-fab.is-active {
  transform: scale(0.96);
}

.payment-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(145deg, #ffc84f, var(--honey));
  box-shadow: 0 16px 34px rgba(77, 47, 18, 0.26);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.payment-fab.is-active {
  transform: scale(0.96);
}

.payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(36, 35, 38, 0.24);
  backdrop-filter: blur(10px);
}

.celebration-overlay {
  position: fixed;
  inset: 0;
  z-index: 58;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(36, 35, 38, 0.24);
  backdrop-filter: blur(10px);
}

.payment-overlay.is-hidden {
  display: none;
}

.celebration-overlay.is-hidden {
  display: none;
}

.payment-modal {
  position: relative;
  width: min(100%, 480px);
  max-height: 86vh;
  margin: 0;
  overflow: auto;
}

.celebration-modal {
  position: relative;
  width: min(100%, 480px);
  max-height: 86vh;
  margin: 0;
  padding: 22px 20px 20px;
  overflow: auto;
}

.payment-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(36, 35, 38, 0.08);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.celebration-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(36, 35, 38, 0.08);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.celebration-panel {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.celebration-head {
  padding-right: 42px;
  margin-bottom: 16px;
}

.celebration-head .panel-kicker {
  text-align: left;
}

.celebration-head h2 {
  margin: 4px 0 0;
  font-size: 1.65rem;
  line-height: 1.08;
}

.celebration-card-toggle {
  display: grid;
  gap: 8px;
}

.celebration-card-toggle label {
  min-height: 58px;
  cursor: pointer;
}

.celebration-card-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.celebration-card-toggle span {
  height: 100%;
  min-height: 58px;
  padding: 9px 12px;
  display: grid;
  gap: 2px;
  align-content: center;
  border: 1px solid rgba(36, 35, 38, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 900;
}

.celebration-card-toggle small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
}

.celebration-card-toggle input:checked + span {
  border-color: transparent;
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 10px 24px rgba(247, 173, 37, 0.18);
}

.celebration-card-toggle input:checked + span small {
  color: var(--ink);
}

.celebration-preview {
  min-height: 54px;
  margin-top: 12px;
  padding: 12px 13px;
  border: 1px dashed rgba(247, 173, 37, 0.72);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 248, 238, 0.72);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 800;
}

.celebration-preview.has-detail {
  color: var(--ink);
}

.celebration-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.admin-fab {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 50;
  min-width: 68px;
  min-height: 46px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(77, 47, 18, 0.18);
  cursor: pointer;
  font-weight: 900;
}

.admin-fab.is-active {
  background: linear-gradient(90deg, var(--honey), #ffc84f);
}

.admin-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(36, 35, 38, 0.28);
  backdrop-filter: blur(10px);
}

.admin-overlay.is-hidden {
  display: none;
}

.admin-panel {
  position: relative;
  width: min(100%, 560px);
  max-height: 88vh;
  overflow: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow);
}

.admin-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(36, 35, 38, 0.08);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.admin-login h2,
.admin-head h2 {
  margin: 4px 0 16px;
  font-size: 1.8rem;
  line-height: 1.08;
}

.admin-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
}

.admin-head > strong {
  min-width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd679, var(--honey));
  font-size: 1.4rem;
}

.admin-actions,
.admin-order-actions {
  display: grid;
  gap: 8px;
}

.admin-actions {
  grid-template-columns: 1fr auto;
  margin-bottom: 14px;
}

.admin-orders {
  display: grid;
  gap: 12px;
}

.admin-empty {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-align: center;
}

.admin-order-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.admin-order-toggle {
  width: 100%;
  min-height: 48px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.admin-order-card.is-open .admin-order-toggle {
  margin-bottom: 12px;
}

.admin-order-toggle::after {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(145deg, #ffd679, var(--honey));
  content: "+";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.admin-order-card.is-open .admin-order-toggle::after {
  content: "-";
}

.admin-order-toggle h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.1;
}

.admin-order-toggle p,
.admin-order-toggle strong {
  display: none;
}

.admin-order-card:not(.is-open) .admin-order-details,
.admin-order-card:not(.is-open) .admin-order-actions {
  display: none;
}

.admin-order-details {
  display: grid;
  gap: 8px;
}

.admin-order-details div {
  display: grid;
  gap: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(36, 35, 38, 0.08);
}

.admin-order-details span {
  color: var(--honey-deep);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-order-details p {
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
}

.admin-order-actions {
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}

.admin-order-actions .soft {
  grid-column: 1 / -1;
}

.seal {
  min-height: 58px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: var(--ink);
}

.seal strong {
  color: var(--honey);
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 0.8;
}

.seal span {
  font-size: 1.6rem;
}

.panel-kicker {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.96rem;
  font-weight: 900;
  text-transform: lowercase;
}

.order-panel h2 {
  margin: 4px 0 20px;
  text-align: center;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.08;
}

.order-panel h2 strong {
  font-weight: 900;
}

.customer-form {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.multi-payment-mode {
  margin: 0 0 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.payment-mode-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.payment-mode-toggle label {
  min-height: 58px;
  cursor: pointer;
}

.payment-mode-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-mode-toggle span {
  height: 100%;
  min-height: 58px;
  padding: 8px 10px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 35, 38, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.payment-mode-toggle input:checked + span {
  border-color: transparent;
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 10px 24px rgba(247, 173, 37, 0.18);
}

.payment-mode-note {
  min-height: 20px;
  margin: 8px 0 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.84rem;
}

.multi-order-summary {
  display: grid;
  gap: 8px;
}

.multi-order-summary.is-hidden {
  display: none;
}

.multi-summary-row {
  min-height: 62px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.multi-summary-row span,
.multi-summary-row small {
  display: block;
}

.multi-summary-row span {
  font-weight: 900;
}

.multi-summary-row small {
  margin-top: 2px;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.multi-summary-row strong {
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--ink);
}

.field > span,
.field > label {
  color: var(--honey-deep);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 35, 38, 0.12);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  outline: none;
}

.field textarea {
  resize: vertical;
}

.field input[readonly] {
  border-style: dashed;
  color: var(--muted);
  background: rgba(255, 248, 238, 0.72);
  cursor: default;
}

.delivery-estimate {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
}

.delivery-estimate[data-status="matched"] {
  color: var(--cocoa);
  font-weight: 700;
}

.delivery-estimate[data-status="unknown"] {
  color: #9b3b24;
  font-weight: 800;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(247, 173, 37, 0.85);
  box-shadow: 0 0 0 4px rgba(247, 173, 37, 0.13);
}

.fulfillment-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.fulfillment-toggle label {
  min-height: 48px;
  cursor: pointer;
}

.fulfillment-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fulfillment-toggle span {
  height: 100%;
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 35, 38, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 900;
}

.fulfillment-toggle input:checked + span {
  border-color: transparent;
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 10px 24px rgba(247, 173, 37, 0.18);
}

.is-hidden {
  display: none;
}

.summary {
  display: grid;
  gap: 9px;
}

.summary div {
  min-height: 64px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.summary span {
  display: block;
  margin-bottom: 3px;
  color: var(--honey-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.summary p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.summary p.is-empty {
  color: var(--muted);
  font-weight: 500;
}

.price-stack {
  margin: 16px 0;
  display: grid;
  border-top: 2px dotted rgba(247, 173, 37, 0.7);
  border-bottom: 2px dotted rgba(247, 173, 37, 0.7);
}

.price-stack div {
  min-height: 48px;
  padding: 8px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.price-stack div + div {
  border-top: 1px solid rgba(36, 35, 38, 0.08);
}

.price-stack span {
  color: var(--muted);
  font-weight: 900;
}

.price-stack strong {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 900;
}

.price-stack .total-row strong {
  font-size: 1.55rem;
}

.rate-box {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.rate-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.9rem;
}

.source-link {
  color: var(--honey-deep);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.extra-note {
  min-height: 58px;
  margin: 0;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 0.94rem;
  font-weight: 900;
}

.extra-note-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(145deg, #ffd679, var(--honey));
  font-size: 1.55rem;
}

.extra-note-copy {
  display: grid;
  gap: 4px;
}

.extra-note-copy p {
  margin: 0;
}

.extra-note-copy p + p {
  color: var(--honey-deep);
}

.panel-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.action-button {
  min-height: 52px;
  padding: 12px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.action-button.primary {
  background: linear-gradient(90deg, var(--honey), #ffc84f);
  box-shadow: 0 14px 30px rgba(247, 173, 37, 0.26);
}

.action-button.ghost {
  background: rgba(36, 35, 38, 0.08);
}

.action-button.soft {
  min-height: 46px;
  background: transparent;
  color: var(--muted);
}

.action-button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.action-button.is-submitted {
  opacity: 0.58;
  cursor: not-allowed;
  background: rgba(36, 35, 38, 0.12);
  box-shadow: none;
}

.order-cta {
  min-height: 60px;
  font-size: 1.06rem;
}

.payment-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.payment-head h2 {
  margin: 4px 0 0;
  font-size: 1.85rem;
  line-height: 1.08;
}

.payment-qr {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(77, 47, 18, 0.13);
}

.payment-data {
  display: grid;
  gap: 9px;
}

.payment-data div {
  min-height: 58px;
  padding: 10px 13px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.payment-data span {
  color: var(--honey-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-data strong {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
  word-break: break-word;
}

.payment-target-field {
  margin-top: 12px;
  display: grid;
  gap: 6px;
}

.payment-target-field > span {
  color: var(--honey-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-target-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 38px 10px 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.payment-target-field small {
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.8rem;
}

.payment-actions {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.payment-actions small {
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.86rem;
  text-align: center;
}

.feedback {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--cocoa);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.92rem;
  text-align: center;
  white-space: pre-wrap;
}

@media (min-width: 560px) {
  .page-shell {
    width: min(100% - 32px, 560px);
    padding-top: 28px;
  }

  .brand-logo-small {
    width: 92px;
  }

  .hero-logo {
    width: 310px;
  }

  .hero-title-line {
    font-size: 4.35rem;
  }

  .primary-pill strong {
    font-size: 1.26rem;
  }

  .intro {
    font-size: 1.24rem;
  }

  .hero-art {
    min-height: 470px;
  }

  .hero-art > img {
    width: min(100%, 420px);
    max-height: 560px;
  }

  .price-badge {
    left: 8%;
    bottom: 10%;
    width: 112px;
  }

  .price-badge span {
    font-size: 3.15rem;
  }

  .choice-card,
  .order-panel,
  .payment-panel {
    padding: 26px;
    border-radius: 32px;
  }

  .choice-head {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
  }

  .icon-badge {
    width: 68px;
    height: 68px;
  }

  .choice-head h2 {
    font-size: 1.62rem;
  }

  .option {
    font-size: 1rem;
  }
}
