.hero .sticker-hero-link {
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
}
.hero .sticker-hero-link:hover { border-color: var(--accent); color: var(--accent); }
.note-card.is-jump { cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.note-card.is-jump:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(31,26,22,.08); }
.sticker-teaser { background: #fffdfa; }
.sticker-teaser-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}
.sticker-teaser-head .lede { max-width: 520px; margin-bottom: 0; }
.three-photo-story {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 22px;
  border-radius: 16px;
  background: var(--surface);
}
.three-photo-copy strong { display: block; margin-bottom: 7px; font-size: 20px; letter-spacing: -.02em; }
.three-photo-copy p { color: var(--ink-soft); font-size: 14px; }
.three-photo-copy .flow-mark {
  display: inline-block;
  margin-top: 13px;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 700;
}
.three-photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.three-photo {
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 12px;
  background: #e9dfd5;
  box-shadow: 0 4px 14px rgba(31,26,22,.08);
}
.three-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.three-photo:first-child img {
  padding: 10px;
  object-fit: contain;
  background: linear-gradient(150deg, #45477d, #b77f78);
}
.three-photo span {
  position: absolute;
  left: 7px;
  bottom: 7px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(255,255,255,.93);
  font-size: 10px;
  font-weight: 800;
}
.style-bridge { margin: 0 0 17px; font-size: 15px; font-weight: 700; }
.style-bridge span { color: var(--accent-deep); }
.sticker-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sticker-style-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.style-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  overflow: hidden;
  background: linear-gradient(150deg, #373c78 0%, #53538d 52%, #d69277 100%);
}
.style-art { position: relative; width: 74%; height: 230px; }
.style-art img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 11px rgba(18,18,38,.25));
}
.style-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--mask-color);
  -webkit-mask: var(--mask-image) center / contain no-repeat;
  mask: var(--mask-image) center / contain no-repeat;
}
.style-card-copy { padding: 18px; }
.style-card-copy .letter { display: block; margin-bottom: 6px; color: var(--accent); font-size: 10px; font-weight: 800; }
.style-card-copy h3 { margin-bottom: 5px; font-size: 18px; letter-spacing: -.02em; }
.style-card-copy p { min-height: 42px; color: var(--ink-soft); font-size: 12px; }
.teaser-swatches { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.teaser-swatches i {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px #d3c8be;
}
.sticker-teaser-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.sticker-teaser-foot p { color: var(--ink-soft); font-size: 14px; }
.sticker-teaser-foot strong { color: var(--ink); }
.teaser-cta, .sticker-submit {
  flex: none;
  padding: 13px 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--accent-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.start-intro { max-width: 630px; }
.start-intro .lede { margin-bottom: 34px; }
.start-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 44px;
}
.start-option {
  position: relative;
  min-height: 185px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: #fffdfa;
  cursor: pointer;
  text-align: left;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.start-option:hover { border-color: #c9bbae; transform: translateY(-1px); }
.start-option.selected {
  padding: 23px;
  border: 2px solid var(--accent);
  background: #fff;
  box-shadow: 0 10px 28px rgba(169,58,26,.08);
}
.start-option .selected-label {
  position: absolute;
  top: 17px;
  right: 17px;
  display: none;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--accent-deep);
  background: #fff0e8;
  font-size: 10px;
  font-weight: 700;
}
.start-option.selected .selected-label { display: block; }
.start-option .kicker { color: var(--accent-deep); font-size: 11px; font-weight: 700; }
.start-option .option-title-row { display: flex; align-items: center; gap: 10px; margin: 15px 0 7px; }
.start-option h3 { font-size: 21px; letter-spacing: -.03em; }
.start-option .launch-badge {
  flex: none;
  padding: 3px 7px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  color: var(--accent-deep);
  font-size: 10px;
  font-weight: 700;
}
.start-option p { margin-bottom: 14px; color: var(--ink-soft); font-size: 13px; }
.start-option strong { font-size: 22px; letter-spacing: -.03em; }
.start-option .option-price-row { display: flex; align-items: baseline; gap: 10px; }
.start-option .option-was { color: var(--ink-faint); font-size: 12px; text-decoration: line-through; }
.start-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.start-panel-head h3 { margin-bottom: 5px; font-size: 25px; letter-spacing: -.03em; }
.start-panel-head p { color: var(--ink-soft); font-size: 14px; }
.start-panel-head > span {
  flex: none;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--accent-deep);
  background: #fff0e8;
  font-size: 11px;
  font-weight: 700;
}
.sticker-quick-proof {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.mini-before-after { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 7px; }
.mini-shot { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.mini-shot img { width: 100%; height: 180px; padding: 6px; object-fit: contain; background: #eee7df; }
.mini-shot span { display: block; padding: 7px; color: var(--ink-soft); font-size: 10px; text-align: center; }
.mini-arrow { color: var(--accent); font-weight: 800; }
.photo-tips { display: grid; align-content: center; gap: 13px; }
.photo-tip { display: grid; grid-template-columns: 22px 1fr; gap: 8px; }
.photo-tip i {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #fff;
  background: #16805f;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.photo-tip strong { display: block; margin-bottom: 2px; font-size: 13px; }
.photo-tip span { color: var(--ink-soft); font-size: 12px; }
.photo-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.photo-slot {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1.5px dashed #cbbdaf;
  border-radius: 13px;
  background: #fdfaf6;
  cursor: pointer;
}
.photo-slot:hover { border-color: var(--accent); background: #fff8f4; }
.photo-slot.dragging {
  border-color: var(--accent);
  background: #fff0e8;
  box-shadow: 0 0 0 3px rgba(220,75,38,.1);
}
.photo-slot input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.slot-empty, .slot-ready {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}
.slot-empty[hidden], .slot-ready[hidden] { display: none; }
.slot-number {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--accent-deep);
  background: #fff0e8;
  font-size: 12px;
  font-weight: 800;
}
.slot-empty strong { font-size: 13px; }
.slot-empty span:last-child { color: var(--ink-faint); font-size: 10px; }
.slot-ready img { width: 100%; height: 100%; object-fit: contain; background: #eee7df; }
.slot-ready b {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
  font-size: 10px;
}
.sticker-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}
.sticker-fields .name-row { margin-top: 0; }
.sticker-upload-note { margin-top: 13px; color: var(--ink-soft); font-size: 12px; }
.sticker-trust { margin-top: 5px; color: var(--ink-faint); font-size: 11px; }
.sticker-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}
.sticker-actions button { padding: 13px 18px; border: 0; border-radius: 9px; cursor: pointer; font: inherit; font-weight: 700; }
.sticker-actions button:disabled { opacity: .38; cursor: default; }
.sticker-actions .quiet { color: var(--ink-soft); background: transparent; }
.sticker-submit { min-width: 220px; }
.sticker-notice {
  display: none;
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  font-size: 13px;
}
.sticker-notice.show { display: block; }
.sticker-order-success { margin-top: 24px; }
.price-grid.two-products { grid-template-columns: 1fr 1fr; align-items: stretch; }
.price-grid.two-products .plan { height: 100%; }
.price-grid.two-products .price { color: var(--accent-deep); }

@media (max-width: 760px) {
  .hero .cta-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .sticker-teaser-head { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .three-photo-story { grid-template-columns: 1fr; gap: 18px; padding: 17px; }
  .sticker-teaser-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    overflow-x: auto;
    padding: 3px 3px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .sticker-teaser-grid::-webkit-scrollbar { display: none; }
  .sticker-style-card { scroll-snap-align: start; }
  .style-visual { min-height: 250px; }
  .style-art { height: 205px; }
  .sticker-teaser-foot { align-items: stretch; flex-direction: column; }
  .teaser-cta { width: 100%; }
  .start-options, .sticker-quick-proof, .sticker-fields { grid-template-columns: 1fr; }
  .start-option { min-height: 0; }
  .start-panel-head { align-items: flex-start; flex-direction: column; }
  .photo-slots { grid-template-columns: 1fr; }
  .photo-slot { min-height: 230px; }
  .mini-shot img { height: 150px; }
  .sticker-actions { align-items: stretch; flex-direction: column-reverse; }
  .sticker-actions button, .sticker-submit { width: 100%; }
  .price-grid.two-products { grid-template-columns: 1fr; }
}
