/* ============================================================
   ARTINO — part 3: Problem, Solution, Organisers extras,
   Shared Benefits, How It Works, Testimonials
   ============================================================ */

/* line-icon primitive: thin gold stroke */
.licon { width: 30px; height: 30px; stroke: var(--gold); stroke-width: 1.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   PROBLEM
   ============================================================ */
.problem { position: relative; padding: 120px 0 100px; overflow: hidden; }
.problem::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0.14; pointer-events: none;
  background:
    repeating-linear-gradient(58deg, rgba(244,238,226,0.06) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(-22deg, rgba(244,238,226,0.05) 0 1px, transparent 1px 34px);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 40%, #000 30%, transparent 75%);
          mask-image: radial-gradient(120% 90% at 50% 40%, #000 30%, transparent 75%);
}
.problem .wrap { position: relative; z-index: 1; }
.problem .head { text-align: center; margin-bottom: 60px; }
.problem .head h2 { font-size: clamp(34px, 4.6vw, 58px); margin: 14px auto 0; max-width: 20ch; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pcard {
  padding: 38px 32px; border-radius: 16px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(244,238,226,0.07);
  box-shadow: 0 40px 80px -50px rgba(0,0,0,0.9);
}
.pcard .licon { margin-bottom: 22px; }
.pcard h3 { font-family: var(--display); font-weight: 500; font-size: 26px; line-height: 1.14; margin: 0 0 14px; letter-spacing: -0.01em; }
.pcard p { margin: 0; color: var(--grey); font-size: 15.5px; line-height: 1.6; }
.pcard .bignum { font-family: var(--mono); color: #c98b6a; font-weight: 600; }
.pcard.accent .bignum { color: #d4756a; }

/* ============================================================
   SOLUTION (act break)
   ============================================================ */
.solution { position: relative; padding: 150px 0; text-align: center; overflow: hidden; }
.solution .spotpool {
  position: absolute; left: 50%; top: 46%; width: 900px; height: 560px;
  transform: translate(-50%,-50%); pointer-events: none; z-index: 0;
  background: radial-gradient(closest-side, rgba(232,163,61,0.16), transparent 70%);
  filter: blur(30px);
}
.solution .wrap { position: relative; z-index: 1; max-width: 1000px; }
.solution .actline { width: 200px; margin: 0 auto; transform-origin: center; }
.js .solution .actline { transform: scaleX(0); transition: transform 1s var(--ease); }
.js .solution.in .actline { transform: scaleX(1); }
.solution h2 { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.12; margin: 46px auto; max-width: 22ch; font-weight: 400; }
.solution h2 em { font-style: italic; color: var(--tungsten); }
.solution .subt { color: var(--grey); font-size: 17px; line-height: 1.55; margin: 0; }

/* ============================================================
   MANIFESTO BAND (intermission)
   ============================================================ */
.manifesto { position: relative; padding: 120px 0 132px; text-align: center; overflow: hidden; }
.manifesto-spot {
  position: absolute; left: 50%; top: 38%; width: 980px; height: 620px;
  transform: translate(-50%,-50%); pointer-events: none; z-index: 0;
  background: radial-gradient(closest-side, rgba(232,163,61,0.12), transparent 72%);
  filter: blur(34px);
}
.manifesto .wrap { position: relative; z-index: 1; max-width: 940px; }
.manifesto blockquote {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: clamp(28px, 4vw, 50px); line-height: 1.15; letter-spacing: -0.01em;
  color: var(--cream); margin: 26px auto 16px; max-width: 20ch;
}
.manifesto cite {
  display: block; font-style: normal; font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 48px;
}
.manifesto .mtext { max-width: 62ch; margin: 0 auto; }
.manifesto .mtext p { font-size: 18px; line-height: 1.72; color: var(--grey); margin: 0 0 20px; }
.manifesto .mtext .m-close {
  font-family: var(--display); font-style: italic; font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.28; color: var(--cream); margin-top: 30px;
}
.manifesto .m-cta { margin-top: 40px; }
@media (max-width: 640px) {
  .manifesto { padding: 86px 0 92px; }
  .manifesto .mtext p { font-size: 16px; }
}

/* ============================================================
   ORGANISERS — extra Living UI fragments
   ============================================================ */
.field { padding: 11px 13px; border-radius: 9px; background: rgba(12,10,8,0.6); border: 1px solid rgba(244,238,226,0.09); font-size: 13px; color: var(--cream); }
.field.ph-field { color: var(--grey); }
.dropzone { border: 1px dashed var(--gold-line); border-radius: 9px; padding: 20px; text-align: center; font-size: 12px; color: var(--grey); margin: 10px 0; background: rgba(201,162,39,0.04); }
.tier-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; font-size: 13px; }
.tier-row .dot3 { width: 8px; height: 8px; border-radius: 50%; }

.create-frag { width: 330px; }
.poster-frag { width: 270px; }
.poster-shot { aspect-ratio: 3/4; border-radius: 10px; overflow: hidden; position: relative; }
.poster-shot.before { opacity: 0.5; }
.gen-pill { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; padding: 9px 16px; border-radius: 100px; background: var(--tungsten); color: #1a1206; font-weight: 600; font-size: 12px; box-shadow: 0 10px 30px -8px rgba(232,163,61,0.6); }

.search-frag { width: 340px; }
.artist-result { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 10px; background: rgba(12,10,8,0.5); border: 1px solid rgba(244,238,226,0.06); margin-top: 8px; }
.artist-result .av { width: 42px; height: 42px; border-radius: 9px; flex: none; }

.switch-frag { width: 300px; text-align: center; }
.bigswitch { display: inline-flex; padding: 5px; border-radius: 100px; background: rgba(12,10,8,0.6); border: 1px solid var(--gold-line); margin: 6px 0 16px; }
.bigswitch span { font-size: 12px; font-weight: 600; padding: 9px 16px; border-radius: 100px; color: var(--grey); }
.bigswitch span.on { background: var(--tungsten); color: #1a1206; }

.evan-frag { width: min(560px, 100%); margin: 0 auto; }
.evan-spike { position: relative; height: 110px; margin-top: 14px; }
.evan-spike svg { width: 100%; height: 100%; overflow: visible; }
.evan-note { position: absolute; right: 10%; top: -2px; font-size: 10px; color: var(--tungsten); font-family: var(--mono); }
.evan-note::after { content: ""; position: absolute; left: 50%; top: 14px; width: 1px; height: 30px; background: var(--gold-line); }

/* ============================================================
   SHARED BENEFITS
   ============================================================ */
.benefits { padding: 130px 0 90px; }
.benefits .head { text-align: center; margin-bottom: 60px; }
.benefits .head h2 { font-size: clamp(34px, 4.6vw, 58px); margin: 14px auto 0; max-width: 18ch; }
.ben-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bcard {
  padding: 30px 26px; border-radius: 15px; position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(244,238,226,0.07);
  transition: transform 0.65s var(--ease), box-shadow 0.65s var(--ease), border-color 0.65s var(--ease);
}
.bcard:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -40px rgba(232,163,61,0.4); }
.bcard .licon { width: 26px; height: 26px; margin-bottom: 18px; }
.bcard h3 { font-family: var(--display); font-weight: 500; font-size: 20px; line-height: 1.16; margin: 0 0 10px; letter-spacing: -0.01em; }
.bcard p { margin: 0; font-size: 14px; color: var(--grey); line-height: 1.58; }
.bcard.feature { grid-column: span 2; background: linear-gradient(135deg, rgba(232,163,61,0.16), rgba(110,26,26,0.18)); border-color: rgba(232,163,61,0.4); }
.bcard.feature::after { content: ""; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(closest-side, rgba(244,200,121,0.25), transparent 70%); }
.bcard.feature .licon { stroke: var(--halo); }
.bcard.feature h3 { font-size: 24px; color: var(--cream); }
.bcard.feature p { color: rgba(244,238,226,0.82); }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how { padding: 120px 0 100px; }
.how .head { text-align: center; margin-bottom: 64px; }
.how .head h2 { font-size: clamp(34px, 4.6vw, 58px); margin: 0; }
.track { margin-bottom: 70px; }
.track-label { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 30px; }
.track-label .tl-badge { padding: 5px 11px; border-radius: 100px; border: 1px solid var(--gold-line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }
.steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 30px; height: 1px; background: rgba(244,238,226,0.08); z-index: 0; }
.steps .line-draw { position: absolute; left: 8%; top: 30px; height: 1px; width: 84%; transform-origin: left; background: linear-gradient(90deg, var(--tungsten), var(--gold)); z-index: 1; }
.js .steps .line-draw { transform: scaleX(0); transition: transform 1.4s var(--ease); }
.js .track.in .line-draw { transform: scaleX(1); }
.step { position: relative; z-index: 2; }
.step .num { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-size: 26px; color: var(--tungsten); background: var(--surface); border: 1px solid var(--gold-line); margin-bottom: 22px; }
.step h4 { font-family: var(--display); font-weight: 500; font-size: 22px; line-height: 1.14; margin: 0 0 10px; }
.step p { margin: 0; color: var(--grey); font-size: 15px; line-height: 1.58; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi { padding: 60px 0 130px; overflow: hidden; }
.testi .head { text-align: center; margin-bottom: 54px; }
.testi .head h2 { font-size: clamp(30px, 4vw, 50px); margin: 0 auto; max-width: 20ch; }
.testi-mask { position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.testi-track { display: flex; gap: 24px; width: max-content; animation: scrollx 46s linear infinite; }
.testi-mask:hover .testi-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .testi-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }
.tcard {
  width: 380px; flex: none; padding: 32px; border-radius: 16px;
  background: linear-gradient(165deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(244,238,226,0.08);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.tcard:hover { transform: translateY(-5px); box-shadow: 0 40px 80px -50px rgba(232,163,61,0.5); }
.tcard .stars { color: var(--tungsten); letter-spacing: 3px; font-size: 14px; margin-bottom: 18px; }
.tcard blockquote { margin: 0 0 22px; font-family: var(--display); font-weight: 400; font-size: 20px; line-height: 1.4; color: var(--cream); letter-spacing: -0.005em; }
.tcard .who { display: flex; align-items: center; gap: 12px; }
.tcard .who .av { width: 44px; height: 44px; border-radius: 50%; flex: none; }
.tcard .who .nm { font-size: 14px; font-weight: 600; }
.tcard .who .meta { font-size: 12px; color: var(--grey); }

@media (max-width: 900px) {
  .problem-grid { grid-template-columns: 1fr; }
  .ben-grid { grid-template-columns: 1fr 1fr; }
  .bcard.feature { grid-column: span 2; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .steps::before, .steps .line-draw { display: none; }
}
@media (max-width: 600px) {
  .ben-grid { grid-template-columns: 1fr; }
  .bcard.feature { grid-column: span 1; }
}
