/*
 * SWYFT / STUDIO — quiet confidence, precise interfaces, human expertise.
 * Scoped to the opt-in WordPress Studio template. No legacy page overrides.
 * Official colours remain #008AFF / #52DDF6; darker link blue meets contrast.
 */
.swyft-studio {
  --s2-ink: #14212b;
  --s2-muted: #576570;
  --s2-subtle: #66747f;
  --s2-line: #dde4e9;
  --s2-paper: #f5f7f9;
  --s2-navy: #0b1722;
  --s2-blue: #008aff;
  --s2-cyan: #52ddf6;
  --s2-link: #0065ad;
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--s2-ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.swyft-studio *, .swyft-studio *::before, .swyft-studio *::after { box-sizing: border-box; }
.swyft-studio [hidden] { display: none !important; }
.swyft-studio :where(h1, h2, h3, h4, p, figure, ul, ol, dl, dd) { margin: 0; }
.swyft-studio :where(h1, h2, h3, h4) { color: var(--s2-ink); font-family: inherit; font-weight: 600; }
.swyft-studio h1 { font-size: clamp(44px, 5.3vw, 78px); line-height: 1.075; letter-spacing: -.055em; }
.swyft-studio h2 { font-size: clamp(34px, 3.35vw, 48px); line-height: 1.12; letter-spacing: -.047em; }
.swyft-studio h3 { font-size: 27px; line-height: 1.22; letter-spacing: -.035em; }
.swyft-studio p { color: var(--s2-muted); }
.swyft-studio a { color: inherit; text-decoration: none; }
.swyft-studio button, .swyft-studio input { font: inherit; }
.swyft-studio button { color: inherit; cursor: pointer; }
.swyft-studio button { appearance: none; border: 0; border-radius: 0; background: none; }
.swyft-studio img { display: block; max-width: 100%; height: auto; }
.swyft-studio :where(ul, ol) { padding: 0; list-style: none; }
.swyft-studio summary { cursor: pointer; list-style: none; }
.swyft-studio summary::-webkit-details-marker { display: none; }
.swyft-studio :focus-visible { outline: 3px solid #008aff; outline-offset: 5px; }
.swyft-studio ::selection { background: #d8f3fc; color: #14212b; }
.swyft-studio [id] { scroll-margin-top: 108px; }
.s2-shell { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.s2-main:focus { outline: none; }
.s2-section { padding: 104px 0; }
.s2-section-heading { margin-bottom: 44px; }
.s2-section-heading > p:not(.s2-eyebrow) { margin-top: 20px; }
.s2-section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.s2-section-heading--split > p { flex: 0 1 355px; max-width: 390px; font-size: 15px; line-height: 1.8; }
.s2-section-heading--split > .s2-text-link { flex-shrink: 0; margin-bottom: 3px; }
.s2-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7.2vw, 104px); align-items: center; }
.s2-split > *, .s2-history-layout > *, .s2-people-layout > * { min-width: 0; }
.s2-split > div > p:not(.s2-eyebrow), .s2-history-copy > p:not(.s2-eyebrow) { margin-top: 20px; }
.swyft-studio .s2-lead { font-size: 19px; line-height: 1.65; color: #374854; }
.swyft-studio .s2-eyebrow, .swyft-studio .s2-mini-label { font-family: 'Inter', sans-serif; font-size: 10px; line-height: 1.5; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; color: #556773; }
.swyft-studio .s2-eyebrow { margin-bottom: 22px; }
.swyft-studio .s2-section-note { font-size: 11px; line-height: 1.8; margin-top: 20px; max-width: 900px; color: #62717c; }
.s2-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px !important; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.swyft-studio:not(.s2-js) .s2-js-only { display: none !important; }
.s2-native-dialogs .s2-review-fallback { display: none; }
.s2-skip { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 22px; background: #fff; border: 2px solid var(--s2-blue); border-radius: 6px; transform: translateY(-160%); }
.s2-skip:focus { transform: none; }

/* Shared actions. Dark primary, cyan on dark, accessible blue for text links. */
.swyft-studio .s2-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 550; line-height: 1.5; text-align: center; transition: background .18s, border-color .18s, box-shadow .18s; }
.s2-button > span[aria-hidden] { font-size: 19px; line-height: 1; font-weight: 400; }
.swyft-studio .s2-button--dark { background: #14212b; color: #fff; border-color: #14212b; }
.swyft-studio .s2-button--dark:hover { background: #263d50; border-color: #263d50; box-shadow: 0 4px 15px #14212b15; }
.swyft-studio .s2-button--light { background: #fff; color: #14212b; border-color: #cdd8df; }
.swyft-studio .s2-button--light:hover { background: #f1f6f9; border-color: #8babbf; }
.swyft-studio .s2-button--blue { background: #52ddf6; color: #092c40; border-color: #52ddf6; }
.swyft-studio .s2-button--blue:hover { background: #9aebf8; border-color: #9aebf8; }
.swyft-studio .s2-button--text { color: #243c4b; padding-inline: 10px; background: transparent; }
.swyft-studio .s2-button--text:hover { color: var(--s2-link); background: #f4f8fb; }
.swyft-studio .s2-text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; font-size: 13px; font-weight: 550; color: #1c415b; }
.s2-text-link > span { font-size: 20px; font-weight: 400; }
.swyft-studio .s2-text-link:hover { color: var(--s2-link); text-decoration: underline; text-underline-offset: 5px; }
.s2-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; font-size: 26px !important; line-height: 1; border: 1px solid var(--s2-line) !important; border-radius: 50% !important; }
.s2-icon-button:hover { background: #eaf3f9; }
.s2-inline-links { display: flex; gap: 32px; flex-wrap: wrap; }
.s2-blue-dot { width: 6px; height: 6px; background: #008aff; border-radius: 50%; display: inline-block; }

/* Official logo is unmodified; this viewport removes empty SVG artboard margins. */
.s2-logo { position: relative; display: block; width: 162px; height: 44px; overflow: hidden; flex-shrink: 0; }
.swyft-studio .s2-logo img { position: absolute; top: -24px; left: -17px; width: 197px; max-width: none; height: auto; }
.s2-header { position: sticky; top: 0; z-index: 80; background: #ffffffed; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid #e4e9ed; }
.s2-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.s2-desktop-nav { display: flex; align-items: center; gap: 27px; }
.s2-desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; position: relative; font-size: 12px; font-weight: 500; color: #344651; white-space: nowrap; }
.s2-desktop-nav a:hover, .s2-desktop-nav a[aria-current] { color: #0065ad; }
.s2-desktop-nav a[aria-current]::after { position: absolute; bottom: 2px; height: 2px; left: 0; right: 0; background: #008aff; content: ''; }
.s2-header-actions { display: flex; align-items: center; gap: 15px; }
.s2-header-actions .s2-button { min-height: 43px; padding: 10px 17px; gap: 18px; font-size: 12px; }
.s2-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.s2-menu-toggle span { display: block; width: 23px; height: 1.5px; background: #152d3b; }
.s2-mobile-fallback { display: none; }
.s2-header.is-scrolled { box-shadow: 0 4px 24px #10273709; }
.swyft-studio.admin-bar .s2-header { top: 32px; }

/* Homepage opening: typography first, then a crisp, genuinely interactive system. */
.s2-hero { padding: 72px 0 54px; text-align: center; }
.swyft-studio .s2-hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 25px; font-size: 10px; }
.s2-home-hero h1 > span { color: #627581; }
.swyft-studio .s2-hero-description { max-width: 635px; margin: 25px auto 0; font-size: 18px; line-height: 1.75; }
.s2-hero-actions { display: flex; align-items: center; justify-content: center; gap: 19px; margin-top: 28px; }
.swyft-studio .s2-hero-reassurance { font-size: 11px; margin-top: 17px; color: #62717c; }
.s2-hero-workspace { margin-top: 52px; text-align: left; }
.s2-workspace { overflow: hidden; border: 1px solid #d9e3ea; border-radius: 13px; background: #fff; text-align: left; box-shadow: 0 16px 54px -30px #15395225; }
.s2-workspace-bar { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 49px; padding: 10px 26px; border-bottom: 1px solid #e4ebf0; background: #fafcfd; }
.s2-workspace-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 9px; font-weight: 600; letter-spacing: .13em; color: #4b626f; }
.s2-window-mark { font-size: 16px; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #cbdde9; border-radius: 5px; color: #0065ad; background: white; }
.s2-demo-label { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; color: #4f6778; line-height: 1.5; }
.s2-status-dot { display: inline-block; width: 5px; height: 5px; background: #40886f; border-radius: 50%; }
.s2-workflow-tabs { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 18px 22px 0; }
.s2-workflow-tabs a { display: flex; gap: 9px; align-items: center; justify-content: center; min-height: 42px; padding: 9px 15px; border: 1px solid transparent; border-radius: 6px; color: #5c6c77; font-size: 11px; font-weight: 500; }
.s2-workflow-tabs a:hover { background: #f4f8fb; }
.s2-workflow-tabs a[aria-selected='true'] { color: #15547e; background: #eef7fe; border-color: #d3e7f7; }
.s2-tab-code { font-size: 8px; letter-spacing: .03em; border: 1px solid #c5d7e3; border-radius: 4px; width: 23px; height: 22px; display: grid; place-items: center; }
.s2-workflow-panel { display: grid; grid-template-columns: 1fr .93fr 1fr; gap: 55px; align-items: center; padding: 26px 32px 32px; }
.s2-workflow-panel > * { min-width: 0; }
.s2-workflow-panel + .s2-workflow-panel { border-top: 1px solid #e7eef3; }
.swyft-studio .s2-step-label { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 11px; color: #354a58; line-height: 1.4; }
.s2-step-label > span { font-size: 8px; color: #0065ad; letter-spacing: .05em; }
.s2-source-card { background: #fcfdfe; border: 1px solid #dae4eb; border-radius: 8px; padding: 15px 18px 16px; }
.s2-source-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.s2-source-card .s2-mini-label { font-size: 8px; letter-spacing: .08em; }
.s2-document-icon { font-size: 19px; line-height: 1; color: #617783; }
.s2-source-title { display: block; font-size: 13px; line-height: 1.45; font-weight: 600; }
.s2-source-detail { display: block; margin-top: 5px; font-size: 8px; line-height: 1.6; color: #597180; }
.s2-source-amount { display: block; margin-top: 14px; font-size: 22px; line-height: 1.3; font-weight: 550; letter-spacing: -.04em; }
.s2-source-fields { border-top: 1px solid #e1e9ee; margin-top: 13px; padding-top: 10px; display: grid; gap: 3px; }
.s2-source-fields span { font-size: 9px; color: #5b7280; }
.s2-workflow-engine { position: relative; padding-top: 18px; text-align: center; }
.s2-netsuite-node { display: flex; flex-direction: column; align-items: center; }
.s2-netsuite-node .s2-mini-label { font-size: 8px; }
.s2-netsuite-node > strong { font-size: 31px; line-height: 1.45; letter-spacing: -.055em; font-weight: 600; }
.s2-netsuite-node > span:last-child { color: #5a7281; font-size: 10px; }
.s2-engine-bridge { display: block; width: 1px; height: 24px; background: #bbd6e8; margin: 7px auto 0; }
.s2-agent-node { position: relative; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 14px 11px; border: 1px solid #b8d9f1; border-radius: 8px; background: #eff7fe; text-align: left; }
.s2-agent-node .s2-mini-label { font-size: 7px; display: block; letter-spacing: .1em; color: #397293; }
.s2-agent-node strong { font-size: 11px; font-weight: 550; display: block; margin-top: 3px; white-space: normal; }
.s2-agent-spark { color: #0075c4; font-size: 26px; line-height: 1; flex-shrink: 0; }
.swyft-studio .s2-workflow-engine > p { margin-top: 11px; font-size: 8px; color: #526e80; }
.s2-connector { position: absolute; height: 1px; width: 42px; top: 53%; background: #abcde5; }
.s2-connector::after { position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-right: 1px solid #76aace; border-top: 1px solid #76aace; transform: rotate(45deg); content: ''; }
.s2-connector--left { left: -48px; }
.s2-connector--right { right: -48px; }
.s2-agent-checks { display: grid; gap: 0; margin: 4px 0 13px !important; }
.s2-agent-checks li { display: flex; align-items: center; gap: 10px; min-height: 41px; border-bottom: 1px solid #e8edf1; font-size: 11px; color: #45616f; }
.s2-agent-checks li > span { display: grid; place-items: center; width: 17px; height: 17px; background: #eff7f3; color: #24765a; border-radius: 50%; font-size: 9px; flex-shrink: 0; }
.s2-approval-card { display: flex; align-items: center; gap: 11px; background: #f0f8f7; border: 1px solid #d3e8e3; border-radius: 7px; padding: 11px 13px; }
.s2-approval-symbol { display: grid; place-items: center; width: 26px; height: 26px; flex-shrink: 0; color: #23765c; border: 1px solid #c1dbd1; border-radius: 6px; font-size: 17px; }
.s2-approval-card strong { display: block; font-size: 11px; font-weight: 550; }
.s2-approval-card div > span { display: block; font-size: 8px; color: #376455; margin-top: 3px; }
.s2-workspace-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #e5ecf1; padding: 13px 27px; background: #fcfdfe; color: #47626f; font-size: 9px; }
.s2-workspace-footer > span:first-child { display: flex; align-items: center; gap: 8px; }
.s2-control-dot { display: inline-block; height: 5px; width: 5px; background: #2d8067; border-radius: 50%; }
.s2-proof-strip { border-block: 1px solid #e4e9ed; }
.s2-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 28px; }
.s2-proof-grid > div { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 5px 24px; border-right: 1px solid #e2e9ed; }
.s2-proof-grid > div:first-child { justify-content: flex-start; padding-left: 0; }
.s2-proof-grid > div:last-child { border: 0; justify-content: flex-end; padding-right: 0; }
.s2-proof-grid strong { font-size: 18px; line-height: 1.4; letter-spacing: -.04em; font-weight: 550; }
.s2-proof-grid > div:first-child strong { font-size: 40px; }
.s2-proof-grid span { font-size: 10px; line-height: 1.75; color: #526774; }

/* Recognition and expertise. */
.s2-recognition { padding-block: 96px; }
.s2-recognition h2 { font-size: clamp(40px, 3.7vw, 53px); }
.s2-friction-list { border-top: 1px solid #d8e2e9; }
.s2-friction-list > div { display: flex; align-items: center; gap: 23px; min-height: 108px; border-bottom: 1px solid #d8e2e9; font-size: 18px; color: #61717e; line-height: 1.6; }
.s2-friction-number { font-size: 10px; color: #3c6d8c; align-self: flex-start; margin-top: 31px; }
.s2-friction-list strong { font-weight: 550; color: #1d3341; }
.s2-friction-arrow { margin-left: auto; color: #7791a4; font-size: 23px; }
.s2-expertise { background: #f6f8fa; border-block: 1px solid #edf0f2; }
.s2-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.s2-service-card { background: #fff; padding: 29px; border: 1px solid #e0e7ec; border-radius: 10px; display: flex; flex-direction: column; }
.s2-service-card--ai { background: #edf6fd; border-color: #d5e5f1; }
.s2-service-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 36px; }
.s2-service-card-top .s2-mini-label { font-size: 8px; }
.s2-service-symbol { font-size: 23px; width: 43px; height: 43px; border: 1px solid #dce7ed; border-radius: 10px; display: grid; place-items: center; color: #1475af; }
.s2-service-card h3 { font-size: 27px; margin-bottom: 20px; }
.s2-service-card p { font-size: 13px; line-height: 1.8; }
.s2-service-card ul { display: grid; gap: 8px; font-size: 11px; color: #49616e; margin-top: 22px; margin-bottom: 26px; }
.s2-service-card li::before { content: '+'; color: #3c8cbc; margin-right: 9px; }
.s2-service-card .s2-text-link { margin-top: auto; padding-top: 20px; border-top: 1px solid #dee8ee; font-size: 12px; justify-content: space-between; gap: 8px; }

/* Business economics without invented savings metrics. */
.s2-comparison-intro { text-align: center; max-width: 900px; margin-inline: auto; margin-bottom: 46px; }
.s2-comparison-intro h2 > span { color: #697b87; }
.s2-comparison { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; max-width: 1050px; margin: 0 auto; }
.s2-comparison-column { padding: 37px 40px; border-radius: 11px; }
.s2-comparison-column h3 { font-size: 31px; line-height: 1.2; margin: 22px 0 23px; }
.s2-comparison-traditional { background: #f3f5f7; border: 1px solid #e5eaee; }
.s2-comparison-column li { min-height: 50px; padding: 11px 0; border-bottom: 1px solid #dce4ea; font-size: 12px; display: flex; align-items: center; gap: 14px; color: #526775; }
.s2-comparison-column li > span { font-size: 13px; flex-shrink: 0; }
.s2-comparison-column li:last-child { border: 0; }
.s2-comparison-swyft { background: #112431; border: 1px solid #112431; color: white; }
.s2-comparison-swyft h3 { color: white; }
.s2-comparison-swyft .s2-mini-label { color: #83cee6; }
.s2-comparison-swyft li { color: #d1dfe8; border-color: #2c414e; }
.s2-comparison-swyft li > span { color: #65d5ec; }
.s2-comparison-signoff { display: flex; align-items: center; gap: 14px; justify-content: space-between; border-top: 1px solid #355563; margin-top: 14px; padding-top: 23px; font-size: 11px; color: #a6d9e8; }
.s2-comparison-signoff > span { font-size: 22px; }
.s2-comparison-section .s2-section-note { max-width: 1050px; margin-inline: auto; }

/* The signature night-shift motif — no holograms, just accountable work. */
.s2-night-feature, .s2-night-section { background: #0b1722; color: #fff; padding-block: 103px; }
.s2-night-feature h2 { font-size: clamp(43px, 4.5vw, 63px); color: #f7fbfd; line-height: 1.075; }
.s2-night-feature h2 > span, .s2-night-section h2 > span { color: #6bd5e9; }
.s2-night-feature .s2-eyebrow, .s2-night-section .s2-eyebrow { color: #94b8cb; }
.swyft-studio .s2-night-feature-copy > p:not(.s2-eyebrow) { color: #b1c4d2; max-width: 390px; font-size: 15px; }
.swyft-studio .s2-night-feature-copy > .s2-night-human { color: #ecf5fa; font-size: 13px; margin-bottom: 30px; }
.s2-night-compact { border: 1px solid #2b3e4b; background: #10212e; border-radius: 11px; padding: 24px 28px; }
.s2-night-compact-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid #2b4352; }
.s2-night-compact-top .s2-mini-label { color: #98b9cc; font-size: 8px; }
.s2-always-on { color: #a7dbdd; font-size: 9px; display: flex; align-items: center; gap: 7px; }
.s2-always-on > span { height: 5px; width: 5px; border-radius: 50%; background: #72d7bd; }
.s2-night-compact ol { position: relative; padding-block: 13px; }
.s2-night-compact ol::before { content: ''; position: absolute; left: 117px; top: 62px; bottom: 62px; width: 1px; background: #3b6277; }
.s2-night-compact li { position: relative; display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 32px; min-height: 107px; }
.s2-night-time { font-variant-numeric: tabular-nums; font-size: 28px; font-weight: 450; letter-spacing: -.04em; white-space: nowrap; }
.s2-night-time small { font-size: 9px; margin-left: 3px; color: #92b4c8; font-weight: 400; letter-spacing: 0; }
.s2-night-compact li strong { font-size: 12px; display: block; font-weight: 550; }
.s2-night-compact li div > span { display: block; color: #a9bdcb; font-size: 10px; margin-top: 5px; }
.s2-timeline-point { position: absolute; width: 7px; height: 7px; border-radius: 50%; border: 1px solid #84cee8; background: #163347; left: 114px; top: calc(50% - 3px); }
.s2-night-compact li:last-child .s2-timeline-point { background: #74daf1; }
.s2-night-compact-bottom { border-top: 1px solid #2b4352; padding-top: 21px; font-size: 11px; color: #a8c1d0; display: flex; gap: 10px; }
.s2-night-compact-bottom > span { color: #78dcb9; }

/* Published case evidence — a varied editorial rhythm, not a logo wall. */
.s2-featured-case { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 43px 46px; background: #f4f8fb; border: 1px solid #dce7ef; border-radius: 12px; }
.s2-featured-case h3 { font-size: 34px; margin: 22px 0 20px; }
.s2-featured-case p { font-size: 14px; line-height: 1.8; }
.s2-case-outcome { border-left: 2px solid #008aff; padding-left: 16px; margin: 23px 0 17px; }
.s2-case-outcome strong { display: block; font-size: 15px; font-weight: 550; }
.s2-case-outcome > span { display: block; font-size: 11px; color: #5c7585; margin-top: 3px; }
.s2-case-process { padding: 29px 20px; text-align: center; border: 1px solid #d6e4ed; border-radius: 9px; background-color: #fbfdff; background-image: linear-gradient(#dce7ee55 1px, transparent 1px), linear-gradient(90deg, #dce7ee55 1px, transparent 1px); background-size: 28px 28px; }
.s2-case-process .s2-mini-label { font-size: 8px; }
.s2-case-inputs { display: flex; gap: 7px; justify-content: center; margin-top: 25px; }
.s2-case-inputs span { font-size: 9px; padding: 7px 9px; background: #fff; border: 1px solid #d4e3ed; border-radius: 4px; }
.s2-case-process-line { color: #6b9fbd; font-size: 21px; line-height: 1.3; height: 38px; display: grid; place-items: center; }
.s2-case-engine { display: flex; align-items: center; justify-content: center; gap: 17px; max-width: 240px; margin-inline: auto; padding: 20px 18px; border: 1px solid #bfdaec; border-radius: 8px; background: #eaf6ff; box-shadow: 0 4px 20px #2e689e0a; }
.s2-case-engine > span { font-family: Georgia, serif; font-size: 33px; color: #0877b7; }
.s2-case-engine strong { font-size: 13px; line-height: 1.5; font-weight: 550; text-align: left; }
.s2-case-result { display: flex; gap: 8px; justify-content: center; font-size: 11px; color: #28674f; }
.s2-case-pair { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; }
.s2-case-pair article { padding: 11px 44px 23px 0; }
.s2-case-pair article + article { border-left: 1px solid #dce5eb; padding-left: 44px; padding-right: 0; }
.s2-case-pair h3 { font-size: 27px; margin: 20px 0 18px; }
.s2-case-pair p { max-width: 495px; font-size: 14px; }
.s2-case-pair .s2-text-link { margin-top: 17px; }
.s2-people-section { border-top: 1px solid #e6ecf0; }
.s2-people-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.s2-founder-photo { max-width: 355px; width: 100%; }
.s2-founder-photo img { width: 100%; height: 425px; object-fit: cover; object-position: 50% 45%; border-radius: 10px; }
.s2-founder-photo figcaption { padding: 20px 2px 0; }
.s2-founder-photo figcaption strong { display: block; font-size: 13px; font-weight: 550; }
.s2-founder-photo figcaption span { display: block; font-size: 11px; color: #5e7685; margin-top: 3px; }
.s2-people-layout .s2-lead { margin-top: 22px; max-width: 540px; }
.s2-people-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 29px; margin-block: 28px; }
.s2-people-credentials > div { border-top: 1px solid #dce7ee; padding-top: 20px; }
.s2-people-credentials strong { font-size: 13px; font-weight: 600; }
.s2-people-credentials p { margin-top: 8px; font-size: 12px; line-height: 1.85; }

/* Productized front door and flexible engagements. */
.s2-audit-section { padding-top: 24px; padding-bottom: 32px; }
.s2-audit-card { display: grid; grid-template-columns: 1fr 290px; align-items: center; gap: 45px; padding: 47px; border-radius: 12px; border: 1px solid #dce5ea; background: #f2f5f7; }
.s2-audit-copy h2 { font-size: 39px; }
.s2-audit-copy > p:not(.s2-eyebrow) { max-width: 600px; font-size: 14px; margin-top: 20px; }
.s2-audit-deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 25px !important; font-size: 11px; color: #425f70; }
.s2-audit-deliverables li::before { content: '✓'; color: #006cae; margin-right: 9px; }
.s2-audit-offer { padding-left: 36px; border-left: 1px solid #d3e0e8; text-align: center; }
.s2-audit-offer > strong { display: block; font-size: 61px; letter-spacing: -.055em; font-weight: 550; line-height: 1.5; margin-block: 5px 15px; }
.s2-audit-offer > strong span { font-size: 10px; letter-spacing: .05em; margin-left: 8px; vertical-align: middle; color: #567080; }
.s2-audit-offer > .s2-button { width: 100%; font-size: 12px; gap: 12px; padding-inline: 12px; }
.s2-audit-offer > p { font-size: 11px; margin-top: 16px; color: #566e7e; }
.s2-engagement-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 29px; }
.s2-engagement-grid article { border-top: 1px solid #cddde7; padding-top: 23px; display: flex; flex-direction: column; }
.s2-option-number { font-size: 8px; font-weight: 550; letter-spacing: .13em; color: #5f788a; }
.s2-engagement-grid h3 { font-size: 24px; margin: 23px 0 17px; }
.s2-engagement-grid p { font-size: 13px; line-height: 1.85; }
.s2-option-note { display: block; color: #456174; font-size: 10px; margin-top: auto; padding-top: 24px; }
.s2-closing-cta { display: grid; grid-template-columns: 1.3fr .8fr; gap: 60px; align-items: center; background: #102633; border-radius: 13px; padding: 43px 45px; margin-top: 64px; }
.s2-closing-cta .s2-eyebrow { color: #9cd0df; font-size: 8px; margin-bottom: 18px; display: block; }
.s2-closing-cta h2 { color: #fff; font-size: 37px; }
.s2-closing-cta p { color: #b6cbd7; font-size: 13px; margin-top: 16px; }
.s2-closing-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.s2-closing-actions .s2-button { width: 100%; }
.s2-closing-secondary { color: #e1eef5 !important; font-size: 12px; min-height: 30px; padding: 4px 6px; }
.s2-closing-secondary > span { margin-left: 8px; }
.s2-closing-secondary:hover { text-decoration: underline; text-underline-offset: 4px; }
.s2-closing-actions > span { color: #a6c0d0; font-size: 10px; }

/* AI page opening: dark, restrained and software-led. */
.s2-ai-hero { background: #0b1722; padding: 70px 0 34px; color: #f4faff; }
.s2-ai-hero h1 { color: #f5fbff; font-size: clamp(54px, 6.6vw, 92px); }
.s2-ai-hero h1 > span { color: #77d8ed; }
.s2-ai-hero .s2-hero-eyebrow { color: #a4c4d7; }
.s2-ai-hero .s2-blue-dot { background: #64d8f2; }
.swyft-studio .s2-ai-hero .s2-hero-description { max-width: 640px; color: #b6cbd8; font-size: 17px; }
.swyft-studio .s2-ai-hero .s2-hero-reassurance { color: #a5c4d4; }
.swyft-studio .s2-ai-hero .s2-button--text { color: #dbedf7; }
.swyft-studio .s2-ai-hero .s2-button--text:hover { background: #132d3e; }
.s2-ai-workspace-heading { margin: 52px 0 14px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.s2-ai-workspace-heading .s2-mini-label { color: #9cbdd2; font-size: 8px; }
.s2-ai-workspace-heading > span:last-child { color: #92b4c9; font-size: 10px; }
.s2-ai-workspace-heading > span:last-child > span { margin-left: 10px; }
.s2-workspace--ai { background: #101f2b; border-color: #2a4050; box-shadow: 0 30px 90px -45px #000a; }
.s2-workspace--ai .s2-workspace-bar { background: #142531; border-color: #2c4151; }
.s2-workspace--ai .s2-workspace-brand, .s2-workspace--ai .s2-demo-label { color: #a7c2d3; }
.s2-workspace--ai .s2-window-mark { background: #142e42; border-color: #355972; color: #8ddcf1; }
.s2-workspace--ai .s2-status-dot { background: #6bd5b1; }
.s2-workspace--ai .s2-workflow-tabs a { color: #a6c2d3; }
.s2-workspace--ai .s2-workflow-tabs a:hover { background: #172f42; }
.s2-workspace--ai .s2-workflow-tabs a[aria-selected='true'] { background: #163146; color: #b4e7f8; border-color: #325872; }
.s2-workspace--ai .s2-tab-code { border-color: #4b6e84; }
.swyft-studio .s2-workspace--ai .s2-step-label { color: #b3cddb; }
.s2-workspace--ai .s2-step-label > span { color: #77c5ec; }
.s2-workspace--ai .s2-source-card { background: #142633; border-color: #314a5a; }
.s2-workspace--ai .s2-mini-label { color: #95b8ce; }
.s2-workspace--ai .s2-source-detail, .s2-workspace--ai .s2-source-fields span { color: #a7c2d2; }
.s2-workspace--ai .s2-source-fields { border-color: #304655; }
.s2-workspace--ai .s2-document-icon { color: #94b6cc; }
.s2-workspace--ai .s2-netsuite-node > span:last-child { color: #a6c5d6; }
.s2-workspace--ai .s2-engine-bridge, .s2-workspace--ai .s2-connector { background: #3b6d8f; }
.s2-workspace--ai .s2-agent-node { background: #17364c; border-color: #346181; }
.s2-workspace--ai .s2-agent-spark { color: #82daef; }
.swyft-studio .s2-workspace--ai .s2-workflow-engine > p { color: #a3c1d3; }
.s2-workspace--ai .s2-agent-checks li { border-color: #2c414f; color: #c2d5df; }
.s2-workspace--ai .s2-agent-checks li > span { background: #183b36; color: #86d3b7; }
.s2-workspace--ai .s2-approval-card { background: #193832; border-color: #355a4d; }
.s2-workspace--ai .s2-approval-symbol { color: #8bd4bd; border-color: #4c7161; }
.s2-workspace--ai .s2-approval-card div > span { color: #aed3c3; }
.s2-workspace--ai .s2-workspace-footer { background: #112632; border-color: #2d4352; color: #afcbdc; }
.s2-workspace--ai .s2-control-dot { background: #7acdb0; }
.s2-workspace--ai .s2-workflow-panel + .s2-workflow-panel { border-color: #2a4152; }
.s2-ai-jumps { display: flex; align-items: center; justify-content: center; gap: 45px; margin-top: 25px; }
.s2-ai-jumps a { font-size: 11px; color: #b7cddd; padding: 10px 6px; min-height: 44px; }
.s2-ai-jumps a > span { margin-left: 10px; color: #83c8e4; }
.s2-ai-jumps a:hover { color: #80dff2; }
.s2-possibility h2 > span { color: #617c8c; }
.s2-before-after { border-collapse: collapse; border-spacing: 0; width: 100%; margin-top: 45px; font-size: 13px; }
.s2-before-after th, .s2-before-after td { padding: 22px; border: 0; border-bottom: 1px solid #dce6ed; vertical-align: middle; text-align: left; line-height: 1.7; }
.s2-before-after thead th { font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #526d7e; }
.s2-before-after th:first-child { padding-left: 0; width: 24%; }
.s2-before-after tbody th { font-weight: 550; color: #243e4f; }
.s2-before-after tbody td:nth-child(2) { color: #5a707e; width: 33%; }
.s2-before-after th:last-child, .s2-before-after td:last-child { background: #eff7fc; color: #194c6b; padding-left: 27px; }
.s2-before-after td:last-child { width: 43%; }

/* Optional, user-driven night-shift playback. All checkpoints exist in HTML. */
.s2-night-section h2 { color: #fff; }
.s2-night-section .s2-section-heading--split > p { color: #abc5d6; }
.s2-night-console { background: #102230; border: 1px solid #2c4555; border-radius: 13px; padding: 26px 31px 18px; }
.s2-night-console-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.s2-night-console-bar .s2-mini-label { color: #9cbace; font-size: 8px; }
.swyft-studio .s2-small-button { min-height: 40px; border: 1px solid #3a5b70; border-radius: 6px; padding: 8px 13px; color: #cbe4f2; font-size: 10px; line-height: 1.5; }
.s2-small-button > span { margin-left: 9px; font-size: 15px; }
.s2-small-button:hover { background: #1b3c52; }
.s2-night-controls { display: grid; grid-template-columns: repeat(7, 1fr); position: relative; margin-top: 31px; }
.s2-night-controls::before { content: ''; position: absolute; height: 1px; background: #365972; top: 12px; left: 7.14%; right: 7.14%; }
.s2-night-controls > a { position: relative; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 14px; padding-top: 8px; font-size: 10px; color: #a6c1d2; }
.s2-night-marker { width: 9px; height: 9px; border: 1px solid #618aa5; background: #112532; border-radius: 50%; }
.s2-night-controls > a[aria-pressed='true'], .s2-night-controls > a[aria-selected='true'], .s2-night-controls > a[aria-current] { color: #8fe0f4; }
.s2-night-controls > a[aria-pressed='true'] .s2-night-marker, .s2-night-controls > a[aria-selected='true'] .s2-night-marker, .s2-night-controls > a[aria-current] .s2-night-marker { background: #52ddf6; border-color: #52ddf6; box-shadow: 0 0 0 5px #52ddf614; }
.s2-night-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; padding: 43px 34px 45px; min-height: 345px; }
.s2-night-panel + .s2-night-panel { border-top: 1px solid #2b4455; }
.s2-clock-block { text-align: center; }
.s2-clock { display: block; font-size: clamp(65px, 7.3vw, 103px); font-weight: 400; line-height: 1.2; letter-spacing: -.055em; font-variant-numeric: tabular-nums; color: #edf8ff; }
.s2-clock-caption { color: #93b7cb; font-size: 8px; letter-spacing: .19em; display: block; margin-top: 19px; }
.s2-step-index { font-size: 9px; color: #82bddc; letter-spacing: .1em; }
.s2-night-story h3 { color: #f0f8fd; font-size: 30px; margin-top: 15px; }
.s2-night-story p { color: #b5cbd8; font-size: 13px; line-height: 1.9; margin-top: 16px; }
.s2-night-story dl { margin-top: 24px; display: grid; gap: 0; }
.s2-night-story dl > div { display: grid; grid-template-columns: 112px 1fr; gap: 12px; border-top: 1px solid #345064; padding: 12px 0; font-size: 10px; }
.s2-night-story dt { color: #8fb9d1; }
.s2-night-story dd { color: #d0e0eb; }
.s2-night-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #2c4758; padding-top: 18px; font-size: 9px; color: #a1bed0; }
.s2-night-arrows { display: flex; gap: 9px; }
.s2-night-arrows .s2-icon-button { width: 38px; height: 38px; font-size: 16px !important; border-color: #446b83 !important; }
.s2-night-arrows .s2-icon-button:hover { background: #26465a; }
.s2-night-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 33px; }
.s2-night-summary strong { font-size: 21px; letter-spacing: -.025em; font-weight: 450; line-height: 1.55; }
.s2-night-summary p { color: #a3becf; font-size: 12px; max-width: 350px; }

/* Progressive disclosure of the nine actual business use cases. */
.s2-usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: start; }
.s2-usecase { padding: 26px; border: 1px solid #dce6ed; border-radius: 9px; background: #fff; }
.s2-usecase:hover { border-color: #acc9df; }
.s2-usecase[open] { background: #f6faff; border-color: #8db9da; }
.s2-usecase-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 25px; }
.s2-agent-code { width: 33px; height: 33px; display: grid; place-items: center; font-size: 10px; color: #2b6b98; border: 1px solid #c9dfef; border-radius: 7px; background: #f2f8fd; }
.s2-details-plus { display: inline-block; font-size: 22px; line-height: 1; color: #678ca6; font-weight: 400; flex-shrink: 0; transition: transform .18s; }
.swyft-studio details[open] > summary .s2-details-plus { transform: rotate(45deg); }
.s2-usecase h3 { font-size: 22px; }
.s2-usecase summary p { font-size: 12px; line-height: 1.75; margin-top: 11px; min-height: 43px; }
.s2-usecase-expand { display: flex; gap: 12px; justify-content: space-between; margin-top: 20px; font-size: 10px; color: #356e95; }
.s2-usecase-expand > span { font-size: 16px; }
.s2-usecase dl { border-top: 1px solid #d5e4ef; margin-top: 24px; padding-top: 6px; }
.s2-usecase dl > div { margin-top: 17px; }
.s2-usecase dt { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #245c81; }
.s2-usecase dd { margin-top: 5px; font-size: 12px; line-height: 1.8; color: #516b7d; }

/* Historical investigation: synthetic data, useful filters, reviewable context. */
.s2-history-section { background: #f4f7fa; border-block: 1px solid #e6edf3; }
.s2-history-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.s2-history-copy h2 { font-size: clamp(42px, 4vw, 57px); }
.s2-history-copy h2 > span { color: #5e7f94; }
.s2-pattern-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.s2-pattern-tags > span { font-size: 10px; padding: 7px 10px; border: 1px solid #ccdfe9; border-radius: 4px; color: #406680; }
.swyft-studio .s2-history-outcome { padding-top: 19px; margin-top: 26px !important; border-top: 1px solid #d5e3ec; font-size: 13px; line-height: 1.9; }
.s2-history-outcome strong { font-weight: 550; color: #183d57; }
.s2-investigation { background: #fff; border: 1px solid #d1dfe9; border-radius: 11px; padding: 25px; box-shadow: 0 12px 32px #193c5710; }
.s2-investigation-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 23px; }
.s2-investigation-head .s2-mini-label { font-size: 8px; }
.s2-data-years { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; font-size: 10px; color: #526e83; margin-bottom: 8px; }
.s2-data-grid { display: grid; grid-template-columns: repeat(24, 1fr); gap: 4px; }
.s2-data-grid i { height: 9px; background: #d6e6ef; border-radius: 1px; }
.s2-data-grid i.is-related { background: #7db8dd; }
.s2-data-grid i.is-flagged { background: #cf9443; }
.s2-findings-total { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 24px 0; }
.s2-findings-total > strong { font-size: 48px; line-height: 1.15; letter-spacing: -.04em; font-weight: 550; }
.s2-findings-total > strong > span { display: block; font-size: 11px; line-height: 1.7; color: #597587; letter-spacing: 0; font-weight: 400; margin-top: 5px; }
.s2-findings-total > div { display: grid; gap: 9px; }
.s2-findings-total > div > span { display: flex; align-items: center; gap: 9px; font-size: 11px; color: #46677d; }
.s2-findings-total i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #589eca; }
.s2-findings-total i.s2-priority-dot { background: #b88335; }
.s2-findings-total b { font-weight: 600; }
.s2-findings-filters { display: flex; gap: 8px; border-bottom: 1px solid #dce7ef; padding-bottom: 15px; }
.s2-findings-filters button { min-height: 38px; padding: 8px 11px; font-size: 10px; border: 1px solid transparent; border-radius: 5px; color: #526f83; }
.s2-findings-filters button[aria-pressed='true'] { background: #edf6fd; color: #205d88; border-color: #c5deef; }
.s2-findings-filters button:hover { border-color: #b5d0e3; }
.swyft-studio .s2-findings-count { font-size: 9px; color: #58778b; padding-top: 14px; padding-bottom: 8px; }
.s2-findings-scroll { max-height: 306px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #b5cbdc #f7f9fc; padding-right: 5px; }
.s2-finding { border-bottom: 1px solid #e3ebf2; }
.s2-finding summary { display: flex; align-items: center; gap: 12px; min-height: 60px; padding-block: 10px; }
.s2-finding-number { font-size: 9px; color: #526f83; }
.s2-finding summary > span:nth-child(2) { flex: 1; }
.s2-finding summary strong { display: block; font-size: 11px; font-weight: 500; }
.s2-finding summary small { display: block; font-size: 10px; color: #557186; margin-top: 4px; }
.s2-finding-priority { color: #386584; background: #edf5fb; border-radius: 4px; padding: 4px 7px; font-size: 9px; }
.s2-finding[data-finding-priority='high'] .s2-finding-priority { background: #fff4e4; color: #8d5c1d; }
.s2-finding .s2-details-plus { font-size: 16px; }
.s2-finding > p { color: #4f6b7e; font-size: 11px; line-height: 1.85; padding: 0 20px 16px 23px; }
.swyft-studio .s2-investigation-note { font-size: 11px; line-height: 1.8; color: #526e82; margin-top: 18px; }

/* Human-in-the-loop data quality example. */
.s2-semantic { padding: 26px; background: #f6f9fb; border: 1px solid #d7e4ed; border-radius: 11px; }
.s2-semantic-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.s2-semantic-top .s2-mini-label { font-size: 8px; }
.s2-records { display: grid; gap: 7px; margin-top: 23px; }
.s2-records > span { display: flex; gap: 12px; align-items: center; min-height: 48px; padding: 9px 12px; background: #fff; border: 1px solid #dbe6ed; border-radius: 6px; font-size: 11px; }
.s2-records i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 5px; background: #edf4f9; color: #406987; font-size: 8px; font-style: normal; }
.s2-records small { font-size: 10px; color: #536f83; margin-left: auto; }
.s2-semantic-connector { font-size: 24px; line-height: 1.3; text-align: center; color: #5d95b6; padding: 11px; }
.s2-match-result { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; background: #eaf5fd; border: 1px solid #c3deef; border-radius: 7px; }
.s2-match-result .s2-mini-label { font-size: 7px; }
.s2-match-result strong { display: block; font-size: 28px; font-weight: 550; line-height: 1.4; letter-spacing: -.04em; }
.s2-match-result strong span { display: block; font-size: 10px; letter-spacing: 0; font-weight: 400; color: #34647f; }
.s2-match-result .s2-button { min-height: 43px; font-size: 10px; padding: 9px 11px; gap: 11px; }
.swyft-studio .s2-semantic-caveat { font-size: 10px; line-height: 1.8; margin-top: 17px; color: #5a7588; }
.swyft-studio .s2-semantic-result { font-size: 10px; color: #3e6e8b; border-top: 1px solid #d6e6f0; padding-top: 14px; margin-top: 14px; }
.s2-text-button { min-height: 44px; font-size: 11px !important; color: #0065ad !important; padding: 8px 0; text-decoration: underline; text-underline-offset: 3px; }
.s2-inline-callout { display: flex; gap: 14px; align-items: center; margin-top: 29px; border-top: 1px solid #d8e5ee; padding-top: 24px; }
.s2-inline-callout > span { color: #21785d; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #d2e5dc; background: #f5faf7; border-radius: 50%; }
.s2-inline-callout p { font-size: 13px; }
.s2-inline-callout strong { font-weight: 550; color: #203f52; }
.s2-review-fallback { font-size: 12px; border-top: 1px solid #d6e4ed; margin-top: 15px; padding-top: 14px; }
.s2-review-fallback p { margin-top: 14px; }

/* A readable enterprise architecture, then clear controls. */
.s2-architecture-section { background: #f6f8fa; border-block: 1px solid #e7edf2; }
.s2-technical-details { margin-top: 28px; border-top: 1px solid #d4e3ed; border-bottom: 1px solid #d4e3ed; }
.s2-technical-details summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 65px; font-size: 13px; color: #305d7a; }
.s2-technical-details > div { padding-bottom: 24px; }
.s2-technical-details p { font-size: 12px; margin-bottom: 13px; line-height: 1.9; }
.s2-architecture-layer { display: flex; gap: 14px; align-items: center; padding: 19px 17px; border: 1px solid #cfdee9; border-radius: 7px; background: #fff; }
.s2-architecture-number { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #d7e6f0; border-radius: 5px; font-size: 9px; color: #44718f; flex-shrink: 0; }
.s2-architecture-layer strong { font-size: 14px; font-weight: 550; display: block; line-height: 1.5; }
.s2-architecture-layer div > span { font-size: 9px; color: #5b7a8f; display: block; margin-top: 4px; }
.s2-layer-tag { margin-left: auto; font-size: 8px; letter-spacing: .08em; color: #4c6c82; }
.s2-architecture-arrow { display: block; height: 28px; text-align: center; font-size: 19px; line-height: 1.4; color: #72a3c2; }
.s2-architecture-layer--guard { background: #143044; color: #f3faff; border-color: #143044; }
.s2-architecture-layer--guard .s2-architecture-number { color: #9cd5ef; border-color: #476f89; }
.s2-architecture-layer--guard div > span, .s2-architecture-layer--guard .s2-layer-tag { color: #adcce0; }
.s2-architecture-outputs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.s2-architecture-outputs > span { display: flex; align-items: center; justify-content: center; padding: 12px 4px; border: 1px solid #cbdfea; border-radius: 5px; background: #eaf4fb; color: #376983; font-size: 9px; }
.swyft-studio .s2-architecture > p { margin-top: 17px; text-align: center; color: #51738b; font-size: 9px; }
.s2-controls-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 50px; }
.s2-controls-grid article { border-top: 1px solid #d0e0ea; padding-top: 20px; }
.s2-control-number { font-size: 9px; color: #51758e; }
.s2-controls-grid h3 { font-size: 21px; margin-top: 18px; }
.s2-controls-grid p { font-size: 12px; margin-top: 13px; line-height: 1.9; }
.s2-why-ai { background: #f4f7fa; text-align: center; border-block: 1px solid #e2eaf0; }
.s2-why-ai h2 { font-size: clamp(41px, 4.1vw, 60px); }
.s2-why-ai .s2-lead { max-width: 685px; margin: 23px auto 0; font-size: 17px; }
.s2-expertise-equation { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; margin-top: 37px; }
.s2-expertise-equation > span { padding: 13px 15px; background: #fff; border: 1px solid #d6e3ed; border-radius: 6px; font-size: 12px; color: #3a5c75; }
.s2-expertise-equation > b { font-size: 15px; font-weight: 400; color: #6691ad; }
.s2-expertise-equation > .s2-equation-ai { background: #dff2fd; border-color: #b8d9ef; color: #1d577e; }
.s2-why-ai-bottom { display: grid; grid-template-columns: 1.2fr 1fr; gap: 65px; align-items: center; text-align: left; border-top: 1px solid #d2e3ee; margin-top: 40px; padding-top: 29px; }
.s2-why-ai-bottom > p { font-size: 13px; line-height: 1.8; }
.s2-why-ai-bottom > a { justify-self: end; }
.s2-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.s2-faq-layout > div > p:not(.s2-eyebrow) { font-size: 14px; margin-top: 23px; }
.s2-faq-layout .s2-button { margin-top: 20px; padding-left: 0; }
.s2-faq-list { border-top: 1px solid #d7e4ed; }
.s2-faq-list details { border-bottom: 1px solid #d7e4ed; }
.s2-faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 77px; padding: 18px 0; }
.s2-faq-list summary h3 { font-size: 15px; font-weight: 550; line-height: 1.6; letter-spacing: -.01em; }
.s2-faq-list details p { font-size: 13px; line-height: 1.9; padding: 0 27px 26px 0; }
.s2-ai .s2-engagement { padding-top: 30px; }

/* Future Higgsfield films are click-to-play, with a poster and captions. */
.s2-film { margin-top: 38px; }
.s2-film video { display: block; width: 100%; max-height: 80vh; aspect-ratio: 16 / 9; background: #0b1722; border-radius: 12px; }
.s2-film figcaption { text-align: left; font-size: 11px; margin-top: 12px; color: #677e8e; }
.s2-ai-hero .s2-film figcaption { color: #a6c2d5; }

/* Footer is deliberately neutral. Brand assets are not recoloured. */
.s2-footer { background: #f6f8fa; border-top: 1px solid #e1e8ef; padding: 62px 0 24px; }
.s2-footer-grid { display: grid; grid-template-columns: 1.8fr 1.1fr .8fr 1.2fr; gap: 46px; }
.s2-footer h2 { font-size: 9px; line-height: 1.5; font-weight: 650; text-transform: uppercase; letter-spacing: .13em; margin: 12px 0 20px; color: #5c7587; }
.s2-footer-grid > div > a:not(.s2-logo) { display: block; font-size: 11px; color: #3c5b71; line-height: 1.7; padding-block: 6px; min-height: 30px; }
.s2-footer-grid > div > a:not(.s2-logo):hover { color: #0065ad; text-decoration: underline; text-underline-offset: 4px; }
.s2-footer-brand .s2-logo { margin-left: -2px; }
.s2-footer-brand > p { font-size: 12px; margin-top: 15px; line-height: 1.9; color: #3f596b; }
.s2-footer-location { display: block; font-size: 10px; color: #506a7d; margin-top: 18px; }
.swyft-studio .s2-footer-note { font-size: 11px; margin-top: 16px; color: #536c7c; }
.s2-footer-bottom { border-top: 1px solid #dce6ee; margin-top: 40px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.s2-footer-bottom p { font-size: 9px; color: #58768b; }
.s2-footer-bottom > div { display: flex; align-items: center; gap: 27px; }
.s2-footer-bottom a { font-size: 9px; color: #3e647e; padding-block: 8px; }
.s2-footer-bottom a:hover { text-decoration: underline; }
.swyft-studio .s2-trademark { margin-top: 16px; font-size: 10px; color: #566d7d; }

/* Accessible native modal surfaces. */
.swyft-studio.s2-modal-open { overflow: hidden; }
.swyft-studio dialog::backdrop { background: #071724a8; backdrop-filter: blur(5px); }
.s2-mobile-menu { position: fixed; inset: 0; width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: max(20px, env(safe-area-inset-top)) max(26px, env(safe-area-inset-right)) max(30px, env(safe-area-inset-bottom)) max(26px, env(safe-area-inset-left)); border: 0; background: #f9fbfd; color: #14212b; overflow-y: auto; }
.s2-menu-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 37px; }
.s2-mobile-menu nav { border-top: 1px solid #d9e5ee; }
.s2-mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; min-height: 61px; border-bottom: 1px solid #d9e5ee; font-size: 23px; letter-spacing: -.025em; font-weight: 500; }
.s2-mobile-menu nav a::after { content: '↗'; font-size: 20px; color: #6994b0; }
.s2-mobile-menu nav a[aria-current] { color: #0065ad; }
.s2-menu-contact { margin-top: 31px; }
.s2-menu-contact p { font-size: 15px; margin-bottom: 22px; }
.s2-contact-link { display: block; min-height: 44px; padding-top: 20px; font-size: 13px; color: #326688 !important; }
.s2-review-dialog { width: min(590px, calc(100% - 36px)); max-width: 590px; max-height: calc(100dvh - 40px); border: 0; border-radius: 13px; padding: 30px; background: #fff; color: #14212b; box-shadow: 0 30px 100px #071c3560; }
.s2-dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.s2-dialog-top .s2-mini-label { font-size: 9px; }
.s2-review-dialog h2 { font-size: 33px; }
.s2-review-dialog > p { font-size: 13px; margin-top: 20px; line-height: 1.85; }
.s2-review-evidence { background: #eef6fb; border-left: 2px solid #008aff; padding: 16px 18px; margin-top: 22px; }
.s2-review-evidence > strong { font-size: 13px; font-weight: 550; }
.s2-review-evidence p { font-size: 12px; line-height: 1.8; margin-top: 8px; }
.swyft-studio .s2-review-dialog .s2-dialog-disclaimer { font-size: 11px; color: #5c778a; }
.s2-dialog-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.s2-dialog-actions .s2-button { font-size: 11px; gap: 12px; }

/* Review style tile — same tokens and components as the real pages. */
.s2-style-tile { padding-block: 48px 80px; }
.s2-style-tile h1 { font-size: 57px; max-width: 850px; margin-top: 35px; }
.s2-tile-note { max-width: 760px; margin-top: 25px !important; }
.s2-tile-colours { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-block: 40px; }
.s2-tile-colours > div { border: 1px solid #dce5ed; border-radius: 8px; overflow: hidden; }
.s2-tile-colours i { display: block; height: 110px; }
.s2-tile-colours span { display: block; padding: 13px; font-size: 11px; }
.s2-tile-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.s2-tile-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-top: 55px; }
.s2-tile-columns p { margin-top: 20px; }

/* Tablet is a composition change, not a scaled desktop screenshot. */
@media (max-width: 1190px) {
  .s2-desktop-nav { gap: 19px; }
  .s2-header-inner { gap: 18px; }
  .s2-desktop-nav a { font-size: 11px; }
  .s2-header-actions .s2-button { font-size: 11px; gap: 10px; padding-inline: 12px; }
  .s2-workflow-panel { gap: 38px; padding-inline: 24px; }
  .s2-connector { width: 28px; }
  .s2-connector--left { left: -32px; }
  .s2-connector--right { right: -32px; }
  .s2-proof-grid > div { padding-inline: 14px; gap: 12px; }
  .s2-proof-grid strong { font-size: 16px; }
  .s2-service-card { padding: 23px; }
  .s2-service-card h3 { font-size: 24px; }
  .s2-history-layout, .s2-people-layout { gap: 56px; }
  .s2-featured-case { gap: 40px; padding: 36px; }
  .s2-audit-card { padding: 36px; gap: 30px; grid-template-columns: 1fr 260px; }
  .s2-audit-copy h2 { font-size: 35px; }
  .s2-layer-tag { display: none; }
  .s2-closing-cta { padding: 37px; gap: 35px; }
  .s2-closing-cta h2 { font-size: 33px; }
  .s2-footer-grid { gap: 26px; }
}
@media (max-width: 1000px) {
  .s2-shell { width: calc(100% - 64px); }
  .s2-desktop-nav { display: none; }
  .s2-js.s2-native-dialogs .s2-menu-toggle { display: flex; }
  .s2-header-inner { min-height: 73px; }
  .s2-header-actions .s2-button { font-size: 12px; padding-inline: 17px; }
  .s2-mobile-fallback { display: flex; justify-content: center; flex-wrap: wrap; gap: 0 22px; padding-bottom: 12px; }
  .s2-mobile-fallback a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
  .s2-js.s2-native-dialogs .s2-mobile-fallback { display: none; }
  .s2-section { padding-block: 78px; }
  .s2-hero { padding-top: 58px; }
  .s2-home-hero h1 { font-size: 55px; }
  .s2-section-heading--split { gap: 32px; align-items: flex-start; }
  .s2-section-heading--split > p { flex-basis: 285px; font-size: 13px; }
  .s2-split { gap: 43px; }
  .s2-workflow-panel { grid-template-columns: 1fr .85fr 1fr; gap: 26px; padding-inline: 20px; }
  .s2-connector { width: 18px; }
  .s2-connector--left { left: -23px; }
  .s2-connector--right { right: -23px; }
  .s2-step-label { font-size: 10px !important; }
  .s2-source-card { padding: 13px; }
  .s2-agent-node { padding: 12px 8px; gap: 7px; }
  .s2-agent-node strong { font-size: 10px; }
  .s2-agent-node .s2-mini-label { font-size: 6px; }
  .s2-agent-spark { font-size: 22px; }
  .s2-agent-checks li { font-size: 10px; gap: 7px; }
  .s2-approval-card { padding: 10px; gap: 7px; }
  .s2-approval-symbol { display: none; }
  .s2-proof-grid > div { flex-direction: column; align-items: flex-start; justify-content: flex-start !important; gap: 6px; }
  .s2-proof-grid > div:first-child strong { font-size: 27px; line-height: 1; }
  .s2-proof-grid > div:not(:first-child) strong { line-height: 1.7; }
  .s2-proof-grid span br { display: none; }
  .s2-friction-list > div { font-size: 16px; gap: 14px; }
  .s2-service-grid { gap: 12px; }
  .s2-service-card { padding: 21px; }
  .s2-service-card h3 { font-size: 21px; }
  .s2-service-card p { font-size: 12px; }
  .s2-service-card ul { font-size: 10px; }
  .s2-service-card .s2-text-link { font-size: 11px; }
  .s2-service-symbol { width: 35px; height: 35px; font-size: 20px; }
  .s2-service-card-top .s2-mini-label { max-width: 85px; }
  .s2-comparison-column { padding: 29px; }
  .s2-comparison-column li { font-size: 11px; }
  .s2-night-feature { padding-block: 78px; }
  .s2-night-feature .s2-split { grid-template-columns: .95fr 1.05fr; gap: 35px; }
  .s2-night-compact { padding-inline: 20px; }
  .s2-night-compact li { grid-template-columns: 83px 1fr; gap: 24px; }
  .s2-night-time { font-size: 22px; }
  .s2-night-time small { font-size: 8px; }
  .s2-night-compact ol::before { left: 93px; }
  .s2-timeline-point { left: 90px; }
  .s2-night-compact li strong { font-size: 11px; }
  .s2-night-compact li div > span { font-size: 9px; }
  .s2-featured-case { gap: 28px; padding: 29px; }
  .s2-featured-case h3 { font-size: 28px; }
  .s2-case-process { padding: 22px 12px; }
  .s2-case-inputs { gap: 4px; }
  .s2-case-inputs span { padding: 6px; font-size: 8px; }
  .s2-case-pair article { padding-right: 28px; }
  .s2-case-pair article + article { padding-left: 28px; }
  .s2-case-pair h3 { font-size: 23px; }
  .s2-people-layout { gap: 45px; }
  .s2-founder-photo img { height: 395px; }
  .s2-people-credentials { grid-template-columns: 1fr; gap: 19px; }
  .s2-people-credentials > div { padding-top: 15px; }
  .s2-audit-section { padding-top: 10px; padding-bottom: 15px; }
  .s2-audit-card { padding: 30px; grid-template-columns: 1fr 235px; gap: 25px; }
  .s2-audit-offer { padding-left: 26px; }
  .s2-audit-offer > strong { font-size: 49px; }
  .s2-audit-copy h2 { font-size: 31px; }
  .s2-audit-deliverables { grid-template-columns: 1fr; gap: 8px; }
  .s2-engagement-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 40px; }
  .s2-engagement-grid h3 { font-size: 25px; }
  .s2-closing-cta { grid-template-columns: 1.1fr 1fr; }
  .s2-closing-cta h2 { font-size: 29px; }
  .s2-closing-cta .s2-button { font-size: 12px; gap: 12px; }
  .s2-usecase-grid { grid-template-columns: repeat(2, 1fr); }
  .s2-history-layout { grid-template-columns: 1fr 1.1fr; gap: 39px; }
  .s2-history-copy h2 { font-size: 40px; }
  .s2-investigation { padding: 21px; }
  .s2-investigation-head { flex-wrap: wrap; gap: 6px; }
  .s2-findings-filters { gap: 4px; }
  .s2-findings-filters button { padding-inline: 8px; font-size: 9px; }
  .s2-semantic { padding: 20px; }
  .s2-semantic-top { flex-wrap: wrap; gap: 7px; }
  .s2-match-result { padding: 12px; }
  .s2-night-panel { gap: 35px; padding: 35px 10px; }
  .s2-night-story h3 { font-size: 27px; }
  .s2-controls-grid { gap: 28px; }
  .s2-why-ai-bottom { gap: 35px; }
  .s2-expertise-equation { gap: 9px; }
  .s2-expertise-equation > span { padding: 11px; font-size: 11px; }
  .s2-faq-layout { gap: 45px; }
  .s2-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .s2-footer-grid > div:last-child { grid-column: 2 / 4; display: flex; flex-wrap: wrap; align-items: center; gap: 0 23px; border-top: 1px solid #dce5ed; padding-top: 12px; }
  .s2-footer-grid > div:last-child h2 { flex-basis: 100%; margin: 8px 0 10px; }
  .s2-footer-grid > div:last-child .s2-footer-note { display: none; }
}

/* Phone: one deliberate column, readable interfaces, permanent navigation. */
@media (max-width: 720px) {
  .s2-shell { width: calc(100% - 44px); }
  .swyft-studio h2 { font-size: 36px; }
  .s2-section { padding-block: 65px; }
  .s2-section-heading { margin-bottom: 32px; }
  .s2-section-heading--split { display: block; }
  .s2-section-heading--split > p { max-width: 100%; margin-top: 22px; font-size: 14px; }
  .s2-section-heading--split > .s2-text-link { margin-top: 20px; }
  .s2-split, .s2-history-layout, .s2-people-layout, .s2-faq-layout { grid-template-columns: 1fr; gap: 39px; }
  .swyft-studio .s2-eyebrow { font-size: 9px; margin-bottom: 19px; }
  .swyft-studio .s2-lead { font-size: 18px; }
  .swyft-studio .s2-section-note { font-size: 10px; }
  .s2-header-inner { min-height: 69px; }
  .s2-header .s2-logo { width: 147px; }
  .s2-header .s2-logo img { width: 179px; top: -20px; left: -15px; }
  .s2-hero { padding-top: 43px; padding-bottom: 36px; }
  .s2-home-hero h1 { font-size: clamp(37px, 7.7vw, 54px); line-height: 1.12; letter-spacing: -.049em; }
  .swyft-studio .s2-hero-eyebrow { font-size: 8px; gap: 10px; margin-bottom: 23px; }
  .swyft-studio .s2-hero-description { font-size: 15px; max-width: 470px; line-height: 1.85; margin-top: 22px; }
  .s2-hero-actions { gap: 13px; flex-wrap: wrap; margin-top: 24px; }
  .s2-hero-actions .s2-button { min-height: 49px; font-size: 12px; padding: 12px 18px; gap: 14px; }
  .s2-hero-actions .s2-button--text { padding-inline: 6px; }
  .swyft-studio .s2-hero-reassurance { font-size: 10px; margin-top: 15px; }
  .s2-hero-workspace { margin-top: 34px; }
  .s2-workspace-bar { padding: 12px 17px; min-height: 46px; flex-wrap: wrap; gap: 7px 14px; }
  .s2-workspace-brand { font-size: 8px; }
  .s2-demo-label { font-size: 10px; }
  .s2-workflow-tabs { gap: 5px; padding: 14px 10px 0; }
  .s2-workflow-tabs a { font-size: 9px; min-height: 46px; flex: 1; padding: 8px 6px; gap: 5px; line-height: 1.4; }
  .s2-tab-code { display: none; }
  .s2-workflow-panel { grid-template-columns: 1fr; gap: 23px; padding: 24px 19px; }
  .s2-workflow-input { display: grid; grid-template-columns: 100px 1fr; gap: 17px; align-items: center; }
  .swyft-studio .s2-step-label { font-size: 11px !important; display: block; line-height: 1.65; }
  .s2-step-label > span { display: block; margin-bottom: 7px; font-size: 9px; }
  .s2-source-card { padding: 13px 14px; }
  .s2-source-title { font-size: 12px; }
  .s2-source-detail { font-size: 8px; }
  .s2-source-amount { font-size: 22px; margin-top: 12px; }
  .s2-source-fields { display: none; }
  .s2-workflow-engine { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 16px; padding: 18px 0; border-block: 1px solid #dce8f0; }
  .s2-workspace--ai .s2-workflow-engine { border-color: #2f4b5f; }
  .s2-netsuite-node > strong { font-size: 29px; }
  .s2-netsuite-node .s2-mini-label { font-size: 6px; }
  .s2-netsuite-node > span:last-child { font-size: 8px; }
  .s2-engine-bridge, .s2-connector { display: none; }
  .s2-agent-node { min-height: 66px; padding: 11px; gap: 9px; }
  .s2-agent-node .s2-mini-label { font-size: 6px; }
  .s2-agent-node strong { font-size: 10px; line-height: 1.65; }
  .s2-agent-spark { font-size: 24px; }
  .swyft-studio .s2-workflow-engine > p { grid-column: 1 / -1; margin-top: -5px; font-size: 9px; }
  .s2-workflow-output .s2-step-label { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
  .s2-workflow-output .s2-step-label > span { margin: 0; }
  .s2-agent-checks { margin: 0 0 13px !important; }
  .s2-agent-checks li { min-height: 33px; font-size: 10px; }
  .s2-approval-card { padding: 12px; gap: 12px; }
  .s2-approval-symbol { display: grid; }
  .s2-approval-card strong { font-size: 11px; }
  .s2-approval-card div > span { font-size: 9px; }
  .s2-workspace-footer { font-size: 8px; padding: 12px 17px; }
  .s2-workspace-footnote { display: none; }
  .s2-proof-grid { padding-block: 23px; gap: 17px; }
  .s2-proof-grid > div { padding: 0 10px 0 0; border-right: 1px solid #e0e8ee; gap: 11px; }
  .s2-proof-grid strong { font-size: 12px; letter-spacing: -.025em; min-height: 32px; }
  .s2-proof-grid > div:first-child strong { font-size: 29px; }
  .s2-proof-grid span { font-size: 9px; line-height: 1.7; }
  .s2-proof-grid > div:last-child { padding: 0; }
  .s2-recognition h2 { font-size: 41px; }
  .s2-friction-list > div { min-height: 94px; font-size: 17px; gap: 20px; }
  .s2-friction-number { margin-top: 24px; }
  .s2-service-grid { grid-template-columns: 1fr; gap: 17px; }
  .s2-service-card { padding: 28px; }
  .s2-service-card-top { margin-bottom: 26px; }
  .s2-service-card-top .s2-mini-label { max-width: none; }
  .s2-service-card h3 { font-size: 30px; margin-bottom: 17px; }
  .s2-service-card p { font-size: 14px; }
  .s2-service-card ul { font-size: 12px; }
  .s2-service-card .s2-text-link { font-size: 12px; }
  .s2-comparison { grid-template-columns: 1fr; }
  .s2-comparison-intro { text-align: left; }
  .s2-comparison-column { padding: 31px 27px; }
  .s2-comparison-column h3 { font-size: 31px; }
  .s2-comparison-column li { font-size: 12px; min-height: 48px; }
  .s2-night-feature, .s2-night-section { padding-block: 65px; }
  .s2-night-feature .s2-split { grid-template-columns: 1fr; gap: 36px; }
  .s2-night-feature h2 { font-size: 48px; }
  .s2-night-feature-copy { max-width: 470px; }
  .s2-night-compact { padding: 23px; }
  .s2-night-compact li { grid-template-columns: 100px 1fr; gap: 33px; }
  .s2-night-time { font-size: 27px; }
  .s2-night-time small { font-size: 9px; }
  .s2-night-compact li strong { font-size: 12px; }
  .s2-night-compact li div > span { font-size: 10px; }
  .s2-night-compact ol::before { left: 114px; }
  .s2-timeline-point { left: 111px; }
  .s2-featured-case { grid-template-columns: 1fr; gap: 27px; padding: 29px 25px; }
  .s2-featured-case h3 { font-size: 30px; }
  .s2-case-process { padding: 26px 19px; }
  .s2-case-inputs { gap: 6px; }
  .s2-case-inputs span { font-size: 9px; padding: 7px; }
  .s2-case-pair { grid-template-columns: 1fr; margin-top: 26px; }
  .s2-case-pair article { padding: 22px 0 27px; }
  .s2-case-pair article + article { border-left: 0; border-top: 1px solid #dce7ef; padding-left: 0; padding-bottom: 0; }
  .s2-case-pair h3 { font-size: 26px; }
  .s2-people-layout { gap: 31px; }
  .s2-founder-photo { max-width: 360px; }
  .s2-founder-photo img { height: 395px; }
  .s2-people-layout h2 { font-size: 38px; }
  .s2-people-credentials { gap: 23px; }
  .s2-people-credentials p { font-size: 13px; }
  .s2-inline-links { gap: 24px; }
  .s2-audit-section { padding-block: 10px 0; }
  .s2-audit-card { grid-template-columns: 1fr; padding: 30px 25px; gap: 29px; }
  .s2-audit-copy h2 { font-size: 35px; }
  .s2-audit-copy h2 br { display: none; }
  .s2-audit-deliverables { font-size: 12px; }
  .s2-audit-offer { padding: 25px 0 0; border-left: 0; border-top: 1px solid #cedfe9; text-align: left; }
  .s2-audit-offer > strong { font-size: 61px; margin-bottom: 15px; }
  .s2-audit-offer > .s2-button { font-size: 13px; }
  .s2-audit-offer > p { font-size: 12px; }
  .s2-audit-offer > p br { display: none; }
  .s2-engagement-grid { gap: 30px 22px; }
  .s2-engagement-grid h3 { font-size: 22px; }
  .s2-engagement-grid p { font-size: 12px; }
  .s2-option-number { font-size: 7px; }
  .s2-option-note { font-size: 9px; }
  .s2-closing-cta { grid-template-columns: 1fr; padding: 32px 26px; gap: 28px; margin-top: 43px; }
  .s2-closing-cta h2 { font-size: 33px; }
  .s2-closing-actions .s2-button { font-size: 12px; }
  .s2-closing-secondary { min-height: 40px; }
  .s2-ai-hero h1 { font-size: clamp(36px, 11.1vw, 76px); }
  .swyft-studio .s2-ai-hero .s2-hero-description { font-size: 15px; }
  .s2-ai-hero .s2-hero-eyebrow { font-size: 7px; gap: 8px; }
  .s2-ai-workspace-heading { margin-top: 38px; }
  .s2-ai-workspace-heading .s2-mini-label { font-size: 7px; }
  .s2-ai-workspace-heading > span:last-child { display: none; }
  .s2-ai-jumps { flex-direction: column; gap: 0; margin-top: 23px; align-items: stretch; text-align: left; }
  .s2-ai-jumps a { min-height: 45px; border-bottom: 1px solid #294454; display: flex; justify-content: space-between; align-items: center; }
  .s2-possibility h2 br { display: none; }
  .s2-before-after { margin-top: 28px; }
  .s2-before-after thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .s2-before-after tbody, .s2-before-after tr { display: block; }
  .s2-before-after tbody tr { display: grid; grid-template-columns: .95fr 1.05fr; margin-bottom: 20px; border-bottom: 1px solid #dce7ef; }
  .s2-before-after tbody th { grid-column: 1 / -1; padding: 13px 0 14px; font-size: 16px; }
  .s2-before-after th:first-child, .s2-before-after tbody td:nth-child(2), .s2-before-after tbody td:last-child { width: auto; }
  .s2-before-after tbody td { border: 0; padding: 19px 17px 23px 0; font-size: 12px; }
  .s2-before-after tbody td:last-child { padding-left: 17px; padding-right: 13px; }
  .s2-before-after tbody td::before { display: block; font-size: 8px; letter-spacing: .1em; font-weight: 600; margin-bottom: 9px; }
  .s2-before-after tbody td:nth-child(2)::before { content: 'BEFORE'; }
  .s2-before-after tbody td:last-child::before { content: 'WITH AI'; }
  .s2-night-console { padding: 20px 19px 17px; }
  .s2-night-console-bar { flex-wrap: wrap; gap: 10px; }
  .s2-night-console-bar .s2-mini-label { font-size: 7px; }
  .s2-night-controls { margin-top: 23px; }
  .s2-night-controls > a { font-size: 8px; }
  .s2-night-panel { grid-template-columns: 1fr; gap: 24px; padding: 24px 0 30px; }
  .s2-clock { font-size: 85px; }
  .s2-clock-caption { font-size: 7px; margin-top: 8px; }
  .s2-night-story h3 { font-size: 28px; margin-top: 12px; }
  .s2-night-story p { font-size: 13px; }
  .s2-night-story dl > div { grid-template-columns: 94px 1fr; font-size: 10px; }
  .s2-night-bottom { gap: 12px; align-items: center; }
  .s2-night-bottom > span { font-size: 8px; max-width: 205px; }
  .s2-night-arrows .s2-icon-button { width: 44px; height: 44px; }
  .s2-night-summary { display: block; margin-top: 25px; }
  .s2-night-summary strong { font-size: 21px; }
  .s2-night-summary p { font-size: 12px; margin-top: 15px; }
  .s2-usecase-grid { grid-template-columns: 1fr; gap: 14px; }
  .s2-usecase { padding: 25px; }
  .s2-usecase h3 { font-size: 24px; }
  .s2-usecase-top { margin-bottom: 20px; }
  .s2-usecase summary p { font-size: 13px; min-height: auto; }
  .s2-usecase-expand { font-size: 11px; }
  .s2-usecase dd { font-size: 13px; }
  .s2-history-copy h2 { font-size: 45px; }
  .s2-investigation { padding: 23px 19px; }
  .s2-investigation-head { flex-wrap: nowrap; }
  .s2-findings-filters { gap: 5px; }
  .s2-findings-filters button { font-size: 10px; min-height: 44px; padding: 9px; }
  .s2-finding summary { min-height: 65px; gap: 9px; }
  .s2-finding summary strong { font-size: 11px; }
  .s2-finding summary small { font-size: 9px; }
  .s2-investigation-note { font-size: 10px !important; }
  .s2-semantic-section .s2-split > .s2-semantic { order: 2; }
  .s2-semantic { padding: 23px 20px; }
  .s2-semantic-top { flex-wrap: wrap; }
  .s2-match-result { padding: 15px; }
  .s2-match-result strong { font-size: 31px; }
  .s2-match-result .s2-button { min-height: 44px; }
  .s2-semantic-caveat, .s2-semantic-result { font-size: 11px !important; }
  .s2-architecture-layer { padding: 19px 15px; }
  .s2-architecture-layer strong { font-size: 14px; }
  .s2-architecture-layer div > span { font-size: 9px; }
  .s2-architecture-outputs > span { font-size: 9px; }
  .s2-technical-details p { font-size: 13px; }
  .s2-controls-grid { grid-template-columns: 1fr 1fr; gap: 28px 23px; }
  .s2-controls-grid h3 { font-size: 20px; }
  .s2-controls-grid p { font-size: 12px; }
  .s2-why-ai h2 { font-size: 40px; }
  .s2-why-ai h2 br { display: none; }
  .s2-why-ai .s2-lead { font-size: 16px; }
  .s2-expertise-equation { gap: 10px; }
  .s2-expertise-equation > span { font-size: 11px; padding: 10px 12px; }
  .s2-why-ai-bottom { grid-template-columns: 1fr; gap: 19px; margin-top: 30px; padding-top: 25px; }
  .s2-why-ai-bottom > a { justify-self: start; }
  .s2-faq-layout { gap: 29px; }
  .s2-faq-list summary h3 { font-size: 14px; }
  .s2-faq-list details p { font-size: 13px; }
  .s2-ai .s2-engagement { padding-top: 10px; }
  .s2-footer { padding-top: 43px; }
  .s2-footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 28px; }
  .s2-footer-brand { grid-column: 1 / -1; padding-bottom: 10px; }
  .s2-footer-grid > div:last-child { grid-column: 1 / -1; }
  .s2-footer-grid > div > a:not(.s2-logo) { min-height: 38px; font-size: 12px; }
  .s2-footer h2 { font-size: 10px; margin-bottom: 13px; }
  .s2-footer-brand > p { font-size: 13px; }
  .s2-footer-location { font-size: 10px; }
  .s2-footer-bottom { display: block; margin-top: 29px; }
  .s2-footer-bottom p { font-size: 9px; }
  .s2-footer-bottom > div { margin-top: 16px; justify-content: space-between; gap: 18px; }
  .s2-footer-bottom a { font-size: 10px; min-height: 44px; display: inline-flex; align-items: center; }
  .swyft-studio .s2-trademark { font-size: 9px; }
  .s2-review-dialog { padding: 25px; }
  .s2-review-dialog h2 { font-size: 29px; }
  .s2-dialog-actions { display: grid; grid-template-columns: 1fr; }
  .s2-dialog-actions .s2-button { width: 100%; font-size: 12px; }
  .s2-tile-colours { grid-template-columns: repeat(2, 1fr); }
  .s2-tile-columns { grid-template-columns: 1fr; gap: 35px; }
  .s2-style-tile h1 { font-size: 43px; }
}
@media (max-width: 520px) {
  .s2-header-actions > .s2-button { display: none; }
  .s2-header-actions { gap: 0; }
  .s2-engagement-grid { grid-template-columns: 1fr; gap: 29px; }
  .s2-engagement-grid h3 br { display: none; }
  .s2-engagement-grid h3 { font-size: 25px; margin: 17px 0 12px; }
  .s2-engagement-grid p { font-size: 13px; }
  .s2-option-note { padding-top: 17px; font-size: 10px; }
  .s2-option-number { font-size: 8px; }
  .s2-controls-grid { grid-template-columns: 1fr; gap: 27px; }
  .s2-controls-grid h3 { font-size: 23px; margin-top: 12px; }
  .s2-controls-grid p { font-size: 13px; }
}
@media (max-width: 374px) {
  .s2-shell { width: calc(100% - 34px); }
  .s2-home-hero h1 { font-size: 33px; }
  .s2-hero-actions { gap: 5px; }
  .s2-hero-actions .s2-button { padding-inline: 13px; font-size: 11px; gap: 9px; }
  .s2-workflow-input { grid-template-columns: 79px 1fr; gap: 12px; }
  .s2-night-compact { padding-inline: 17px; }
  .s2-night-compact li { grid-template-columns: 89px 1fr; gap: 25px; }
  .s2-night-compact ol::before { left: 100px; }
  .s2-timeline-point { left: 97px; }
  .s2-night-time { font-size: 24px; }
  .s2-finding-priority { padding: 3px 4px; font-size: 7px; }
  .s2-findings-filters button { font-size: 9px; padding-inline: 7px; }
  .s2-match-result { padding: 12px; gap: 8px; }
  .s2-match-result .s2-button { font-size: 9px; padding-inline: 9px; }
  .s2-architecture-layer { gap: 9px; padding: 16px 12px; }
  .s2-architecture-layer div > span { font-size: 8px; }
}
@media (max-width: 782px) {
  .swyft-studio.admin-bar .s2-header { top: 46px; }
  .swyft-studio.admin-bar #wpadminbar { position: fixed; }
}
@media (prefers-reduced-motion: reduce) {
  .swyft-studio *, .swyft-studio *::before, .swyft-studio *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .s2-night-console [data-night-play] { display: none !important; }
}
@media print {
  .s2-header, .s2-mobile-menu, .s2-footer, .s2-hero-actions, .s2-js-only, .s2-review-dialog, .s2-ai-jumps, .s2-night-controls, .s2-workflow-tabs { display: none !important; }
  .s2-section, .s2-night-feature, .s2-night-section { padding: 24px 0; }
  .s2-shell { width: 100%; }
  .swyft-studio { font-size: 11pt; }
  .s2-hero { padding: 20px 0; }
  .s2-findings-scroll { max-height: none; overflow: visible; }
}
