/*
Theme Name: Piercing Sun
Theme URI: http://localhost/PiercingSun/
Author: Piercing Sun Consulting
Description: Accessible, Elementor-compatible theme for the Partner Success & Adoption System.
Version: 1.0.6
Requires at least: 6.5
Text Domain: piercing-sun
*/

:root {
  --psc-navy: #071a3d;
  --psc-navy-2: #0f2a55;
  --psc-green: #5f7f45;
  --psc-green-dark: #36512a;
  --psc-sage: #dce7cf;
  --psc-teal: #2f9394;
  --psc-gold: #e7a51c;
  --psc-cream: #fbf9f3;
  --psc-sand: #f1ede3;
  --psc-white: #ffffff;
  --psc-ink: #15213b;
  --psc-muted: #5d6677;
  --psc-line: #dce1e5;
  --psc-serif: Georgia, 'Times New Roman', serif;
  --psc-sans: Inter, 'Aptos', 'Segoe UI', Arial, sans-serif;
  --psc-shadow: 0 22px 55px rgba(7, 26, 61, .11);
  --psc-radius: 22px;
  --psc-max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--psc-ink);
  background: var(--psc-cream);
  font-family: var(--psc-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--psc-navy); text-underline-offset: .18em; }
a:hover { color: var(--psc-green-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus {
  outline: 3px solid var(--psc-white) !important;
  outline-offset: 2px !important;
  border-radius: 4px;
  box-shadow: 0 0 0 6px var(--psc-navy) !important;
}
::selection { background: var(--psc-sage); color: var(--psc-navy); }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed !important; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 18px; margin: 0;
  clip: auto; z-index: 100000; background: var(--psc-white); color: var(--psc-navy);
}
.psc-container { width: min(calc(100% - 40px), var(--psc-max)); margin-inline: auto; }
.psc-section { padding: 96px 0; position: relative; }
.psc-section--compact { padding: 64px 0; }
.psc-section--sand { background: var(--psc-sand); }
.psc-section--navy { background: var(--psc-navy); color: var(--psc-white); }
.psc-section--white { background: var(--psc-white); }
.psc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  color: var(--psc-green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.psc-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--psc-gold); }
.psc-section--navy .psc-eyebrow { color: #d7e6cc; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { color: var(--psc-navy); font-family: var(--psc-serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.15rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.psc-section--navy h1, .psc-section--navy h2, .psc-section--navy h3 { color: var(--psc-white); }
.psc-lede { color: var(--psc-muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); width: 100%; max-width: min(720px, 100%); overflow-wrap: anywhere; }
.psc-section--navy .psc-lede { color: #cbd4e3; }
.psc-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .62fr); gap: 60px; align-items: end; margin-bottom: 54px; }
.psc-heading h2 { margin-bottom: 0; max-width: 780px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; isolation: isolate; background: rgba(251, 249, 243, .95); border-bottom: 1px solid rgba(7, 26, 61, .08); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand { display: inline-flex; align-items: center; color: var(--psc-navy); text-decoration: none; line-height: 1; flex: 0 0 auto; }
.site-brand__logo { width: 205px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav ul { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--psc-navy); font-size: .83rem; font-weight: 700; text-decoration: none; }
.site-nav li > a { display: block; min-height: 44px; padding: 10px 0 6px; }
.site-nav a:not(.psc-button)::after { content: ''; display: block; width: 0; height: 2px; margin-top: 4px; background: var(--psc-green); transition: width .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current='page']::after { width: 100%; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--psc-line); border-radius: 50%; background: var(--psc-white); color: var(--psc-navy); }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

/* Buttons */
.psc-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; min-width: 0; }
.psc-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 22px;
  border: 2px solid var(--psc-navy); border-radius: 9px; background: var(--psc-navy); color: var(--psc-white) !important;
  max-width: 100%; font-size: .88rem; font-weight: 800; line-height: 1.2; text-align: center; white-space: normal; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.psc-button:hover { background: var(--psc-navy-2); box-shadow: 0 10px 28px rgba(7, 26, 61, .18); transform: translateY(-2px); }
.psc-button--outline { background: transparent; color: var(--psc-navy) !important; border-color: #879b77; }
.psc-button--outline:hover { background: var(--psc-sage); }
.psc-button--light { background: var(--psc-white); color: var(--psc-navy) !important; border-color: var(--psc-white); }
.psc-button--small { min-height: 44px; padding: 11px 17px; }
.psc-arrow { font-size: 1.2em; line-height: 1; }

/* Hero */
.psc-hero { overflow: hidden; padding: 76px 0 88px; background: var(--psc-cream); }
.psc-hero::before, .psc-final-cta::after {
  content: ''; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(95, 127, 69, .15); border-radius: 46% 54% 63% 37%;
}
.psc-hero::before { left: -190px; bottom: -190px; box-shadow: 0 0 0 18px rgba(95,127,69,.035), 0 0 0 38px rgba(95,127,69,.025); }
.psc-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 62px; align-items: center; }
.psc-hero__grid > * { min-width: 0; }
.psc-hero h1 { max-width: 610px; margin-bottom: 26px; font-size: clamp(2.75rem, 4.4vw, 4rem); line-height: 1.04; overflow-wrap: anywhere; }
.psc-hero h1 em { color: var(--psc-green); font-weight: 400; }
.psc-hero .psc-lede { width: 100%; max-width: 610px; margin-bottom: 32px; }
.psc-hero__visual { position: relative; min-width: 0; min-height: 560px; }
.psc-hero__visual > img { width: 100%; height: 520px; object-fit: cover; border-radius: 26px; box-shadow: var(--psc-shadow); }
.psc-trust-card { position: absolute; right: 28px; bottom: 0; width: min(330px, 76%); padding: 24px; background: var(--psc-white); border-radius: 16px; box-shadow: var(--psc-shadow); }
.psc-trust-card strong { display: block; color: var(--psc-navy); font-family: var(--psc-serif); font-size: 1.22rem; line-height: 1.25; }
.psc-trust-card span { display: block; margin-top: 8px; color: var(--psc-muted); font-size: .8rem; }
.psc-trust-icon { float: left; width: 44px; height: 44px; margin-right: 14px; display: grid; place-items: center; border-radius: 50%; background: var(--psc-sage); color: var(--psc-green-dark); }
.psc-proofbar { padding: 23px 0; background: var(--psc-white); border-block: 1px solid var(--psc-line); }
.psc-proofbar__inner { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); align-items: center; gap: 20px; }
.psc-proofbar strong { font-family: var(--psc-serif); font-size: 1.25rem; color: var(--psc-navy); }
.psc-proofbar span { padding-left: 18px; border-left: 1px solid var(--psc-line); color: var(--psc-green-dark); font-size: .77rem; font-weight: 750; line-height: 1.3; }

/* Cards and grids */
.psc-grid { display: grid; gap: 24px; }
.psc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.psc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.psc-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.psc-card { border: 1px solid var(--psc-line); border-radius: var(--psc-radius); background: var(--psc-white); overflow: hidden; }
.psc-card__body { padding: 28px; }
.psc-card__body > :last-child { margin-bottom: 0; }
.psc-card__number { display: block; margin-bottom: 28px; color: var(--psc-green); font-family: var(--psc-serif); font-size: 3.55rem; line-height: 1; }
.psc-card__number::after { content: ''; display: block; width: 28px; height: 2px; margin-top: 18px; background: var(--psc-gold); }
.psc-problem-card { min-height: 270px; transition: transform .2s ease, box-shadow .2s ease; }
.psc-problem-card:hover { transform: translateY(-4px); box-shadow: var(--psc-shadow); }
.psc-problem-card h3 { font-family: var(--psc-sans); font-size: 1rem; font-weight: 800; line-height: 1.35; letter-spacing: 0; }
.psc-problem-card p { color: var(--psc-muted); font-size: .87rem; }

/* PSAS */
.psc-psas-layout { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); gap: 82px; align-items: center; }
.psc-system { position: relative; width: min(100%, 520px); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.psc-system::before, .psc-system::after { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(95,127,69,.35); border-radius: 50%; }
.psc-system::after { inset: 25%; border-style: dashed; }
.psc-system__core { position: relative; z-index: 2; width: 35%; aspect-ratio: 1; display: grid; place-items: center; padding: 18px; border-radius: 50%; background: var(--psc-navy); color: var(--psc-white); text-align: center; box-shadow: 0 18px 40px rgba(7,26,61,.22); }
.psc-system__core strong { font-family: var(--psc-serif); font-size: 2.2rem; }
.psc-system__core span { display: block; font-size: .62rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .12em; }
.psc-system__node { position: absolute; z-index: 3; width: 128px; min-height: 70px; display: grid; place-items: center; padding: 10px; border: 1px solid #c8d7bd; border-radius: 14px; background: var(--psc-white); color: var(--psc-navy); box-shadow: 0 8px 25px rgba(7,26,61,.08); font-size: .74rem; font-weight: 800; line-height: 1.25; text-align: center; }
.psc-system__node:nth-of-type(1) { top: 1%; left: 36%; }
.psc-system__node:nth-of-type(2) { top: 23%; right: -1%; }
.psc-system__node:nth-of-type(3) { bottom: 16%; right: 3%; }
.psc-system__node:nth-of-type(4) { bottom: 0; left: 36%; }
.psc-system__node:nth-of-type(5) { bottom: 16%; left: 0; }
.psc-system__node:nth-of-type(6) { top: 23%; left: -2%; }
.psc-checklist { margin: 28px 0 34px; padding: 0; list-style: none; }
.psc-checklist li { position: relative; padding: 10px 0 10px 36px; border-bottom: 1px solid var(--psc-line); }
.psc-checklist li::before { content: '✓'; position: absolute; left: 0; top: 10px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--psc-sage); color: var(--psc-green-dark); font-weight: 900; }

/* Capabilities */
.psc-capability { position: relative; padding: 38px 32px; border-top: 4px solid var(--psc-green); }
.psc-capability:nth-child(2) { border-top-color: var(--psc-teal); }
.psc-capability:nth-child(3) { border-top-color: var(--psc-gold); }
.psc-icon { width: 58px; height: 58px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--psc-sage); color: var(--psc-green-dark); font-size: 1.5rem; font-weight: 700; }
.psc-capability:nth-child(2) .psc-icon { background: #d3eeee; color: #1d7475; }
.psc-capability:nth-child(3) .psc-icon { background: #f7e5b7; color: #80570a; }
.psc-capability p { color: var(--psc-muted); }
.psc-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--psc-green-dark); font-size: .86rem; font-weight: 800; }

/* Process */
.psc-process { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin-top: 56px; padding: 0; list-style: none; counter-reset: process; }
.psc-process li { position: relative; padding: 78px 18px 0; text-align: center; counter-increment: process; }
.psc-process li::before { content: counter(process, decimal-leading-zero); position: absolute; top: 0; left: 50%; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; transform: translateX(-50%); border-radius: 50%; background: var(--psc-white); border: 2px solid var(--psc-green); color: var(--psc-green-dark); font-family: var(--psc-serif); font-size: 1.3rem; }
.psc-process li:not(:last-child)::after { content: ''; position: absolute; top: 28px; left: calc(50% + 29px); width: calc(100% - 58px); border-top: 1px dashed #8ba176; }
.psc-process strong { display: block; margin-bottom: 8px; color: var(--psc-navy); }
.psc-process span { color: var(--psc-muted); font-size: .82rem; line-height: 1.4; }

/* Outcomes / industries */
.psc-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--psc-line); border-radius: var(--psc-radius); background: var(--psc-white); }
.psc-outcome { padding: 34px 25px; text-align: center; }
.psc-outcome + .psc-outcome { border-left: 1px solid var(--psc-line); }
.psc-outcome strong { display: block; margin-bottom: 9px; color: var(--psc-green); font-family: var(--psc-serif); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.psc-outcome span { color: var(--psc-navy); font-size: .78rem; font-weight: 750; }
.psc-industries { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--psc-line); }
.psc-industry { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 110px; padding: 18px; text-align: center; }
.psc-industry + .psc-industry { border-left: 1px solid var(--psc-line); }
.psc-industry .psc-icon { flex: 0 0 42px; width: 42px; height: 42px; margin: 0; font-size: 1.05rem; }
.psc-industry strong { color: var(--psc-navy); font-size: .78rem; line-height: 1.3; }

/* Cases */
.psc-case img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.psc-case__tag { display: inline-block; margin-bottom: 10px; color: var(--psc-green-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.psc-case h3 { margin-bottom: 12px; }
.psc-case p { color: var(--psc-muted); font-size: .9rem; }
.psc-case__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.psc-case__meta span { padding: 5px 9px; border-radius: 999px; background: var(--psc-sand); color: var(--psc-green-dark); font-size: .7rem; font-weight: 700; }

/* Credentials */
.psc-credentials { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.psc-credential { min-height: 130px; display: grid; place-items: center; padding: 22px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; text-align: center; }
.psc-credential strong { display: block; color: var(--psc-white); font-family: var(--psc-serif); font-size: 1.25rem; }
.psc-credential span { display: block; margin-top: 6px; color: #bdc9db; font-size: .7rem; line-height: 1.35; }

/* CTA */
.psc-final-cta { position: relative; overflow: hidden; margin: 70px auto; border-radius: 28px; background: linear-gradient(105deg, #f5e1c6 0%, var(--psc-cream) 42%, #f5f3e9 100%); }
.psc-final-cta::after { right: -110px; bottom: -190px; }
.psc-final-cta__inner { position: relative; z-index: 2; max-width: 760px; padding: 72px; }
.psc-final-cta h2 { font-size: clamp(2.3rem, 4.8vw, 4.5rem); }

/* Internal pages */
.psc-page-hero { padding: 86px 0 72px; background: linear-gradient(120deg, var(--psc-cream), #eef3e8); border-bottom: 1px solid var(--psc-line); }
.psc-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 70px; align-items: end; }
.psc-page-hero h1 { max-width: 850px; margin-bottom: 22px; }
.psc-page-hero__aside { padding: 26px; border-left: 3px solid var(--psc-gold); background: rgba(255,255,255,.65); }
.psc-page-hero__aside strong { color: var(--psc-navy); font-family: var(--psc-serif); font-size: 1.45rem; }
.psc-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 72px; align-items: start; }
.psc-richtext h2 { margin-top: 55px; }
.psc-richtext h3 { margin-top: 34px; }
.psc-richtext p, .psc-richtext li { color: #495468; }
.psc-richtext > :first-child { margin-top: 0; }
.psc-sticky-card { position: sticky; top: 122px; padding: 30px; border-radius: var(--psc-radius); background: var(--psc-navy); color: var(--psc-white); }
.psc-sticky-card h2, .psc-sticky-card h3 { color: var(--psc-white); }
.psc-sticky-card p { color: #cbd4e3; }
.psc-feature-list { display: grid; gap: 18px; margin: 30px 0; }
.psc-feature { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--psc-line); border-radius: 16px; background: var(--psc-white); }
.psc-feature .psc-icon { width: 52px; height: 52px; margin: 0; }
.psc-feature h3 { margin-bottom: 8px; font-size: 1.25rem; }
.psc-feature p { margin: 0; color: var(--psc-muted); font-size: .9rem; }
.psc-quote { padding: 38px; border-left: 4px solid var(--psc-gold); background: var(--psc-sand); font-family: var(--psc-serif); font-size: 1.5rem; line-height: 1.4; }
.psc-quote cite { display: block; margin-top: 16px; color: var(--psc-muted); font-family: var(--psc-sans); font-size: .78rem; font-style: normal; }
.psc-faq { display: grid; gap: 12px; }
.psc-faq details { border: 1px solid var(--psc-line); border-radius: 14px; background: var(--psc-white); }
.psc-faq summary { padding: 20px 56px 20px 22px; color: var(--psc-navy); font-weight: 800; cursor: pointer; }
.psc-faq details p { padding: 0 22px 22px; margin: 0; color: var(--psc-muted); }

/* Forms */
.psc-form { display: grid; gap: 20px; }
.psc-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.psc-field label, .psc-field legend { display: block; margin-bottom: 7px; color: var(--psc-navy); font-size: .82rem; font-weight: 800; }
.psc-field input, .psc-field select, .psc-field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #a9b2bf; border-radius: 8px; background: var(--psc-white); color: var(--psc-ink);
}
.psc-field textarea { min-height: 150px; resize: vertical; }
.psc-field input:focus, .psc-field select:focus, .psc-field textarea:focus { border-color: var(--psc-green-dark); box-shadow: 0 0 0 3px rgba(95,127,69,.18); outline: 0; }
.psc-required { color: #9c3500; }
.psc-form-note { color: var(--psc-muted); font-size: .78rem; }
.psc-notice { padding: 18px 20px; margin-bottom: 26px; border-radius: 10px; background: #e5f0dc; border-left: 4px solid var(--psc-green); }
.psc-honeypot { position: absolute !important; left: -9999px !important; }

/* Footer */
.site-footer { padding: 65px 0 28px; background: var(--psc-white); border-top: 1px solid var(--psc-line); }
.site-footer__top { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.1fr; gap: 55px; padding-bottom: 50px; }
.site-footer h2 { font-family: var(--psc-sans); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.site-footer p { color: var(--psc-muted); font-size: .875rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer li a, .site-footer__label { min-height: 32px; display: inline-flex; align-items: center; color: var(--psc-muted); font-size: .875rem; font-weight: 650; text-decoration: none; }
.site-footer li a:hover { color: var(--psc-navy); text-decoration: underline; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--psc-line); color: var(--psc-muted); font-size: .78rem; }
.psc-newsletter { display: flex; gap: 8px; }
.psc-newsletter input { min-width: 0; width: 100%; padding: 10px 12px; border: 1px solid #a9b2bf; border-radius: 8px; }
.psc-newsletter button { min-width: 48px; border: 0; border-radius: 8px; background: var(--psc-navy); color: white; font-weight: 800; }

.error-404 { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.error-404 h1 { margin-bottom: 15px; }

@media (max-width: 1100px) {
  .site-nav { gap: 16px; }
  .site-nav ul { gap: 16px; }
  .psc-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 35px; }
  .psc-hero__visual { min-height: 500px; }
  .psc-hero__visual > img { height: 460px; }
  .psc-grid--5 { grid-template-columns: repeat(3, 1fr); }
  .psc-credentials { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .nav-toggle { position: relative; z-index: 1002; display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; bottom: auto; left: 0; z-index: 1001; display: none; height: calc(100vh - 88px); height: calc(100dvh - 88px); align-items: stretch; padding: 32px 20px; background: var(--psc-cream); box-shadow: 0 24px 45px rgba(7, 26, 61, .14); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 0; align-items: stretch; }
  .site-nav li { border-bottom: 1px solid var(--psc-line); }
  .site-nav a { display: block; padding: 17px 8px; font-size: 1rem; }
  .site-nav .psc-button { margin-top: 18px; }
  .site-nav.site-nav--preview { position: static; display: flex; width: auto; height: auto; padding: 0; background: transparent; box-shadow: none; overflow: visible; }
  .site-nav--preview ul { display: flex; }
  .site-nav--preview li { border-bottom: 0; }
  .site-nav--preview li > a { padding: 10px 0 6px; font-size: .9rem; }
  .psc-hero__grid, .psc-psas-layout, .psc-page-hero__grid, .psc-split, .psc-heading { grid-template-columns: 1fr; }
  .psc-hero__grid { gap: 48px; }
  .psc-hero__visual { min-height: auto; padding-bottom: 50px; }
  .psc-hero__visual > img { height: 520px; }
  .psc-proofbar__inner { grid-template-columns: repeat(3, 1fr); }
  .psc-proofbar__inner strong { grid-column: 1 / -1; }
  .psc-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .psc-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .psc-process { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .psc-process li:nth-child(3)::after { display: none; }
  .psc-outcomes { grid-template-columns: repeat(2, 1fr); }
  .psc-outcome:nth-child(3) { border-left: 0; border-top: 1px solid var(--psc-line); }
  .psc-outcome:nth-child(4) { border-top: 1px solid var(--psc-line); }
  .psc-industries { grid-template-columns: repeat(2, 1fr); }
  .psc-industry { border-bottom: 1px solid var(--psc-line); }
  .psc-industry:nth-child(odd) { border-left: 0; }
  .psc-sticky-card { position: static; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .psc-container { width: min(calc(100% - 28px), var(--psc-max)); }
  .site-header__inner { min-height: 76px; }
  .site-nav { height: calc(100vh - 76px); height: calc(100dvh - 76px); }
  .site-brand__logo { width: 175px; }
  .psc-section { padding: 68px 0; }
  .psc-hero { padding: 55px 0 45px; }
  .psc-hero h1 { width: 100%; max-width: 100%; font-size: clamp(2.15rem, 11vw, 2.85rem); line-height: 1.08; overflow-wrap: anywhere; }
  .psc-hero .psc-lede { width: 100%; max-width: 100%; font-size: 1rem; overflow-wrap: anywhere; }
  .psc-hero .psc-actions { width: 100%; }
  .psc-hero__visual > img { height: 390px; }
  .psc-trust-card { right: 10px; width: 88%; }
  .psc-proofbar__inner, .psc-grid--3, .psc-grid--4, .psc-grid--5, .psc-credentials { grid-template-columns: 1fr; }
  .psc-proofbar span { padding: 10px 0; border-left: 0; border-top: 1px solid var(--psc-line); }
  .psc-problem-card { min-height: 0; }
  .psc-system { transform: scale(.89); margin-block: -25px; }
  .psc-system__node { width: 105px; min-height: 60px; font-size: .65rem; }
  .psc-process { grid-template-columns: 1fr; gap: 28px; }
  .psc-process li { min-height: 70px; padding: 5px 0 5px 85px; text-align: left; }
  .psc-process li::before { left: 30px; transform: none; }
  .psc-process li::after { display: none; }
  .psc-outcomes, .psc-industries { grid-template-columns: 1fr; }
  .psc-outcome + .psc-outcome, .psc-outcome:nth-child(3) { border-left: 0; border-top: 1px solid var(--psc-line); }
  .psc-industry + .psc-industry { border-left: 0; }
  .psc-final-cta__inner { padding: 46px 28px; }
  .psc-page-hero { padding: 60px 0 50px; }
  .psc-form__row { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; gap: 35px; }
  .site-footer__bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media print {
  .site-header, .site-footer, .psc-actions, .psc-final-cta { display: none !important; }
  body { background: white; color: black; font-size: 12pt; }
  .psc-section, .psc-page-hero { padding: 24pt 0; }
  .psc-container { width: 100%; }
  h1, h2, h3 { color: black; }
  a { color: black; text-decoration: none; }
}
