/* Do Less Co — Ember design system · shared stylesheet */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Sora', sans-serif; background: #F6E7D8; }
#root { width: 100%; }

.orch {
  --coral: #E2552E;
  --coral-l: #F4A57E;
  --terra: #C24A29;
  --rust: #9E3415;
  --rust-d: #7E2A10;
  --clay: #F6E7D8;
  --clay-d: #EAD6BF;
  --sand: #EAD0B4;
  --ink: #3A1E12;
  --line: rgba(58,30,18,.14);
  font-family: 'Sora', sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}
.orch *, .orch *::before, .orch *::after { box-sizing: border-box; }
.e-page { background: #fff; width: 100%; overflow-x: hidden; }
.mono { font-family: 'Spline Sans Mono', monospace; }

.e-wrap { max-width: 1180px; margin: 0 auto; padding: 0 48px; width: 100%; }

/* ── brand atoms ── */
.e-logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 18px; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.e-mark { width: 22px; height: 22px; clip-path: polygon(0 0, 100% 0, 100% 100%); flex: 0 0 auto; }

/* ── buttons ── */
.e-btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Sora'; font-weight: 700; font-size: 15px; letter-spacing: -.01em; padding: 15px 26px; text-decoration: none; border: none; cursor: pointer; transition: transform .12s ease, background .15s ease, color .15s ease; }
.e-btn:active { transform: translateY(1px); }
.e-btn--sm { padding: 11px 18px; font-size: 14px; }
.e-btn--lg { padding: 18px 36px; font-size: 17px; }
.e-btn--coral { background: var(--coral); color: #fff; }
.e-btn--coral:hover { background: var(--terra); }
.e-btn--clay { background: var(--clay); color: var(--rust); }
.e-btn--clay:hover { background: #fff; }
.e-btn--ghost-light { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.5); }
.e-btn--ghost-light:hover { box-shadow: inset 0 0 0 2px #fff; }
.e-btn--ghost { background: transparent; color: var(--rust); box-shadow: inset 0 0 0 2px var(--rust); }
.e-btn--ghost:hover { background: var(--rust); color: #fff; }

/* ── kickers / tags ── */
.e-kicker { font-family: 'Spline Sans Mono', monospace; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); display: inline-flex; align-items: center; gap: 9px; }
.e-kicker::before { content: ''; width: 18px; height: 18px; background: currentColor; clip-path: polygon(0 0, 100% 0, 100% 100%); }
.e-kicker--coral { color: var(--coral); }
.e-kicker--coral-l { color: var(--coral-l); }
.e-tag { display: inline-block; background: var(--coral); color: #fff; font-weight: 700; font-size: 12px; letter-spacing: .04em; padding: 7px 14px; text-transform: uppercase; }
.e-tag--soft { background: var(--clay-d); color: var(--rust); }

/* ── nav ── */
.e-nav { position: sticky; top: 0; z-index: 50; background: var(--rust); }
.e-nav-inner { max-width: 1180px; margin: 0 auto; padding: 16px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.e-nav-links { display: flex; gap: 30px; }
.e-nav-links a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .15s; }
.e-nav-links a:hover, .e-nav-links a.active { color: #fff; }
.e-nav-links a.active { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 2px; text-decoration-color: var(--coral-l); }

/* ── hero ── */
.e-hero { background: var(--coral); color: #fff; position: relative; overflow: hidden; }
.e-hero-arc { position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: var(--terra); opacity: .5; }
.e-hero-tri { position: absolute; left: -60px; bottom: -100px; width: 320px; height: 320px; background: var(--rust); opacity: .35; clip-path: polygon(0 0, 100% 100%, 0 100%); }
.e-hero-grid { max-width: 1180px; margin: 0 auto; padding: 64px 48px 76px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.e-display { font-size: 76px; line-height: .94; font-weight: 800; letter-spacing: -.045em; margin-top: 22px; }
.e-lede { font-size: 19px; line-height: 1.6; max-width: 480px; margin-top: 24px; color: var(--clay); }
.e-cta-row { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.e-trust { display: flex; align-items: center; gap: 13px; margin-top: 36px; font-size: 14px; color: var(--clay); max-width: 440px; }
.e-faces { display: flex; flex: 0 0 auto; }
.e-faces span { width: 32px; height: 32px; border-radius: 50%; box-shadow: 0 0 0 2px var(--coral); }

.e-hero-art { position: relative; }
.e-hero-chip { position: absolute; left: -26px; bottom: 34px; background: var(--ink); color: #fff; padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.e-chip-num { font-size: 32px; font-weight: 800; letter-spacing: -.03em; color: var(--coral-l); }
.e-chip-lbl { font-size: 12.5px; line-height: 1.25; color: var(--clay); font-weight: 500; }

/* hero — events (copy only, no art) */
.e-hero-narrow { max-width: 720px; }

/* ── image placeholder ── */
.e-ph { width: 100%; display: flex; align-items: flex-end; padding: 16px; position: relative; overflow: hidden;
  background-color: var(--clay-d);
  background-image: repeating-linear-gradient(135deg, transparent 0 16px, rgba(58,30,18,.05) 16px 17px); }
.e-ph--dark { background-color: var(--rust-d); background-image: repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.06) 16px 17px); }
.e-ph--coral { background-color: var(--terra); background-image: repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.08) 16px 17px); }
.e-ph-cap { font-family: 'Spline Sans Mono', monospace; font-size: 12px; letter-spacing: .02em; color: rgba(58,30,18,.5); background: rgba(246,231,216,.7); padding: 5px 9px; }
.e-ph--dark .e-ph-cap, .e-ph--coral .e-ph-cap { color: rgba(255,255,255,.85); background: rgba(58,30,18,.28); }

/* ── bands ── */
.e-band { padding: 88px 0; background: #fff; position: relative; }
.e-band--clay { background: var(--clay); }
.e-band--coral { background: var(--coral); color: #fff; }
.e-band--ink { background: var(--ink); color: #fff; overflow: hidden; }

.e-sec-head { max-width: 680px; margin-bottom: 44px; }
.e-h2 { font-size: 48px; font-weight: 800; letter-spacing: -.04em; line-height: 1.02; color: var(--rust); margin-top: 16px; }

/* ── steps ── */
.e-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.e-card { background: #fff; padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 1px 0 var(--line); border-top: 4px solid var(--coral); }
.e-card-top { display: flex; align-items: center; justify-content: space-between; }
.e-step-num { font-size: 40px; font-weight: 800; letter-spacing: -.04em; color: var(--clay-d); }
.e-card-title { font-size: 24px; font-weight: 800; letter-spacing: -.025em; line-height: 1.1; color: var(--rust); }
.e-card-body { font-size: 15.5px; line-height: 1.6; color: var(--ink); opacity: .82; }

/* ── editorial ── */
.e-editorial { display: flex; flex-direction: column; gap: 72px; }
.e-edit-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.e-edit-row--rev .e-ph { order: 0; }
.e-h3 { font-size: 40px; font-weight: 800; letter-spacing: -.035em; line-height: 1.04; color: var(--rust); margin: 18px 0 14px; }
.e-body { font-size: 17px; line-height: 1.65; color: var(--ink); opacity: .84; max-width: 470px; }
.e-list { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.e-list li { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 500; }
.e-tick { width: 20px; height: 20px; background: var(--coral); flex: 0 0 auto; position: relative; }
.e-tick::after { content: ''; position: absolute; left: 7px; top: 4px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.e-link { display: inline-block; margin-top: 22px; color: var(--coral); font-weight: 700; font-size: 16px; text-decoration: none; }
.e-link:hover { color: var(--terra); }

/* ── testimonial ── */
.e-quote-wrap { max-width: 920px; text-align: center; margin: 0 auto; position: relative; }
.e-quote-mark { font-size: 120px; line-height: .6; font-weight: 800; color: rgba(255,255,255,.32); height: 60px; }
.e-quote { font-size: 34px; line-height: 1.34; font-weight: 600; letter-spacing: -.02em; margin-top: 8px; }
.e-quote-hi { color: var(--ink); }
.e-cite { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 32px; }
.e-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--coral-l); flex: 0 0 auto; }
.e-cite-name { font-weight: 800; font-size: 15px; text-align: left; }
.e-cite-role { font-size: 13px; opacity: .85; text-align: left; }

/* ── events list ── */
.e-events { display: flex; flex-direction: column; gap: 18px; }
.e-event { background: #fff; display: flex; align-items: center; gap: 34px; padding: 34px 38px; box-shadow: 0 1px 0 var(--line); border-left: 4px solid var(--coral); }
.e-event-date { width: 80px; height: 80px; background: var(--rust); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 auto; clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%); }
.e-event-date .m { font-family: 'Spline Sans Mono', monospace; font-size: 12px; font-weight: 500; letter-spacing: .14em; opacity: .85; }
.e-event-date .d { font-size: 32px; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.e-event-main { flex: 1; min-width: 0; }
.e-event-title { font-size: 23px; font-weight: 800; letter-spacing: -.025em; color: var(--rust); line-height: 1.1; }
.e-event-where { font-size: 14.5px; opacity: .72; margin-top: 6px; }
.e-event-side { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; flex: 0 0 auto; }
.e-fmt { font-family: 'Spline Sans Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; white-space: nowrap; }
.e-fmt--person { background: var(--coral); color: #fff; }
.e-fmt--webinar { background: var(--ink); color: var(--clay); }

/* ── notify form (events) ── */
.e-notify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.e-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.e-chip { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; color: var(--rust); background: #fff; box-shadow: inset 0 0 0 2px var(--clay-d); padding: 11px 16px; cursor: pointer; user-select: none; display: inline-flex; align-items: center; gap: 9px; transition: background .15s, color .15s, box-shadow .15s; }
.e-chip .dot { width: 14px; height: 14px; background: transparent; box-shadow: inset 0 0 0 2px var(--clay-d); flex: 0 0 auto; position: relative; }
.e-chip.on { background: var(--coral); color: #fff; box-shadow: inset 0 0 0 2px var(--coral); }
.e-chip.on .dot { background: #fff; box-shadow: none; }
.e-chip.on .dot::after { content: ''; position: absolute; left: 5px; top: 2px; width: 3px; height: 7px; border: solid var(--coral); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* ── final CTA + form ── */
.e-cta-tri { position: absolute; right: -80px; bottom: -80px; width: 360px; height: 360px; background: var(--rust); opacity: .4; clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.e-final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.e-cta-h { font-size: 52px; font-weight: 800; letter-spacing: -.045em; line-height: 1.0; margin: 16px 0 16px; }
.e-cta-sub { font-size: 18px; line-height: 1.6; color: var(--clay); max-width: 480px; }
.e-final-list { list-style: none; margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.e-final-list li { display: flex; align-items: center; gap: 12px; font-size: 15.5px; font-weight: 500; color: var(--clay); }
.e-fine { font-family: 'Spline Sans Mono', monospace; font-size: 12.5px; color: rgba(246,231,216,.6); margin-top: 20px; }

.e-form-card { background: var(--clay); padding: 32px; }
.e-form { display: flex; flex-direction: column; gap: 18px; }
.e-field { display: flex; flex-direction: column; gap: 8px; }
.e-field-label { font-size: 14px; font-weight: 700; letter-spacing: -.01em; color: var(--rust); }
.e-input { font-family: 'Sora', sans-serif; font-size: 15px; color: var(--ink); background: #fff; border: none; box-shadow: inset 0 0 0 2px var(--clay-d); padding: 13px 14px; outline: none; transition: box-shadow .15s; }
.e-input::placeholder { color: rgba(58,30,18,.4); }
.e-input:focus { box-shadow: inset 0 0 0 2px var(--coral); }
.e-form-submit { justify-content: center; margin-top: 4px; }
.e-form-note { font-family: 'Spline Sans Mono', monospace; font-size: 12px; color: rgba(58,30,18,.55); text-align: center; }

.e-form--done { align-items: center; text-align: center; padding: 28px 12px; gap: 14px; }
.e-form-tick { width: 46px; height: 46px; background: var(--coral); position: relative; flex: 0 0 auto; }
.e-form-tick::after { content: ''; position: absolute; left: 17px; top: 11px; width: 11px; height: 20px; border: solid #fff; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.e-form-done-h { font-size: 24px; font-weight: 800; letter-spacing: -.025em; color: var(--rust); }
.e-form-done-p { font-size: 15px; line-height: 1.55; color: var(--ink); opacity: .8; max-width: 320px; }

/* ── invite callout (full-bleed coral band) ── */
.e-invite-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; z-index: 2; }
.e-invite-arc { position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: var(--terra); opacity: .45; }
.e-invite-h { font-size: 34px; font-weight: 800; letter-spacing: -.03em; line-height: 1.08; }
.e-invite-p { font-size: 16px; line-height: 1.5; color: var(--clay); margin-top: 8px; max-width: 480px; }

/* ── footer ── */
.e-footer { background: var(--rust-d); color: #fff; padding: 56px 0 32px; }
.e-footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
.e-foot-tag { font-size: 22px; font-weight: 700; letter-spacing: -.025em; margin-top: 16px; color: var(--clay); }
.e-foot-site { font-family: 'Spline Sans Mono', monospace; font-size: 14px; color: var(--coral-l); margin-top: 10px; display: inline-block; }
.e-foot-cols { display: flex; gap: 64px; }
.e-foot-h { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .55; margin-bottom: 14px; }
.e-foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.e-foot-col a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 14.5px; }
.e-foot-col a:hover { color: #fff; }
.e-foot-base { display: flex; justify-content: space-between; margin-top: 24px; font-family: 'Spline Sans Mono', monospace; font-size: 12.5px; color: rgba(255,255,255,.55); flex-wrap: wrap; gap: 10px; }

/* ── responsive ── */
@media (max-width: 920px) {
  .e-hero-grid, .e-edit-row, .e-edit-row--rev, .e-final-grid, .e-notify-grid { grid-template-columns: 1fr; }
  .e-hero-art { order: -1; }
  .e-edit-row--rev .e-ph { order: -1; }
  .e-steps { grid-template-columns: 1fr; }
  .e-nav-links { display: none; }
  .e-display { font-size: 56px; }
  .e-h2, .e-cta-h { font-size: 40px; }
  .e-event { flex-wrap: wrap; gap: 16px; }
  .e-event-main { flex-basis: 60%; }
}
