/*
Theme Name: Potensia
Theme URI: https://potensia.app
Author: Potensia
Author URI: https://potensia.app
Description: Premium, Elementor-ready company profile theme for the Potensia ecosystem.
Version: 1.0.0
Requires at least: 6.1
Requires PHP: 7.4
Text Domain: potensia
*/

:root {
  --pot-navy: #11293F;
  --pot-teal: #0B7D78;
  --pot-gold: #C99A3D;
  --pot-offwhite: #F7F4ED;
  --pot-light: #EAF1F1;
  --pot-ink: #26343D;
  --pot-white: #FFFFFF;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--pot-ink); background: var(--pot-white); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--pot-teal); }
a:hover { color: var(--pot-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; }
.site-main { min-height: 60vh; }
.potensia-fallback { max-width: 1180px; margin: 0 auto; padding: 96px 24px; }
.potensia-fallback--hero { max-width: none; padding: 140px max(24px, calc((100vw - 1180px) / 2)); background: var(--pot-offwhite); }
.potensia-fallback h1, .potensia-fallback h2 { color: var(--pot-navy); font-family: "Source Serif 4", Georgia, serif; font-weight: 600; line-height: 1.08; }
.potensia-fallback h1 { max-width: 780px; font-size: clamp(42px, 6vw, 76px); margin: 12px 0 28px; }
.potensia-fallback h2 { font-size: clamp(32px, 4vw, 52px); margin: 12px 0 18px; }
.potensia-fallback p { max-width: 700px; font-size: 18px; line-height: 1.7; }
.potensia-eyebrow { color: var(--pot-teal); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.potensia-button { display: inline-block; margin: 12px 8px 0 0; padding: 15px 23px; border-radius: 2px; background: var(--pot-teal); color: #fff; font-weight: 700; text-decoration: none; }
.potensia-button:hover { background: var(--pot-navy); color: #fff; }
.potensia-button--secondary { background: transparent; color: var(--pot-navy); border: 1px solid var(--pot-navy); }
.site-header { border-bottom: 1px solid rgba(17,41,63,.08); background: rgba(255,255,255,.97); }
.site-header__inner, .site-footer__inner { max-width: 1180px; margin: 0 auto; padding: 18px 24px; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding a { color: var(--pot-navy); font-size: 22px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.primary-menu { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.primary-menu a { color: var(--pot-navy); font-size: 14px; font-weight: 600; text-decoration: none; }
.primary-menu a:hover { color: var(--pot-teal); }
.menu-toggle { display: none; border: 0; background: none; color: var(--pot-navy); font-size: 26px; }
.site-footer { color: #D7E7E7; background: var(--pot-navy); }
.site-footer a { color: #D7E7E7; }
.site-footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; padding-top: 72px; padding-bottom: 72px; }
.site-footer h2, .site-footer h3 { color: #fff; font-family: "Source Serif 4", Georgia, serif; }
.site-footer p, .site-footer li { line-height: 1.7; }
.site-footer__bottom { max-width: 1180px; margin: 0 auto; padding: 18px 24px 24px; border-top: 1px solid rgba(255,255,255,.18); font-size: 12px; }
@media (max-width: 800px) {
  .site-header__inner { flex-wrap: wrap; }
  .menu-toggle { display: block; }
  .primary-menu { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 14px; padding: 12px 0 4px; }
  .primary-menu.is-open { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 20px; }
  .potensia-fallback--hero { padding-top: 92px; padding-bottom: 92px; }
}
