@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root {
  --psx-ink: #0d2239;
  --psx-ink-soft: #3f5b77;
  --psx-paper: #f3f8fd;
  --psx-white: #ffffff;
  --psx-line: #d7e3ee;
  --psx-blue: #1a4f80;
  --psx-blue-soft: #2f77bd;
  --psx-orange: #ff9f34;
  --psx-green: #43b28e;
  --psx-shadow-lg: 0 26px 46px rgba(10, 31, 52, 0.14);
  --psx-shadow-md: 0 16px 30px rgba(10, 31, 52, 0.1);
}

.psx-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.psx-theme-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10040;
  border: 1px solid rgba(20, 57, 90, 0.26);
  background: rgba(255, 255, 255, 0.9);
  color: #103f68;
  border-radius: 999px;
  min-height: 48px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 14px 28px rgba(9, 28, 47, 0.2);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.psx-theme-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(9, 28, 47, 0.26);
}

.psx-theme-toggle__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #d6ecff, #f7fbff);
  border: 1px solid rgba(34, 86, 132, 0.24);
  font-size: 0.86rem;
}

.home .psx-theme-toggle {
  bottom: 94px;
}

.psx-shell-active,
.psx-shell-active .site {
  background: linear-gradient(180deg, #f3f8fd 0%, #f8fbff 45%, #f5f9fe 100%);
}

.psx-shell-active #content,
.psx-shell-active .site-content,
.psx-shell-active #content .ast-container,
.psx-shell-active #primary,
.psx-shell-active #main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.psx-shell-active #content .ast-container {
  display: block !important;
}

.psx-shell-active .ast-article-single,
.psx-shell-active .ast-article-single:not(.ast-related-post) {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.psx-shell-active .entry-header {
  display: none !important;
}

.psx-shell-active .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

.psx-page {
  --psx-tone-a: #2f77bd;
  --psx-tone-b: #43b28e;
  --psx-tone-c: rgba(255, 173, 77, 0.25);
  --psx-tone-d: rgba(66, 153, 225, 0.2);
  --psx-hero-from: #f8fbff;
  --psx-hero-mid: #f1f6fc;
  --psx-hero-to: #fef7ec;
  --psx-title: #0a2847;
  --psx-lead: #2c4c6a;
  --psx-badge: #2e4d6a;
  --psx-accent-dot: #ff9f34;
  --psx-accent-dot-shadow: rgba(255, 159, 52, 0.2);
  --psx-badge-border: rgba(23, 68, 108, 0.2);
  --psx-final-a: #112f51;
  --psx-final-b: #1d5787;
  --psx-final-c: #2c6c98;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  color: var(--psx-ink);
  overflow: clip;
  position: relative;
}

.psx-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--psx-badge-border);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
}

.psx-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--psx-accent-dot);
  box-shadow: 0 0 0 7px var(--psx-accent-dot-shadow);
}

.psx-hero {
  position: relative;
  padding: 88px 0 64px;
  background:
    radial-gradient(circle at 88% 10%, var(--psx-tone-c), transparent 34%),
    radial-gradient(circle at 8% 88%, var(--psx-tone-d), transparent 36%),
    linear-gradient(140deg, var(--psx-hero-from) 0%, var(--psx-hero-mid) 62%, var(--psx-hero-to) 100%);
  border-bottom: 1px solid #dce8f3;
}

.psx-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.55;
}

.psx-blob-a {
  width: 220px;
  height: 220px;
  left: -68px;
  top: 12px;
  background: radial-gradient(circle, rgba(255, 159, 52, 0.45), transparent 62%);
  animation: psx-float 14s ease-in-out infinite;
}

.psx-blob-b {
  width: 250px;
  height: 250px;
  right: -80px;
  top: 140px;
  background: radial-gradient(circle, rgba(47, 119, 189, 0.38), transparent 62%);
  animation: psx-float 14s ease-in-out infinite;
  animation-delay: 1.4s;
}

.psx-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
}

.psx-copy h1 {
  margin: 14px 0 14px;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(2.4rem, 5.7vw, 4.4rem);
  line-height: 0.96;
  color: var(--psx-title);
  letter-spacing: -0.02em;
}

.psx-lead {
  margin: 0;
  color: var(--psx-lead);
  font-size: 1.05rem;
  max-width: 60ch;
}

.psx-badges {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.psx-badges li {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #d4dfeb;
  background: rgba(255, 255, 255, 0.9);
  color: var(--psx-badge);
  font-size: 0.82rem;
  font-weight: 600;
}

.psx-media-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: 220px 170px;
  gap: 12px;
}

.psx-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--psx-shadow-lg);
  border: 1px solid rgba(19, 58, 93, 0.14);
  position: relative;
}

.psx-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 18, 30, 0.46), transparent 56%);
  pointer-events: none;
}

.psx-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.psx-media:hover img {
  transform: scale(1.06);
}

.psx-media-a {
  grid-row: 1 / span 2;
}

.psx-media-b {
  grid-row: 1;
}

.psx-media-c {
  grid-row: 2;
}

.psx-metrics {
  padding: 28px 0 10px;
}

.psx-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.psx-stat-card {
  background: var(--psx-white);
  border: 1px solid var(--psx-line);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--psx-shadow-md);
}

.psx-stat-value {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 800;
  color: #11416d;
}

.psx-stat-label {
  display: block;
  margin-top: 7px;
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4f6a84;
}

.psx-bars {
  margin-top: 16px;
  background: #fff;
  border: 1px solid var(--psx-line);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--psx-shadow-md);
  display: grid;
  gap: 11px;
}

.psx-bar-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 10px;
  align-items: center;
}

.psx-bar-label {
  color: #3f5f7f;
  font-size: 0.84rem;
  font-weight: 700;
}

.psx-bar-track {
  height: 10px;
  border-radius: 999px;
  background: #e6eef6;
  overflow: hidden;
}

.psx-bar-fill {
  display: block;
  height: 100%;
  width: calc(var(--psx-value) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--psx-tone-a), var(--psx-tone-b));
  transform-origin: left center;
  transform: scaleX(0.2);
  opacity: 0.2;
  transition: transform 0.85s ease, opacity 0.85s ease;
}

.is-visible .psx-bar-fill,
.psx-bars.is-visible .psx-bar-fill {
  transform: scaleX(1);
  opacity: 1;
}

.psx-main-content {
  padding: 30px 0 20px;
}

.psx-content-card {
  background: #fff;
  border: 1px solid var(--psx-line);
  border-radius: 22px;
  box-shadow: var(--psx-shadow-lg);
  padding: clamp(22px, 3.3vw, 36px);
  position: relative;
}

.psx-content-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--psx-tone-a), var(--psx-tone-b), var(--psx-accent-dot));
}

.psx-content-card p {
  color: #2a4966;
  font-size: 1rem;
  line-height: 1.72;
}

.psx-content-card h2 {
  margin: 1.15em 0 0.5em;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  color: #10365c;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.04;
}

.psx-content-card h3 {
  margin: 1em 0 0.42em;
  color: #1d4e7c;
  font-size: 1.1rem;
}

.psx-content-card ul {
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.psx-content-card li {
  position: relative;
  padding-left: 24px;
  color: #2f4f6c;
}

.psx-content-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--psx-tone-a), var(--psx-tone-b));
  box-shadow: 0 0 0 6px rgba(47, 119, 189, 0.16);
}

.psx-content-card a {
  color: #0d4b7f;
  font-weight: 700;
  text-decoration-thickness: 1.5px;
}

.psx-final-cta {
  padding: 18px 0 70px;
}

.psx-final-band {
  border-radius: 20px;
  background: linear-gradient(135deg, var(--psx-final-a), var(--psx-final-b) 60%, var(--psx-final-c));
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 20px 38px rgba(9, 27, 46, 0.25);
}

.psx-final-band h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.04;
}

.psx-final-band p {
  margin: 7px 0 0;
  color: rgba(234, 245, 255, 0.94);
  max-width: 60ch;
}

.psx-final-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.psx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  padding: 11px 17px;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.psx-btn:hover {
  transform: translateY(-2px);
}

.psx-btn-primary {
  color: #fff;
  background: linear-gradient(130deg, #ff9f34, #f07b0d);
  box-shadow: 0 10px 22px rgba(242, 127, 22, 0.35);
}

.psx-btn-soft {
  color: #0d3f69;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.psx-page-module {
  padding: 4px 0 12px;
}

.psx-module-panel {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #d9e4ef;
  border-radius: 22px;
  padding: clamp(20px, 3.1vw, 34px);
  box-shadow: var(--psx-shadow-md);
  overflow: hidden;
}

.psx-module-panel::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--psx-tone-a), var(--psx-tone-b), var(--psx-accent-dot));
}

.psx-module-head {
  max-width: 74ch;
}

.psx-module-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #27567f;
}

.psx-module-head h2 {
  margin: 10px 0 8px;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.02;
  color: #0f365a;
}

.psx-module-head p {
  margin: 0;
  color: #3a5a78;
  line-height: 1.66;
}

.psx-timeline {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.psx-timeline-step {
  border: 1px solid #d5e0eb;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(11, 35, 59, 0.08);
}

.psx-step-id {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--psx-tone-a), var(--psx-tone-b));
}

.psx-timeline-step h3 {
  margin: 11px 0 7px;
  color: #123f68;
  font-size: 1rem;
}

.psx-timeline-step p {
  margin: 0;
  color: #486681;
  line-height: 1.58;
}

.psx-timeline-step small {
  margin-top: 10px;
  display: inline-block;
  color: #5c7791;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.psx-service-board {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.psx-service-card,
.psx-service-infographic {
  border: 1px solid #d7e2ed;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 12px 24px rgba(11, 34, 56, 0.08);
}

.psx-service-card h3,
.psx-service-infographic h3 {
  margin: 0;
  color: #103d66;
  font-size: 1.02rem;
}

.psx-service-card p {
  margin: 8px 0 0;
  color: #496782;
}

.psx-service-card ul {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.psx-service-card li {
  position: relative;
  padding-left: 16px;
  font-size: 0.86rem;
  color: #355572;
}

.psx-service-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--psx-tone-a), var(--psx-tone-b));
}

.psx-mini-rings {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.psx-mini-ring {
  --ring: 70;
  --ring-color: #2f77bd;
  position: relative;
  border-radius: 14px;
  background: #f7fbff;
  border: 1px solid #d8e3ee;
  padding: 10px 8px;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.psx-mini-ring::before {
  content: '';
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: conic-gradient(var(--ring-color) calc(var(--ring) * 1%), #e8eff7 0);
}

.psx-mini-ring::after {
  content: '';
  position: absolute;
  top: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
}

.psx-mini-ring span {
  margin-top: -48px;
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 800;
  color: #163f66;
}

.psx-mini-ring small {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5a7690;
}

.psx-moodboard {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.psx-moodboard-card {
  border: 1px solid #d6e1ec;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(10, 31, 51, 0.08);
}

.psx-moodboard-card h3 {
  margin: 0;
  color: #103b63;
  font-size: 0.98rem;
}

.psx-rhythm {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.psx-rhythm-row {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 10px;
  align-items: center;
  color: #3f5f7e;
  font-size: 0.79rem;
}

.psx-rhythm-row i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #e7eef6;
  position: relative;
  overflow: hidden;
}

.psx-rhythm-row i::after {
  content: '';
  position: absolute;
  inset: 0;
  width: calc(var(--psx-value) * 1%);
  background: linear-gradient(90deg, var(--psx-tone-a), var(--psx-tone-b));
  border-radius: inherit;
}

.psx-palette {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.psx-palette li {
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 9px 11px;
  font-size: 0.8rem;
  font-weight: 700;
}

.psx-palette .is-gold {
  background: #fff5e6;
  border-color: #f4c98d;
  color: #8f5c21;
}

.psx-palette .is-blue {
  background: #e8f2fe;
  border-color: #a8c7ea;
  color: #20578d;
}

.psx-palette .is-stone {
  background: #f4f6f8;
  border-color: #d7dde4;
  color: #546271;
}

.psx-palette .is-green {
  background: #eaf8f5;
  border-color: #a9ddcb;
  color: #26725c;
}

.psx-tag-cloud {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.psx-tag-cloud li {
  border-radius: 999px;
  border: 1px solid #d3dfeb;
  background: #f7fbff;
  padding: 7px 10px;
  font-size: 0.76rem;
  color: #3f5d7a;
}

.psx-route-matrix {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.psx-route-row {
  border: 1px solid #d7e2ed;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr) 130px;
  gap: 12px;
  align-items: center;
}

.psx-route-row strong {
  font-size: 0.9rem;
  color: #113c65;
}

.psx-route-row span {
  color: #476683;
  font-size: 0.84rem;
}

.psx-route-row i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #e7eef6;
  overflow: hidden;
  position: relative;
}

.psx-route-row i::after {
  content: '';
  position: absolute;
  inset: 0;
  width: calc(var(--psx-value) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--psx-tone-a), var(--psx-tone-b));
}

.psx-pricing-compare {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.psx-compare-card {
  border: 1px solid #d7e2ed;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(8, 28, 45, 0.08);
}

.psx-compare-card h3 {
  margin: 0;
  color: #123f68;
  font-size: 1rem;
}

.psx-compare-card ul {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.psx-compare-card li {
  position: relative;
  padding-left: 17px;
  font-size: 0.86rem;
  color: #3f607d;
}

.psx-compare-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--psx-tone-a), var(--psx-tone-b));
}

.psx-value-strip {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.psx-value-strip > div {
  border-radius: 13px;
  border: 1px solid #d6e2ee;
  background: #f5f9fd;
  padding: 11px;
}

.psx-value-strip strong {
  display: block;
  color: #113f68;
  font-size: 1.08rem;
}

.psx-value-strip span {
  display: block;
  margin-top: 5px;
  color: #59738c;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.psx-faq-map {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.psx-faq-node {
  border-radius: 16px;
  border: 1px solid #d5e0eb;
  background: #fff;
  padding: 13px;
  box-shadow: 0 10px 22px rgba(8, 27, 44, 0.08);
}

.psx-faq-node h3 {
  margin: 0;
  color: #114069;
  font-size: 0.93rem;
}

.psx-faq-node p {
  margin: 8px 0 0;
  color: #466684;
  font-size: 0.84rem;
}

.psx-faq-node small {
  margin-top: 10px;
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #ecf5ff;
  color: #2c5f8e;
}

.psx-season-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.psx-season-card {
  border-radius: 16px;
  border: 1px solid #d7e2ed;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(8, 28, 45, 0.07);
}

.psx-season-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #113d66;
}

.psx-season-card p {
  margin: 8px 0 0;
  color: #496885;
  line-height: 1.58;
}

.psx-season-card.is-spring {
  background: linear-gradient(180deg, #eff9f5 0%, #ffffff 100%);
}

.psx-season-card.is-summer {
  background: linear-gradient(180deg, #fff8eb 0%, #ffffff 100%);
}

.psx-season-card.is-autumn {
  background: linear-gradient(180deg, #fff1e7 0%, #ffffff 100%);
}

.psx-season-card.is-winter {
  background: linear-gradient(180deg, #edf4ff 0%, #ffffff 100%);
}

.psx-pipeline {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.psx-pipeline-step {
  border-radius: 16px;
  border: 1px solid #d6e2ee;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(8, 29, 47, 0.09);
  position: relative;
}

.psx-pipeline-step::after {
  content: '';
  position: absolute;
  top: 32px;
  right: -10px;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--psx-tone-a), var(--psx-tone-b));
}

.psx-pipeline-step:last-child::after {
  display: none;
}

.psx-pipeline-step > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--psx-tone-a), var(--psx-tone-b));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.psx-pipeline-step h3 {
  margin: 10px 0 6px;
  color: #113f68;
  font-size: 0.95rem;
}

.psx-pipeline-step p {
  margin: 0;
  color: #4b6a87;
  font-size: 0.85rem;
  line-height: 1.54;
}

.psx-contact-micro {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.psx-contact-micro span {
  color: #52708b;
  font-size: 0.8rem;
}

.psx-page--about-paris-photographer {
  --psx-tone-a: #c45670;
  --psx-tone-b: #2ea38d;
  --psx-tone-c: rgba(230, 118, 138, 0.2);
  --psx-tone-d: rgba(65, 188, 165, 0.18);
  --psx-hero-from: #fff8fa;
  --psx-hero-mid: #f4fbf9;
  --psx-hero-to: #fff4eb;
  --psx-title: #50283a;
  --psx-lead: #61485a;
  --psx-badge: #5b4655;
  --psx-accent-dot: #ff9f76;
  --psx-accent-dot-shadow: rgba(255, 159, 118, 0.22);
  --psx-final-a: #5d2c3f;
  --psx-final-b: #2f7b70;
  --psx-final-c: #206b7d;
}

.psx-page--paris-photo-services {
  --psx-tone-a: #1f5ea3;
  --psx-tone-b: #69b256;
  --psx-tone-c: rgba(48, 118, 192, 0.22);
  --psx-tone-d: rgba(110, 187, 95, 0.2);
  --psx-hero-from: #f4f9ff;
  --psx-hero-mid: #f2fbf4;
  --psx-hero-to: #fff9ea;
  --psx-title: #153a63;
  --psx-final-a: #15375e;
  --psx-final-b: #246ea2;
  --psx-final-c: #4d9768;
}

.psx-page--paris-photo-portfolio {
  --psx-tone-a: #195f8f;
  --psx-tone-b: #e48b33;
  --psx-tone-c: rgba(72, 154, 220, 0.22);
  --psx-tone-d: rgba(237, 144, 53, 0.2);
  --psx-hero-from: #f2f9ff;
  --psx-hero-mid: #fff8ef;
  --psx-hero-to: #f7fbff;
  --psx-title: #153d62;
  --psx-final-a: #123455;
  --psx-final-b: #25688f;
  --psx-final-c: #c2752b;
}

.psx-page--paris-photo-locations {
  --psx-tone-a: #1d8378;
  --psx-tone-b: #4aa5dc;
  --psx-tone-c: rgba(46, 182, 153, 0.2);
  --psx-tone-d: rgba(79, 165, 225, 0.22);
  --psx-hero-from: #f1fbf8;
  --psx-hero-mid: #f1f8ff;
  --psx-hero-to: #f7fcff;
  --psx-title: #164f54;
  --psx-final-a: #134d57;
  --psx-final-b: #1f7c85;
  --psx-final-c: #2d709f;
}

.psx-page--paris-photo-pricing {
  --psx-tone-a: #b96f2f;
  --psx-tone-b: #2f7ac2;
  --psx-tone-c: rgba(215, 150, 87, 0.24);
  --psx-tone-d: rgba(82, 149, 216, 0.2);
  --psx-hero-from: #fff8ed;
  --psx-hero-mid: #f3f8ff;
  --psx-hero-to: #fffef8;
  --psx-title: #57402e;
  --psx-final-a: #5b3b25;
  --psx-final-b: #8a582f;
  --psx-final-c: #2c70a9;
}

.psx-page--faq-paris-photoshoot {
  --psx-tone-a: #3e6f97;
  --psx-tone-b: #43a88b;
  --psx-tone-c: rgba(89, 146, 192, 0.2);
  --psx-tone-d: rgba(80, 179, 148, 0.2);
  --psx-hero-from: #f4f9ff;
  --psx-hero-mid: #f1faf8;
  --psx-hero-to: #f7fbff;
  --psx-title: #274964;
  --psx-final-a: #1f3f5a;
  --psx-final-b: #2c6084;
  --psx-final-c: #2f816f;
}

.psx-page--guides {
  --psx-tone-a: #ae6341;
  --psx-tone-b: #73984e;
  --psx-tone-c: rgba(205, 128, 86, 0.2);
  --psx-tone-d: rgba(122, 165, 80, 0.2);
  --psx-hero-from: #fff5ee;
  --psx-hero-mid: #f5faef;
  --psx-hero-to: #fef8ed;
  --psx-title: #5b3f30;
  --psx-final-a: #5b3425;
  --psx-final-b: #8b5f37;
  --psx-final-c: #5f7f3e;
}

.psx-page--contact-paris-photographer {
  --psx-tone-a: #1b7da2;
  --psx-tone-b: #ec8e3c;
  --psx-tone-c: rgba(76, 172, 210, 0.24);
  --psx-tone-d: rgba(239, 151, 71, 0.2);
  --psx-hero-from: #f2faff;
  --psx-hero-mid: #fff8ef;
  --psx-hero-to: #f4fbf7;
  --psx-title: #1b4c61;
  --psx-final-a: #124462;
  --psx-final-b: #1f6f97;
  --psx-final-c: #d57f37;
}

.psx-page--paris-proposal-photographer {
  --psx-tone-a: #8d2f54;
  --psx-tone-b: #2f8ea5;
  --psx-tone-c: rgba(172, 77, 118, 0.22);
  --psx-tone-d: rgba(72, 161, 193, 0.22);
  --psx-hero-from: #fff5f9;
  --psx-hero-mid: #f2f8ff;
  --psx-hero-to: #fef9f2;
  --psx-title: #58263f;
  --psx-final-a: #5a2340;
  --psx-final-b: #294f78;
  --psx-final-c: #2c7b96;
}

.psx-page--paris-family-photographer {
  --psx-tone-a: #336e96;
  --psx-tone-b: #5ba55f;
  --psx-tone-c: rgba(86, 150, 197, 0.22);
  --psx-tone-d: rgba(101, 177, 107, 0.2);
  --psx-hero-from: #f2f9ff;
  --psx-hero-mid: #f2fbf4;
  --psx-hero-to: #fffaf1;
  --psx-title: #214762;
  --psx-final-a: #20445f;
  --psx-final-b: #2a6e96;
  --psx-final-c: #4d8a58;
}

.psx-page--paris-solo-photographer {
  --psx-tone-a: #2e6596;
  --psx-tone-b: #b87032;
  --psx-tone-c: rgba(96, 157, 210, 0.22);
  --psx-tone-d: rgba(214, 143, 86, 0.2);
  --psx-hero-from: #f1f9ff;
  --psx-hero-mid: #fff8ef;
  --psx-hero-to: #f6fbff;
  --psx-title: #214764;
  --psx-final-a: #1f4563;
  --psx-final-b: #2a5f86;
  --psx-final-c: #9f6632;
}

.psx-page--paris-honeymoon-photographer {
  --psx-tone-a: #2c6ca7;
  --psx-tone-b: #c86f4b;
  --psx-tone-c: rgba(88, 151, 209, 0.22);
  --psx-tone-d: rgba(212, 122, 87, 0.2);
  --psx-hero-from: #f1f9ff;
  --psx-hero-mid: #fff6f0;
  --psx-hero-to: #f8fbff;
  --psx-title: #21455f;
  --psx-final-a: #1f4361;
  --psx-final-b: #2e5e84;
  --psx-final-c: #a95f40;
}

[data-psx-reveal] {
  opacity: 0;
  transform: translateY(26px) scale(0.987);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

[data-psx-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.psx-journal-shell,
.psx-journal-shell .site {
  background: linear-gradient(180deg, #f5f9fe 0%, #f7fbff 100%);
}

.psx-journal-shell #content .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  padding: 0 !important;
}

.psx-journal-shell #primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

.psx-journal-shell .site-main {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 42px;
}

.psx-journal-hero {
  position: relative;
  margin-bottom: 24px;
  padding: 74px 0 48px;
  background:
    radial-gradient(circle at 89% 8%, rgba(255, 173, 77, 0.22), transparent 34%),
    radial-gradient(circle at 7% 88%, rgba(66, 153, 225, 0.16), transparent 34%),
    linear-gradient(140deg, #f8fbff 0%, #eff6fc 70%, #fef7ee 100%);
  border-bottom: 1px solid #dce8f3;
}

.psx-journal-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.psx-journal-copy h1 {
  margin: 14px 0;
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
}

.psx-journal-kpis {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.psx-journal-kpis article {
  background: #fff;
  border: 1px solid var(--psx-line);
  border-radius: 14px;
  padding: 12px;
  box-shadow: var(--psx-shadow-md);
}

.psx-journal-kpis strong {
  display: block;
  color: #11416d;
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1;
}

.psx-journal-kpis span {
  display: block;
  margin-top: 7px;
  color: #4a6580;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.psx-journal-media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 210px 150px;
  gap: 10px;
}

.blog.psx-journal-shell .ast-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.blog.psx-journal-shell .ast-row > .psx-journal-hero {
  grid-column: 1 / -1;
  margin: 0 0 8px;
}

.blog.psx-journal-shell .ast-row > article {
  margin: 0;
}

.blog.psx-journal-shell .ast-article-post {
  border: 1px solid #d4e0eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--psx-shadow-md);
  overflow: hidden;
}

.blog.psx-journal-shell .post-content {
  padding: 0 16px 16px;
}

.blog.psx-journal-shell .ast-blog-featured-section.post-thumb {
  display: block !important;
  margin: 0 -16px 14px !important;
  height: 175px;
  border-bottom: 1px solid #d8e3ee;
  background-size: cover;
  background-position: center;
}

.blog.psx-journal-shell .ast-row > article:nth-child(6n+1) .ast-blog-featured-section.post-thumb {
  background-image: linear-gradient(180deg, rgba(6, 18, 30, 0.2), rgba(6, 18, 30, 0.45)), url('/wp-content/uploads/2026/02/v2/hero-louvre.jpg');
}

.blog.psx-journal-shell .ast-row > article:nth-child(6n+2) .ast-blog-featured-section.post-thumb {
  background-image: linear-gradient(180deg, rgba(6, 18, 30, 0.2), rgba(6, 18, 30, 0.45)), url('/wp-content/uploads/2026/02/v2/hero-montmartre.jpg');
}

.blog.psx-journal-shell .ast-row > article:nth-child(6n+3) .ast-blog-featured-section.post-thumb {
  background-image: linear-gradient(180deg, rgba(6, 18, 30, 0.2), rgba(6, 18, 30, 0.45)), url('/wp-content/uploads/2026/02/v2/hero-seine.jpg');
}

.blog.psx-journal-shell .ast-row > article:nth-child(6n+4) .ast-blog-featured-section.post-thumb {
  background-image: linear-gradient(180deg, rgba(6, 18, 30, 0.2), rgba(6, 18, 30, 0.45)), url('/wp-content/uploads/2026/02/v2/portfolio-1.jpg');
}

.blog.psx-journal-shell .ast-row > article:nth-child(6n+5) .ast-blog-featured-section.post-thumb {
  background-image: linear-gradient(180deg, rgba(6, 18, 30, 0.2), rgba(6, 18, 30, 0.45)), url('/wp-content/uploads/2026/02/v2/portfolio-3.jpg');
}

.blog.psx-journal-shell .ast-row > article:nth-child(6n+6) .ast-blog-featured-section.post-thumb {
  background-image: linear-gradient(180deg, rgba(6, 18, 30, 0.2), rgba(6, 18, 30, 0.45)), url('/wp-content/uploads/2026/02/v2/portfolio-5.jpg');
}

.blog.psx-journal-shell .entry-title {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.24;
}

.blog.psx-journal-shell .entry-title a {
  color: #103b63;
}

.blog.psx-journal-shell .entry-meta {
  font-size: 0.77rem;
  color: #5b748d;
}

.blog.psx-journal-shell .ast-excerpt-container p {
  color: #3a5874;
  line-height: 1.6;
}

.blog.psx-journal-shell .read-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3e0eb;
  background: #f2f8fe;
  color: #15466f;
  border-radius: 11px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 700;
}

html.psx-theme-dark,
body.psx-theme-dark {
  color-scheme: dark;
}

body.psx-theme-dark .psx-theme-toggle {
  border-color: rgba(150, 185, 220, 0.3);
  background: rgba(13, 22, 34, 0.9);
  color: #e3f2ff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
}

body.psx-theme-dark .psx-theme-toggle__icon {
  border-color: rgba(129, 170, 210, 0.34);
  background: linear-gradient(140deg, #1f3248, #2f4964);
}

body.psx-theme-dark.psx-shell-active,
body.psx-theme-dark.psx-shell-active .site {
  background: linear-gradient(180deg, #0e1723 0%, #101b29 45%, #0c1420 100%);
}

body.psx-theme-dark.psx-journal-shell,
body.psx-theme-dark.psx-journal-shell .site {
  background: linear-gradient(180deg, #0d1724 0%, #0b1520 100%);
}

body.psx-theme-dark .psx-page {
  --psx-ink: #d7e9fb;
  --psx-line: #2b3d50;
  --psx-white: #121d2a;
  --psx-paper: #101a27;
  --psx-hero-from: #0f1825;
  --psx-hero-mid: #0d1622;
  --psx-hero-to: #111f2f;
  --psx-title: #eef6ff;
  --psx-lead: #b2c9df;
  --psx-badge: #c4d7ea;
  --psx-badge-border: rgba(167, 198, 226, 0.24);
  --psx-accent-dot-shadow: rgba(255, 159, 52, 0.26);
  --psx-final-a: #14273b;
  --psx-final-b: #1b3a57;
  --psx-final-c: #224f73;
}

body.psx-theme-dark .psx-hero,
body.psx-theme-dark .psx-journal-hero {
  border-bottom-color: #22374b;
}

body.psx-theme-dark .psx-eyebrow,
body.psx-theme-dark .psx-badges li,
body.psx-theme-dark .psx-stat-card,
body.psx-theme-dark .psx-bars,
body.psx-theme-dark .psx-content-card,
body.psx-theme-dark .psx-module-panel,
body.psx-theme-dark .psx-journal-kpis article,
body.psx-theme-dark .blog.psx-journal-shell .ast-article-post,
body.psx-theme-dark .blog.psx-journal-shell .read-more a {
  background: #141f2d;
  border-color: #2c3f52;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.34);
}

body.psx-theme-dark .psx-content-card::before,
body.psx-theme-dark .psx-module-panel::before {
  opacity: 0.92;
}

body.psx-theme-dark .psx-stat-value,
body.psx-theme-dark .psx-module-head h2,
body.psx-theme-dark .psx-timeline-step h3,
body.psx-theme-dark .psx-service-card h3,
body.psx-theme-dark .psx-service-infographic h3,
body.psx-theme-dark .psx-moodboard-card h3,
body.psx-theme-dark .psx-route-row strong,
body.psx-theme-dark .psx-compare-card h3,
body.psx-theme-dark .psx-faq-node h3,
body.psx-theme-dark .psx-season-card h3,
body.psx-theme-dark .psx-pipeline-step h3,
body.psx-theme-dark .psx-final-band h2,
body.psx-theme-dark .blog.psx-journal-shell .entry-title a {
  color: #edf6ff;
}

body.psx-theme-dark .psx-module-head p,
body.psx-theme-dark .psx-module-kicker,
body.psx-theme-dark .psx-timeline-step p,
body.psx-theme-dark .psx-timeline-step small,
body.psx-theme-dark .psx-service-card p,
body.psx-theme-dark .psx-service-card li,
body.psx-theme-dark .psx-mini-ring small,
body.psx-theme-dark .psx-rhythm-row,
body.psx-theme-dark .psx-tag-cloud li,
body.psx-theme-dark .psx-route-row span,
body.psx-theme-dark .psx-compare-card li,
body.psx-theme-dark .psx-value-strip span,
body.psx-theme-dark .psx-faq-node p,
body.psx-theme-dark .psx-faq-node small,
body.psx-theme-dark .psx-season-card p,
body.psx-theme-dark .psx-pipeline-step p,
body.psx-theme-dark .psx-contact-micro span,
body.psx-theme-dark .psx-content-card p,
body.psx-theme-dark .psx-content-card li,
body.psx-theme-dark .psx-content-card h3,
body.psx-theme-dark .psx-content-card a,
body.psx-theme-dark .psx-lead,
body.psx-theme-dark .psx-stat-label,
body.psx-theme-dark .psx-bar-label,
body.psx-theme-dark .blog.psx-journal-shell .entry-meta,
body.psx-theme-dark .blog.psx-journal-shell .ast-excerpt-container p {
  color: #adc5dc;
}

body.psx-theme-dark .psx-bar-track,
body.psx-theme-dark .psx-rhythm-row i,
body.psx-theme-dark .psx-route-row i {
  background: #22384c;
}

body.psx-theme-dark .psx-service-card,
body.psx-theme-dark .psx-service-infographic,
body.psx-theme-dark .psx-moodboard-card,
body.psx-theme-dark .psx-route-row,
body.psx-theme-dark .psx-compare-card,
body.psx-theme-dark .psx-value-strip > div,
body.psx-theme-dark .psx-faq-node,
body.psx-theme-dark .psx-season-card,
body.psx-theme-dark .psx-pipeline-step,
body.psx-theme-dark .psx-mini-ring,
body.psx-theme-dark .psx-palette li,
body.psx-theme-dark .psx-tag-cloud li,
body.psx-theme-dark .psx-final-band {
  background: #152333;
  border-color: #30465d;
}

body.psx-theme-dark .psx-mini-ring::after {
  background: #152333;
}

body.psx-theme-dark .psx-faq-node small {
  background: #1e3348;
  color: #b9d8f3;
}

body.psx-theme-dark .psx-btn-soft {
  background: #24374d;
  color: #ecf5ff;
  border-color: #456180;
}

body.psx-theme-dark .psx-btn-primary {
  box-shadow: 0 12px 24px rgba(242, 127, 22, 0.3);
}

body.psx-theme-dark .psx-journal-shell .site-main {
  color: #d6e8fa;
}

@keyframes psx-float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-14px) translateX(8px);
  }
}

@media (max-width: 1080px) {
  .psx-hero-grid,
  .psx-journal-grid {
    grid-template-columns: 1fr;
  }

  .psx-media-grid,
  .psx-journal-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 150px;
  }

  .psx-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .psx-timeline,
  .psx-service-board,
  .psx-moodboard,
  .psx-faq-map,
  .psx-season-grid,
  .psx-pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psx-pricing-compare {
    grid-template-columns: 1fr;
  }

  .psx-route-row {
    grid-template-columns: 1fr;
  }

  .psx-pipeline-step::after {
    display: none;
  }

  .blog.psx-journal-shell .ast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .psx-shell {
    width: min(1220px, calc(100% - 26px));
  }

  .psx-theme-toggle {
    right: 10px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    min-height: 46px;
    padding: 9px 12px;
  }

  .psx-hero {
    padding: 72px 0 46px;
  }

  .psx-stat-grid,
  .psx-journal-kpis,
  .psx-timeline,
  .psx-service-board,
  .psx-moodboard,
  .psx-faq-map,
  .psx-season-grid,
  .psx-pipeline,
  .psx-value-strip {
    grid-template-columns: 1fr;
  }

  .psx-bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .psx-rhythm-row {
    grid-template-columns: 1fr;
  }

  .psx-final-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .psx-media-grid,
  .psx-journal-media {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 170px);
  }

  .psx-media-a,
  .psx-media-b,
  .psx-media-c {
    grid-row: auto;
  }

  .psx-journal-shell .site-main {
    width: min(1220px, calc(100% - 26px));
  }

  .psx-contact-micro {
    flex-direction: column;
    align-items: stretch;
  }

  .psx-contact-micro .psx-btn {
    width: 100%;
  }

  .blog.psx-journal-shell .ast-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-psx-reveal],
  .psx-media img,
  .psx-btn,
  .psx-bar-fill,
  .psx-theme-toggle {
    transition: none !important;
    animation: none !important;
  }
}
