/* Shelzy's Beauty - social entry page */

.start-page {
  background: var(--paper);
}

.start-hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 74px 24px 44px;
  text-align: center;
}

.start-kicker,
.start-label,
.start-card-kicker,
.start-shelf-step {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.start-kicker {
  color: var(--rose);
  margin-bottom: 18px;
}

.start-hero h1 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
}

.start-hero h1 em {
  color: var(--rose);
  font-style: italic;
  font-weight: 400;
}

.start-hero p {
  color: var(--caption);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 620px;
}

.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}

.start-button {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--paper);
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.14em;
  min-width: 170px;
  padding: 14px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.start-button.secondary {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--ink);
}

.start-paths,
.start-trust,
.start-shelf,
.start-edit {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 24px 0;
}

.start-path-grid,
.start-edit-grid {
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.start-path-grid--single {
  grid-template-columns: 1fr;
}

.start-path-card,
.start-edit-card {
  background: #FBFAF8;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  text-decoration: none;
}

.start-card-kicker {
  color: var(--rose);
  margin-bottom: 16px;
}

.start-path-card h2,
.start-edit-card h3,
.start-trust h2,
.start-shelf-header h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
}

.start-path-card h2,
.start-trust h2,
.start-shelf-header h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin-bottom: 14px;
}

.start-edit-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.start-path-card p,
.start-edit-card p,
.start-trust p,
.start-shelf-header p,
.start-shelf-card p {
  color: var(--caption);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.75;
}

.start-link {
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 24px;
  text-transform: uppercase;
}

.start-link::after {
  content: ' ->';
}

.start-trust-inner {
  align-items: start;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  padding-top: 56px;
}

.start-label {
  color: var(--rose);
  margin-bottom: 16px;
}

.start-proof-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.start-proof-list span {
  background: var(--surface);
  border-left: 3px solid var(--gold);
  color: var(--caption);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 12px 14px;
}

.start-shelf-header {
  align-items: end;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  padding-top: 56px;
}

.start-disclosure {
  margin: 26px 0 0;
}

.start-shelf-grid {
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.start-shelf-card {
  background: #FBFAF8;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.start-shelf-card img {
  background: var(--paper);
  border: 1px solid var(--border);
  display: block;
  height: 160px;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.start-shelf-step {
  margin-bottom: 8px;
}

.start-shelf-card h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 8px;
}

.start-shelf-card p {
  flex: 1;
  margin-bottom: 18px;
}

.start-price-link {
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.start-price-link::after {
  content: ' ->';
}

/* Current Shelf full page */

.shelf-hero {
  max-width: 1040px;
  margin: 0 auto;
  padding: 74px 24px 34px;
}

.shelf-hero-grid {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.shelf-hero h1 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 22px;
}

.shelf-hero h1 em {
  color: var(--rose);
  font-style: italic;
  font-weight: 400;
}

.shelf-hero p {
  color: var(--caption);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
}

.shelf-note {
  background: var(--surface);
  border-left: 3px solid var(--gold);
  color: var(--caption);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.75;
  padding: 18px 20px;
}

.shelf-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 24px 0;
}

.shelf-section-header {
  align-items: end;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  padding-top: 56px;
}

.shelf-section-header h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: 14px;
}

.shelf-section-header p {
  color: var(--caption);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
}

.shelf-grid {
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.shelf-card {
  background: #FBFAF8;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 24px 22px 26px;
}

.shelf-card img {
  background: var(--paper);
  border: 1px solid var(--border);
  display: block;
  height: 160px;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.shelf-step,
.shelf-status,
.shelf-meta {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shelf-step {
  margin-bottom: 10px;
}

.shelf-status {
  color: var(--rose);
  margin-bottom: 12px;
}

.shelf-card h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 10px;
}

.shelf-card p {
  color: var(--caption);
  flex: 1;
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.68;
  margin-bottom: 18px;
}

.shelf-meta {
  display: block;
  margin-bottom: 12px;
}

.shelf-shop-link,
.shelf-text-link {
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.shelf-shop-link::after,
.shelf-text-link::after {
  content: ' ->';
}

.shelf-list-grid {
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.shelf-list-card {
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.shelf-list-card h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}

.shelf-list-card p {
  color: var(--caption);
  flex: 1;
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 18px;
}

.shelf-list-card .shelf-text-link {
  align-self: flex-start;
}

.shelf-cta-band {
  background: var(--surface-deep);
  border-top: 1px solid var(--border);
  margin-top: 76px;
  padding: 64px 24px;
  text-align: center;
}

.shelf-cta-band h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  margin-bottom: 14px;
}

.shelf-cta-band p {
  color: var(--caption);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto 30px;
  max-width: 560px;
}

.start-edit-header {
  border-top: 1px solid var(--border);
  padding-top: 56px;
}

.start-edit-header h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 16px 0 24px;
}

.start-edit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.start-capture {
  background: var(--surface-deep);
  border-top: 1px solid var(--border);
  margin-top: 76px;
  padding: 66px 24px;
  text-align: center;
}

.start-capture h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  margin-bottom: 14px;
}

.start-capture p {
  color: var(--caption);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 auto 30px;
  max-width: 500px;
}

.start-form {
  display: flex;
  margin: 0 auto 14px;
  max-width: 460px;
}

.start-form input[type="email"] {
  background: var(--paper);
  border: 1px solid var(--border-strong);
  border-right: 0;
  color: var(--ink);
  flex: 1;
  font: inherit;
  min-width: 0;
  padding: 14px 16px;
}

.start-form button {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--paper);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 14px 24px;
  text-transform: uppercase;
}

.start-note {
  color: var(--muted);
  font-size: 0.72rem;
}

@media (max-width: 880px) {
  .start-path-grid,
  .start-trust-inner,
  .start-shelf-header,
  .start-shelf-grid,
  .start-edit-grid,
  .shelf-hero-grid,
  .shelf-section-header,
  .shelf-grid,
  .shelf-list-grid {
    grid-template-columns: 1fr;
  }

  .start-proof-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .start-hero {
    padding-top: 54px;
  }

  .start-actions,
  .start-form {
    flex-direction: column;
  }

  .start-button,
  .start-form button {
    width: 100%;
  }

  .start-form input[type="email"] {
    border-right: 1px solid var(--border-strong);
    border-bottom: 0;
  }

  .start-path-card,
  .start-edit-card {
    padding: 26px 22px;
  }
}
