/* Solmetex — Tier-1 custom polish for the single-screen brand landing.
   Loaded after swift.css + Style assets via SolmetexHeadInclude.cshtml. */

/* Brand bar (wordmark row) — the chrome-free landing leads with the wordmark. */
.sx-brandbar { padding-block: 1.25rem; }
.sx-brandbar img { height: 44px; width: auto; }

/* Hero: comfortable vertical rhythm, constrained copy width. */
.sx-hero .item_swift-v2_poster,
.sx-hero { padding-block: clamp(3rem, 8vw, 6rem); }
.sx-hero h1, .sx-hero .dw-h1 { letter-spacing: 0.3px; }
.sx-hero p.lead, .sx-hero .paragraph-container p { max-width: 46ch; }

/* Value-prop cards strip. */
.sx-props { padding-block: clamp(2.5rem, 6vw, 4rem); }
.sx-props .item_swift-v2_feature { height: 100%; }

/* Closing CTA band on teal. */
.sx-cta { padding-block: clamp(2.5rem, 6vw, 4rem); }

/* Footer-ish sign-off band. */
.sx-signoff { padding-block: 2rem; font-size: 0.9rem; }
.sx-signoff img { height: 34px; width: auto; }
