/* Forest + ivory: two brand colors, tonal steps for contrast. */
body { background: #F6F4EB; }
.pv-brand { display: inline-flex; gap: 10px; align-items: center; color: #12372B; flex-shrink: 0; }
.pv-brand > span { font: 650 22px/1.1 Inter, sans-serif; letter-spacing: -.9px; }
.pv-brand-ai { font-weight: 400; }
.pv-brand small { display: block; font: 600 8px/1.4 Inter, sans-serif; letter-spacing: 2px; margin-top: 5px; }
.pv-brand img { width: 40px; height: 40px; }
.pv-core img { margin-bottom: 8px; }
.pv-hero { background: #F6F4EB; }
.pv-hero h1, .pv-hero h1 em { color: #12372B; }
.pv-system { background: #12372B; }
.pv-node { background: #234536; border-color: #5b7663; }
.pv-node-icon, .pv-core strong span, .pv-node-arrow { color: #F6F4EB; }
.pv-node small, .pv-core small { color: #d8dfcf; }
.pv-button-primary, .wa-float { background: #12372B; color: #F6F4EB; }
.pv-header { background: #F6F4EB; }
.pv-topbar { background: #eeeee2; }
.pv-guide-link { display: inline-block; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.pv-journey { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 70px; }
.pv-journey h2, .pv-guide h1 { color: #12372B; font-size: clamp(32px, 4vw, 52px); font-weight: 500; letter-spacing: -.05em; line-height: 1.1; margin-bottom: 18px; }
.pv-journey em, .pv-guide h1 em { font-family: Newsreader, Georgia, serif; font-weight: 400; }
.pv-journey p { font-size: 14px; line-height: 1.8; color: #4B6046; }
.pv-journey a { display: inline-block; margin-top: 20px; text-decoration: underline; text-underline-offset: 5px; color: #12372B; font-size: 13px; }
.pv-journey ol { display: grid; gap: 22px; }
.pv-journey li { display: flex; gap: 20px; border-bottom: 1px solid #c8d2c1; padding-bottom: 22px; }
.pv-journey li > span { font-size: 11px; padding-top: 5px; color: #4B6046; }
.pv-journey h3 { font-weight: 600; font-size: 16px; margin-bottom: 5px; }
.pv-mobile-menu { padding: 20px; background: #F6F4EB; max-height: calc(100dvh - 64px); overflow: auto; overscroll-behavior: contain; border-top: 1px solid #DDDFD2; }
.pv-mobile-menu > a:not(.pv-button) { display: grid; grid-template-columns: 24px 1fr; column-gap: 10px; padding: 13px 0; border-bottom: 1px solid #DDDFD2; font-weight: 600; font-size: 15px; color: #12372B; }
.pv-mobile-menu > a > span { font-size: 10px; font-weight: 400; padding-top: 3px; }
.pv-mobile-menu small { grid-column: 2; font-size: 12px; font-weight: 400; margin-top: 5px; color: #4B6046; }
.pv-mobile-menu .pv-eyebrow { font-size: 10px; margin-bottom: 6px; }
.pv-menu-links { display: grid; grid-template-columns: 1fr 1fr; padding-block: 12px; gap: 0 16px; font-size: 13px; }
.pv-menu-links a { padding-block: 12px; }
.pv-mobile-menu > .pv-button { display: flex; width: 100%; }
.pv-mobile-action { display: none; }
.pv-guide { max-width: 1120px; padding-block: 35px 70px; }
.pv-guide > nav { font-size: 12px; margin-bottom: 40px; }
.pv-guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 55px; }
.pv-guide-answer { border-top: 1px solid #c8d2c1; padding-block: 26px; scroll-margin-top: 100px; }
.pv-guide-answer h2 { font-size: 22px; letter-spacing: -.03em; line-height: 1.35; margin-bottom: 12px; color: #12372B; }
.pv-guide-answer p, .pv-guide-answer li { font-size: 15px; line-height: 1.9; color: #4B6046; }
.pv-guide-answer ol { list-style: decimal; padding-left: 22px; margin-bottom: 18px; }
.pv-guide-aside { align-self: start; padding: 24px; border: 1px solid #c8d2c1; border-radius: 14px; background: #eeeee2; }
.pv-guide-aside h2 { font-size: 17px; font-weight: 600; margin-bottom: 12px; }
.pv-guide-aside a { display: block; padding-block: 13px; font-size: 13px; }
.pv-guide-aside .pv-button { margin-top: 16px; text-align: center; }
@media (max-width: 767px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .pv-header .pv-brand > span { font-size: 20px; }
  .pv-header .pv-brand img { width: 36px; height: 36px; }
  .pv-header .pv-brand small { font-size: 7px; letter-spacing: 1.5px; }
  .pv-mobile-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 38; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #DDDFD2; background: #F6F4EB; box-shadow: 0 -6px 22px #12372b0a; }
  .pv-mobile-action a { min-height: 44px; display: flex; align-items: center; font-size: 12px; color: #12372B; }
  .pv-mobile-action a:last-child { background: #12372B; color: #F6F4EB; padding: 12px 20px; border-radius: 8px; gap: 26px; }
  body:has(#mobile-menu:not(.hidden)) .pv-mobile-action { display: none; }
  .wa-float, #sticky-exec-dock { display: none !important; }
  .pv-hero-grid { gap: 26px; padding-top: 30px; padding-bottom: 28px; }
  .pv-hero h1 { font-size: clamp(33px, 9.4vw, 54px); line-height: 1.03; margin-bottom: 17px; }
  .pv-eyebrow { font-size: 9px; letter-spacing: .04em; margin-bottom: 17px; }
  .pv-intro { font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
  .pv-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .pv-actions .pv-button { padding: 12px 10px; gap: 8px; font-size: 11px; }
  .pv-hero-note { margin-top: 14px; font-size: 11px; line-height: 1.6; }
  .pv-orbit { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
  .pv-connections, .pv-core { display: none; }
  .pv-node { position: relative; inset: auto; width: auto; padding: 13px; min-height: 106px; }
  .pv-node strong { font-size: 12px; }
  .pv-node small { font-size: 10px; line-height: 1.45; }
  .pv-node-icon { font-size: 22px; margin-bottom: 8px; }
  .pv-system-footer { font-size: 9px; line-height: 1.5; }
  .pv-system-heading { font-size: 9px; }
  .pv-foundations { gap: 11px; padding-block: 20px; }
  .pv-foundations p { font-size: 12px; }
  .pv-journey { grid-template-columns: 1fr; gap: 28px; padding-block: 42px; }
  .pv-journey h2 { font-size: 36px; }
  .pv-journey p { font-size: 14px; }
  .pv-guide-layout { grid-template-columns: 1fr; gap: 20px; }
  .pv-guide h1 { font-size: 38px; }
  .pv-guide-answer h2 { font-size: 21px; }
  .pv-guide-aside { order: -1; }
  .pv-contact-page > section { padding-top: 26px; }
  .pv-contact-page > section:first-child .mb-12 { margin-bottom: 12px; }
  .pv-contact-page > section:first-child h1 { font-size: 36px; }
  .pv-contact-page > section:first-child .mt-6 { display: none; }
  .pv-contact-page .luxury-card { padding: 22px 18px; }
  #enterprise-contact-form input, #enterprise-contact-form select, #enterprise-contact-form textarea { font-size: 16px; min-height: 48px; }
  #enterprise-contact-form label { font-family: Inter, sans-serif; font-size: 12px; }
  #capabilities-explorer .lux-tab-rail { display: flex; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 12px; }
  #capabilities-explorer .arch-tab-btn { min-height: 44px; scroll-snap-align: start; }
  .pv-contact-page + .pv-mobile-action { display: none; }
}
@media (max-width: 360px) { .pv-actions { grid-template-columns: 1fr; } }
