/* =====================================================================
   WarmStart — ad board + creative + Meta/Instagram feed mockup styles.
   Creatives are built at TRUE ad pixel dimensions and scaled to display
   via .creative-scale (transform), so a hi-res screenshot is upload-ready.
   Shared by WarmStart Ads.html and Startup Chores Ads.html.
   ===================================================================== */

.board { max-width: 1520px; margin: 0 auto; padding: 36px 34px 110px; }
.board-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--line-strong); margin-bottom: 14px; }
.board-head .targeting { display: grid; gap: 7px; max-width: 290px; }

.ad-section { margin-top: 54px; }
.ad-section > h2 { font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 5px; }
.ad-section.sans > h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.02em; }
.ad-section > .sub { font-family: var(--sans); font-size: 14.5px; color: var(--ink-soft); margin-bottom: 26px; max-width: 76ch; }

.angle-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 26px; margin-bottom: 22px; box-shadow: var(--sh-sm); }
.angle-label { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.angle-label .name { font-family: var(--sans); font-size: 15px; font-weight: 700; }
.lead-pill { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--ember); padding: 4px 11px; border-radius: 999px; }
.angle-grid { display: grid; grid-template-columns: auto auto 1fr; gap: 30px; align-items: start; }
.mock-label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 10px; }

.spec dt { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 5px; }
.spec dd { font-family: var(--sans); font-size: 13.5px; color: var(--ink); margin: 0 0 15px; line-height: 1.5; }
.spec dd.headline { font-weight: 700; }

.strip { display: flex; gap: 16px; overflow-x: auto; padding: 6px 2px 18px; }
.cap { font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); margin-top: 10px; line-height: 1.45; max-width: 232px; }
.cap b { color: var(--ink); }

/* ---- scaled creative wrapper ---- */
.creative-scale { position: relative; overflow: hidden; border-radius: 2px; flex: none; }
.creative-inner { position: absolute; top: 0; left: 0; transform-origin: top left; }

/* ---- the creative canvas (1080-based design) ---- */
.cr { position: absolute; inset: 0; display: flex; flex-direction: column; overflow: hidden; }
.cr.cream { background: var(--cream); color: var(--ink); }
.cr.dark { background: var(--coal); color: #EDE4D6; }
.cr-pad { padding: 84px; }
.cr-logo { display: flex; align-items: center; gap: 16px; }
.cr-logo .m { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; }
.cr-logo .w { font-family: var(--serif); font-size: 38px; font-weight: 600; letter-spacing: -.01em; }
.cr-eyebrow { font-family: var(--sans); font-size: 23px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.cr-h { font-family: var(--serif); font-weight: 600; letter-spacing: -.01em; line-height: 1.03; }
.cr-h.sans { font-family: var(--sans); font-weight: 800; letter-spacing: -.025em; }
.cr-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }

/* big chore row inside a creative */
.cr-chore { display: flex; align-items: center; gap: 24px; background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 26px 30px; }
.cr-chore .ci { width: 64px; height: 64px; border-radius: 16px; flex: none; display: grid; place-items: center; background: var(--ember-tint); color: var(--ember-deep); }
.cr-chore .cl { font-family: var(--sans); font-size: 30px; font-weight: 600; flex: 1; }
.cr-chore .ck { width: 48px; height: 48px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--green); color: #fff; }
.cr-chore.doing .ck { background: var(--ember-tint); color: var(--ember-deep); border: 2px dashed var(--ember); }

/* feed mockup */
.feed { width: 360px; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 40px -20px rgba(42,31,23,.3); border: 1px solid #ececec; font-family: var(--sans); }
.feed-head { display: flex; align-items: center; gap: 10px; padding: 11px 13px; }
.feed-head > div { min-width: 0; }
.feed-av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.feed-name { font-size: 13.5px; font-weight: 700; color: #1a1a1a; white-space: nowrap; }
.feed-spon { color: #385898; font-weight: 600; }
.feed-sub { font-size: 11.5px; color: #8a8a8a; }
.feed-primary { padding: 2px 13px 11px; font-size: 13.5px; color: #1a1a1a; line-height: 1.45; }
.feed-cta { display: flex; align-items: center; gap: 12px; padding: 12px 13px; background: #f7f8fa; border-top: 1px solid #eee; }
.feed-cta .url { font-size: 11px; color: #8a8a8a; text-transform: uppercase; letter-spacing: .03em; }
.feed-cta .hl { font-size: 14.5px; font-weight: 700; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feed-cta .ds { font-size: 12px; color: #8a8a8a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feed-cta button { flex: none; background: #e7e9ed; border: none; border-radius: 7px; padding: 9px 14px; font-size: 13.5px; font-weight: 700; color: #1a1a1a; cursor: pointer; }
.feed-actions { display: flex; gap: 16px; align-items: center; padding: 10px 13px 0; color: #262626; }
.feed-cap { padding: 8px 13px 14px; font-size: 13px; color: #262626; line-height: 1.45; }
.feed-likes { font-weight: 700; margin-bottom: 4px; }
.feed-igcta { margin-top: 11px; width: 100%; background: var(--ember); color: #fff; border: none; border-radius: 9px; padding: 11px; font-size: 14px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px; }

/* placeholder for footage we don't have */
.plate { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, #2a2018, #2a2018 18px, #322619 18px, #322619 36px); display: grid; place-items: center; }
.plate span { font-family: var(--mono); font-size: 22px; color: #C9A876; background: rgba(20,14,9,.7); padding: 12px 18px; border-radius: 10px; max-width: 78%; text-align: center; line-height: 1.4; }

@media (max-width: 1100px) { .angle-grid { grid-template-columns: 1fr 1fr; } .angle-grid .spec { grid-column: 1 / -1; } }
@media (max-width: 720px) { .angle-grid { grid-template-columns: 1fr; } .board { padding: 24px 18px 80px; } }
