:root { color-scheme: light; --ink: #241b37; --paper: #fffdf7; --coral: #ffb398; --lime: #d7f579; --blue: #3b48dc; }
* { box-sizing: border-box; }
html { font-size: 16px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.masthead, .coming-soon, footer { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.masthead { display: flex; align-items: center; justify-content: space-between; padding-block: 30px; }
.wordmark { text-decoration: none; }
.setfolios-logo { --logo-height: 52px; --logo-name-width: 185px; display: inline-flex; flex-shrink: 0; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 12px; background: #fbf8f3; vertical-align: middle; }
/* Two viewports of the owner's original PNG preserve its exact symbol and lettering. */
.setfolios-logo__symbol { display: block; height: var(--logo-height); aspect-ratio: 464 / 696; background: url('/assets/setfolios-logo.png') no-repeat; background-size: 270.2586% 180.1724%; background-position: 49.3671% 23.6559%; }
.setfolios-logo__name { display: block; width: var(--logo-name-width); aspect-ratio: 880 / 191; background: url('/assets/setfolios-logo.png') no-repeat; background-size: 142.5% 656.5445%; background-position: 53.4759% 78.1749%; }
.wordmark:focus-visible { outline: 3px solid var(--blue); outline-offset: 8px; border-radius: 3px; }
.masthead-note { font-size: 14px; margin: 0; letter-spacing: .035em; }
.coming-soon { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 48px; padding-block: 56px 76px; min-height: min(730px, calc(100svh - 200px)); }
.intro { min-width: 0; padding-bottom: 15px; }
.launch-label { display: inline-flex; margin: 0 0 26px; padding: 10px 19px; border: 1px solid #bcd454; border-radius: 999px; background: linear-gradient(145deg, #f2ffc4, #d0f261); box-shadow: inset 0 1px 0 #fff, 0 4px 14px #60762a0a; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
h1 { margin: 0; font-family: 'Space Grotesk', Arial, sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.5rem); line-height: 1.06; letter-spacing: -.06em; font-weight: 600; text-wrap: balance; }
h1 strong { color: var(--blue); font-weight: 700; }
.description { max-width: 470px; margin: 28px 0 0; font-size: 19px; line-height: 1.6; color: #51475e; }
.description strong, .description em { color: var(--ink); }
.closing-line { margin: 26px 0 0; font-size: 15px; font-weight: 600; line-height: 1.6; }
.scene { position: relative; min-width: 0; margin: 0; padding: 20px 0; }
.scene-frame { position: relative; height: clamp(400px, 39vw, 545px); padding: 12px; border-radius: 130px 22px 24px 22px; background: linear-gradient(135deg, #a5a6ff 0%, #4a50e8 35%, #3c36ba 80%, #8579e4 100%); box-shadow: inset 0 2px 0 #ffffff80, 0 24px 50px #3a2b5b1a; transform: rotate(2deg); }
.scene-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 46% center; border-radius: 120px 13px 15px 13px; }
.scene-frame::after { content: ''; position: absolute; inset: 12px; border-radius: 120px 13px 15px 13px; background: linear-gradient(180deg, transparent 56%, #171028b3); pointer-events: none; }
.scene-caption { position: absolute; z-index: 1; inset: auto 36px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; font-size: 16px; font-weight: 500; }
.scene-caption span:last-child { font-size: 37px; }
.scene-sticker { position: absolute; right: -12px; top: -5px; display: grid; align-content: center; width: 130px; aspect-ratio: 1; border-radius: 50%; text-align: center; font-family: 'Space Grotesk', Arial, sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -.06em; line-height: 1.08; color: #4a242e; background: radial-gradient(circle at 30% 18%, #ffeed6, #ffc0a2 55%, #ed987d); border: 1px solid #fff5dd; box-shadow: 0 8px 20px #371c271f, inset 0 2px 0 #fff5; transform: rotate(11deg); }
.scene-footnote { margin: 26px 0 0; text-align: center; font-size: 13px; color: #63556d; letter-spacing: .04em; }
.creative-line { display: flex; justify-content: center; padding: 36px 24px; background: linear-gradient(105deg, #e4dfff, #f2e6f8 50%, #ffe5d8); border-block: 1px solid #241b3712; font-family: 'Space Grotesk', Arial, sans-serif; font-size: 24px; line-height: 1.4; letter-spacing: -.035em; text-align: center; }
.creative-line p { max-width: 900px; margin: 0; text-wrap: balance; }
.creative-line strong { font-weight: 600; }
footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 27px; font-size: 12px; color: #665a70; }
@media (min-width: 1500px) { .coming-soon { padding-block: 70px 90px; } }
@media (max-width: 1000px) {
  .masthead, .coming-soon, footer { width: calc(100% - 64px); }
  .coming-soon { gap: 30px; padding-block: 44px 52px; }
  h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); }
  .description { font-size: 17px; }
  .scene-frame { height: 440px; border-top-left-radius: 100px; }
  .scene-frame img, .scene-frame::after { border-top-left-radius: 90px; }
  .scene-sticker { width: 105px; font-size: 21px; }
  .scene-caption { inset-inline: 27px; font-size: 14px; }
  .creative-line { font-size: 22px; }
}
@media (max-width: 680px) {
  .masthead, .coming-soon, footer { width: calc(100% - 40px); }
  .masthead { padding-block: 22px; }
  .setfolios-logo { --logo-height: 44px; --logo-name-width: 140px; gap: 8px; padding: 7px 8px; }
  .masthead-note { max-width: 80px; font-size: 12px; line-height: 1.5; text-align: right; }
  .coming-soon { display: flex; flex-direction: column; gap: 40px; padding-block: 32px 36px; }
  .intro { width: 100%; padding-bottom: 0; }
  .launch-label { margin-bottom: 22px; font-size: 12px; }
  h1 { font-size: clamp(2.2rem, 9.1vw, 3.8rem); line-height: 1.08; }
  .description { max-width: 480px; margin-top: 22px; font-size: 17px; }
  .closing-line { margin-top: 20px; font-size: 14px; }
  .scene { width: calc(100% - 14px); padding-top: 18px; padding-bottom: 0; }
  .scene-frame { height: clamp(350px, 92vw, 510px); padding: 9px; border-top-left-radius: 110px; }
  .scene-frame img, .scene-frame::after { border-top-left-radius: 103px; }
  .scene-frame::after { inset: 9px; }
  .scene-sticker { right: -10px; top: -7px; width: 108px; font-size: 22px; }
  .scene-caption { inset: auto 26px 26px; font-size: 14px; }
  .scene-footnote { margin-top: 24px; font-size: 12px; }
  .creative-line { padding: 30px 24px; font-size: 20px; }
  footer { padding-block: 24px; font-size: 12px; }
}
@media (prefers-reduced-motion: no-preference) {
  .intro, .scene { animation: arrive .65s ease-out both; }
  .scene { animation-delay: .1s; }
  @keyframes arrive { from { opacity: 0; translate: 0 10px; } to { opacity: 1; translate: 0 0; } }
}
