/*
Theme Name: Strategic Materials GoDaddy Theme
Theme URI: https://strategicmaterials.net
Author: Strategic Materials
Description: Streamlined classic WordPress theme for Strategic Materials, rebuilt from sm-theme-v5 for GoDaddy Managed WordPress installation.
Version: 1.6.0
License: Private
Text Domain: sm-godaddy
Requires at least: 6.0
*/

/* RESET — only what's needed, no blanket color overrides */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Barlow", sans-serif;
  background-color: #111820 !important;
  overflow-x: hidden;
  line-height: 1.6;
}

/* SM-prefixed classes are safe to color — they're only used in our markup */
.sm-white  { color: #F7F9FB !important; }
.sm-light  { color: #D4DCE5 !important; }
.sm-muted  { color: #A8B4C2 !important; }
.sm-red    { color: #A65346 !important; }
.sm-blue   { color: #6F8EA4 !important; }
.sm-lblue  { color: #8EABC2 !important; }
.sm-green  { color: #8FB69A !important; }
.sm-warn   { color: #B8756A !important; }
.sm-bg-dark { background-color: #111820 !important; }
.sm-bg-mid  { background-color: #182433 !important; }

/* SECTIONS */
.sm-section { padding: 80px 48px; }
.sm-section-dark { background-color: #111820 !important; }
.sm-section-mid  { background-color: #182433 !important; }
.sm-container { max-width: 1200px; margin: 0 auto; }

.sm-label {
  font-family: "DM Mono", monospace;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #6F8EA4 !important; margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.sm-label::before { content: ""; width: 20px; height: 1px; background-color: #6F8EA4 !important; }

.sm-section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800; font-size: clamp(28px,4vw,52px);
  line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 16px;
  text-transform: uppercase; color: #F7F9FB !important;
}
.sm-section-desc { font-size: 17px; color: #D4DCE5 !important; max-width: 620px; line-height: 1.7; font-weight: 300; }

/* BUTTONS */
.sm-btn-red {
  display: inline-block; background-color: #A65346 !important; color: #F7F9FB !important;
  font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 13px 30px;
  text-decoration: none; transition: background 0.2s; border: none; cursor: pointer;
}
.sm-btn-red:hover { background-color: #8E453A !important; color: #F7F9FB !important; }
.sm-btn-outline {
  display: inline-block; background: transparent; color: #F7F9FB !important;
  border: 1px solid rgba(247,249,251,0.35);
  font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 13px 30px;
  text-decoration: none; transition: all 0.2s;
}
.sm-btn-outline:hover { border-color: #F7F9FB !important; color: #F7F9FB !important; }

/* HERO */
.sm-hero {
  min-height: 70vh; display: flex; flex-direction: column; justify-content: center;
  padding: 72px 48px 64px; position: relative; overflow: hidden;
  background-color: #111820 !important;
}
.sm-hero-orb1 { position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(130,153,170,0.1) 0%, transparent 70%); pointer-events: none; }
.sm-hero-orb2 { position: absolute; bottom: -100px; left: -50px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(166,83,70,0.06) 0%, transparent 70%); pointer-events: none; }
.sm-hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }


/* HERO PLATFORM LOGOS */
:root {
  --sm-hero-logo-stack-width: clamp(260px, 30vw, 440px);
  --sm-hero-platform-logo-width: min(100%, 390px);
  --sm-hero-platform-logo-gap: 22px;
  --sm-hero-logo-shift-x: 0px;
  --sm-hero-logo-shift-y: 0px;
}
.sm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
}
.sm-hero-copy {
  min-width: 0;
}
.sm-hero-logo-stack {
  width: var(--sm-hero-logo-stack-width);
  max-width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sm-hero-platform-logo-gap);
  padding: clamp(22px, 3vw, 36px);
  background: rgba(19,35,54,0.56);
  border: 1px solid rgba(130,153,170,0.24);
  box-shadow: 0 24px 70px rgba(0,0,0,0.2);
  transform: translate(var(--sm-hero-logo-shift-x), var(--sm-hero-logo-shift-y));
}
.sm-hero-platform-logo {
  width: var(--sm-hero-platform-logo-width);
  max-width: 100%;
  height: auto !important;
  max-height: 140px !important;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.22));
}

.sm-eyebrow {
  font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: #6F8EA4 !important; margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.sm-eyebrow::before { content: ""; width: 28px; height: 1px; background-color: #6F8EA4 !important; flex-shrink: 0; }

.sm-h1 {
  font-family: "Barlow Condensed", sans-serif; font-weight: 800;
  font-size: clamp(48px,8vw,100px); line-height: 0.95;
  letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 28px;
  color: #F7F9FB !important;
}
.sm-hero-sub { font-size: 18px; color: #D4DCE5 !important; max-width: 580px; line-height: 1.7; font-weight: 300; margin-bottom: 36px; }

/* STATS */
.sm-stats { display: flex; gap: 0; border-top: 1px solid rgba(130,153,170,0.2); padding-top: 36px; flex-wrap: wrap; margin-top: 52px; }
.sm-stat { padding: 14px 32px 14px 0; border-right: 1px solid rgba(130,153,170,0.2); margin-right: 32px; }
.sm-stat:last-child { border-right: none; margin-right: 0; }
.sm-stat-num { font-family: "Barlow Condensed", sans-serif; font-size: 32px; font-weight: 800; color: #F7F9FB !important; line-height: 1; }
.sm-stat-unit { font-size: 17px; color: #6F8EA4 !important; }
.sm-stat-label { font-size: 12px; color: #A8B4C2 !important; letter-spacing: 0.04em; margin-top: 4px; display: block; }

/* PLATFORM CARDS */
.sm-pcard {
  background-color: #111820 !important; padding: 44px; position: relative;
  overflow: hidden; border-top: 3px solid rgba(247,249,251,0.05); transition: background 0.3s;
}
.sm-pcard:hover { background-color: #223247 !important; }
.sm-pcard-vox { border-top-color: #A65346 !important; }
.sm-pcard-mof { border-top-color: #6F8EA4 !important; }
.sm-card-tag { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 18px; display: block; }
.sm-card-tag-red { color: #A65346 !important; }
.sm-card-tag-blue { color: #6F8EA4 !important; }
.sm-card-h3 { font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 36px; text-transform: uppercase; margin-bottom: 4px; color: #F7F9FB !important; }
.sm-card-sub { font-size: 13px; color: #A8B4C2 !important; margin-bottom: 16px; display: block; }
.sm-card-p { font-size: 15px; color: #D4DCE5 !important; line-height: 1.7; font-weight: 300; margin-bottom: 24px; }
.sm-phases { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.sm-phase { font-size: 11px; font-family: "DM Mono", monospace; padding: 4px 10px; border: 1px solid; letter-spacing: 0.05em; text-transform: uppercase; display: inline-block; }
.sm-phase-gas { border-color: rgba(142,171,194,0.4) !important; color: #8EABC2 !important; }
.sm-phase-liq { border-color: rgba(166,83,70,0.35) !important; color: #B8756A !important; }
.sm-card-link { font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.sm-card-link-red { color: #A65346 !important; }
.sm-card-link-blue { color: #6F8EA4 !important; }
.sm-pcard-bg { position: absolute; bottom: -10px; right: 20px; font-family: "Barlow Condensed", sans-serif; font-size: 120px; font-weight: 800; opacity: 0.04; user-select: none; pointer-events: none; color: #F7F9FB !important; line-height: 1; }

/* WHY GRID */
.sm-why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background-color: rgba(130,153,170,0.15) !important; margin-top: 52px; }
.sm-why-item { background-color: #111820 !important; padding: 36px 28px; position: relative; }
.sm-why-item::after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background-color: #A65346 !important; }
.sm-why-num { font-family: "DM Mono", monospace; font-size: 10px; color: #6F8EA4 !important; letter-spacing: 0.1em; margin-bottom: 14px; display: block; }
.sm-why-h4 { font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; color: #F7F9FB !important; display: block; }
.sm-why-p { font-size: 14px; color: #D4DCE5 !important; line-height: 1.6; font-weight: 300; display: block; }

/* VALIDATED */
.sm-val-strip { background-color: #A65346 !important; padding: 40px 48px; }
.sm-val-label { font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(247,249,251,0.65) !important; margin-bottom: 14px; display: block; }
.sm-val-orgs { display: flex; gap: 36px; flex-wrap: wrap; align-items: center; }
.sm-val-org { font-family: "Barlow Condensed", sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(247,249,251,0.85) !important; }

/* CTA */
.sm-cta { background-color: #182433 !important; padding: 100px 48px; text-align: center; }
.sm-cta-h2 { font-family: "Barlow Condensed", sans-serif; font-size: clamp(30px,5vw,58px); font-weight: 800; text-transform: uppercase; line-height: 1.05; margin-bottom: 20px; color: #F7F9FB !important; }
.sm-cta-p { font-size: 17px; color: #D4DCE5 !important; max-width: 480px; margin: 0 auto 32px; line-height: 1.7; font-weight: 300; }

/* PAGE HERO */
.sm-page-hero { background-color: #182433 !important; padding: 72px 48px 52px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(130,153,170,0.2); }
.sm-page-hero-grid { position: absolute; inset: 0; opacity: 0.025; background-image: linear-gradient(rgba(130,153,170,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(130,153,170,0.5) 1px, transparent 1px); background-size: 50px 50px; }
.sm-page-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }
.sm-page-hero-inner .sm-h1 { font-size: clamp(40px,6vw,76px); }
.sm-page-hero-inner .sm-hero-sub { margin-bottom: 0; }

/* TEAM */
.sm-team-card { background-color: #182433 !important; padding: 30px; border-top: 3px solid rgba(130,153,170,0.2); transition: all 0.3s; }
.sm-team-card:hover { background-color: #223247 !important; border-top-color: #A65346 !important; }
.sm-init { width: 52px; height: 52px; background-color: #111820 !important; border: 1px solid rgba(130,153,170,0.3); display: flex; align-items: center; justify-content: center; font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 800; color: #6F8EA4 !important; margin-bottom: 16px; letter-spacing: 0.05em; }
.sm-team-name { font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; color: #F7F9FB !important; margin-bottom: 4px; display: block; }
.sm-team-title { font-size: 11px; font-family: "DM Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; color: #A65346 !important; margin-bottom: 14px; display: block; }
.sm-team-bio { font-size: 13px; color: #D4DCE5 !important; line-height: 1.6; font-weight: 300; margin-bottom: 16px; display: block; }
.sm-li-btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #6F8EA4 !important; border: 1px solid rgba(130,153,170,0.35); padding: 7px 14px; transition: all 0.2s; }
.sm-li-btn:hover { background-color: #6F8EA4 !important; color: #F7F9FB !important; }
.sm-li-btn svg { width: 13px; height: 13px; fill: currentColor; flex-shrink: 0; }

/* APP CARDS */
.sm-app-card { background-color: #182433 !important; padding: 32px; border-top: 3px solid rgba(130,153,170,0.15); transition: all 0.3s; }
.sm-app-card:hover { background-color: #223247 !important; border-top-color: #A65346 !important; }
.sm-app-h3 { font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; color: #F7F9FB !important; display: block; }
.sm-app-p { font-size: 14px; color: #D4DCE5 !important; line-height: 1.6; font-weight: 300; margin-bottom: 14px; display: block; }

@keyframes smFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.sm-f1 { animation: smFadeUp 0.5s ease 0.05s both; }
.sm-f2 { animation: smFadeUp 0.5s ease 0.15s both; }
.sm-f3 { animation: smFadeUp 0.5s ease 0.25s both; }
.sm-f4 { animation: smFadeUp 0.5s ease 0.35s both; }
.sm-f5 { animation: smFadeUp 0.5s ease 0.45s both; }

@media (max-width: 900px) {
  .sm-hero, .sm-section { padding: 56px 20px; }
  .sm-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .sm-hero-logo-stack { --sm-hero-logo-stack-width: min(100%, 420px); --sm-hero-platform-logo-width: min(100%, 360px); --sm-hero-platform-logo-gap: 18px; margin-left: 0; align-items: flex-start; padding: 22px; }
  .sm-hero-platform-logo { max-height: 118px !important; }
  .sm-why-grid { grid-template-columns: 1fr 1fr; }
  .sm-val-strip, .sm-cta { padding: 36px 20px; }
  .sm-page-hero { padding: 56px 20px 40px; }
}

/* Site shell */
body {
  margin: 0;
  color: #D4DCE5;
}
body, button, input, select, textarea {
  font-family: "Barlow", sans-serif;
}
a:focus-visible, button:focus-visible {
  outline: 2px solid #8EABC2;
  outline-offset: 3px;
}
:root {
  --sm-header-height: 120px;
}
.sm-site-main {
  padding-top: var(--sm-header-height);
  background-color: #111820 !important;
  min-height: 100vh;
}
.sm-site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 40px;
  height: var(--sm-header-height);
  background-color: rgba(13,27,42,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(130,153,170,0.2);
}
.admin-bar .sm-site-nav { top: 32px; }
.sm-site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.sm-site-nav .sm-site-logo img {
  width: clamp(420px, 34vw, 680px);
  height: auto !important;
  max-height: 98px !important;
  max-width: none !important;
  display: block;
  object-fit: contain;
}
.sm-site-menu {
  display: flex;
  gap: 4px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
.sm-site-menu a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4DCE5 !important;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
}
.sm-site-menu a:hover,
.sm-site-menu .current-menu-item > a,
.sm-site-menu .current_page_item > a {
  color: #F7F9FB !important;
}
.sm-nav-cta {
  background-color: #A65346 !important;
  color: #F7F9FB !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 24px;
  text-decoration: none;
  flex-shrink: 0;
}
.sm-nav-cta:hover { background-color: #8E453A !important; color: #F7F9FB !important; }
.sm-site-footer {
  background-color: #182433 !important;
  border-top: 1px solid rgba(130,153,170,0.2);
  padding: 48px;
}
.sm-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.sm-footer-logo img {
  width: clamp(280px, 30vw, 520px);
  height: auto !important;
  max-height: 78px !important;
  display: block;
  object-fit: contain;
}
.sm-footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.sm-footer-menu a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A8B4C2 !important;
  text-decoration: none;
}
.sm-footer-menu a:hover { color: #F7F9FB !important; }
.sm-footer-contact-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D4DCE5 !important;
  margin-bottom: 8px;
}
.sm-footer-contact a {
  font-size: 13px;
  color: #6F8EA4 !important;
  display: block;
  text-decoration: none;
}
.sm-footer-contact a + a { margin-top: 4px; }
.sm-footer-contact p {
  font-size: 13px;
  color: #A8B4C2 !important;
  margin-top: 8px;
}
.sm-footer-bottom {
  max-width: 1200px;
  margin: 28px auto 0;
  border-top: 1px solid rgba(247,249,251,0.06);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.sm-footer-bottom p {
  font-size: 12px;
  color: #A8B4C2 !important;
  margin: 0;
}
.sm-page-default {
  padding: 80px 48px;
  max-width: 900px;
  margin: 0 auto;
  color: #D4DCE5 !important;
}
.sm-page-default h1,
.sm-page-default h2,
.sm-page-default h3 { color: #F7F9FB !important; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; }
.sm-page-default a { color: #8EABC2 !important; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
@media (max-width: 1240px) {
  :root { --sm-header-height: 100px; }
  .sm-site-nav { padding: 0 24px; }
  .sm-site-menu { display: none; }
  .sm-site-nav .sm-site-logo img { width: clamp(340px, 44vw, 500px); max-height: 78px !important; }
  .sm-nav-cta { padding: 9px 18px; font-size: 13px; }
}
@media (max-width: 640px) {
  :root { --sm-header-height: 82px; }
  .sm-hero-logo-stack { --sm-hero-logo-stack-width: min(100%, 320px); --sm-hero-platform-logo-width: min(100%, 280px); --sm-hero-platform-logo-gap: 14px; padding: 18px; }
  .sm-hero-platform-logo { max-height: 92px !important; }
  .sm-site-nav { padding: 0 16px; gap: 12px; }
  .sm-site-nav .sm-site-logo img { width: clamp(210px, 56vw, 330px); max-height: 56px !important; }
  .sm-nav-cta { padding: 8px 12px; font-size: 12px; }
}
@media (max-width: 782px) {
  .admin-bar .sm-site-nav { top: 46px; }
}
@media (max-width: 600px) {
  .admin-bar .sm-site-nav { top: 0; }
  .sm-site-footer { padding: 36px 20px; }
  .sm-footer-logo img { width: min(300px, 82vw); max-height: 54px !important; }
}
.sm-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sm-footer-menu li {
  margin: 0;
  padding: 0;
}


/* Targeted color protection: do not force everything white, only preserve SM-branded elements. */
.sm-site-main [class^="sm-"],
.sm-site-main [class*=" sm-"] {
  text-decoration-color: currentColor;
}

/* Professional palette and content refinements - v1.5.0 */
:root {
  --sm-pro-bg: #111820;
  --sm-pro-panel: #182433;
  --sm-pro-panel-hover: #223247;
  --sm-pro-border: rgba(130,153,170,0.22);
  --sm-pro-text: #F7F9FB;
  --sm-pro-copy: #D4DCE5;
  --sm-pro-muted: #A8B4C2;
  --sm-pro-accent: #A65346;
  --sm-pro-accent-2: #6F8EA4;
  --sm-pro-accent-3: #8EABC2;
}

.sm-site-main,
.sm-hero,
.sm-section-dark,
body {
  background-color: var(--sm-pro-bg) !important;
}

.sm-section-mid,
.sm-page-hero,
.sm-cta,
.sm-site-footer {
  background-color: var(--sm-pro-panel) !important;
}

.sm-section-title,
.sm-h1,
.sm-card-h3,
.sm-why-h4,
.sm-app-h3,
.sm-team-name,
.sm-cta-h2,
.sm-stat-num {
  color: var(--sm-pro-text) !important;
}

.sm-section-desc,
.sm-hero-sub,
.sm-card-p,
.sm-why-p,
.sm-app-p,
.sm-team-bio,
.sm-cta-p {
  color: var(--sm-pro-copy) !important;
}

.sm-red,
.sm-card-tag-red,
.sm-card-link-red {
  color: var(--sm-pro-accent) !important;
}

.sm-blue,
.sm-lblue,
.sm-card-tag-blue,
.sm-card-link-blue,
.sm-label,
.sm-eyebrow,
.sm-footer-contact a {
  color: var(--sm-pro-accent-2) !important;
}

.sm-label::before,
.sm-eyebrow::before {
  background-color: var(--sm-pro-accent-2) !important;
}

.sm-btn-red,
.sm-nav-cta,
.sm-form-submit {
  background-color: var(--sm-pro-accent) !important;
  color: var(--sm-pro-text) !important;
}

.sm-btn-red:hover,
.sm-nav-cta:hover,
.sm-form-submit:hover {
  background-color: #8E453A !important;
}

.sm-btn-outline {
  color: var(--sm-pro-text) !important;
  border-color: rgba(247,249,251,0.28) !important;
}

.sm-pcard,
.sm-why-item,
.sm-app-card,
.sm-team-card,
.sm-help-card,
.sm-direct-card,
.sm-contact-panel,
.sm-edge-card,
.sm-mof-card,
.sm-usecase {
  background-color: var(--sm-pro-panel) !important;
  border-color: var(--sm-pro-border) !important;
}

.sm-pcard:hover,
.sm-app-card:hover,
.sm-team-card:hover,
.sm-edge-card:hover,
.sm-mof-card:hover,
.sm-usecase:hover {
  background-color: var(--sm-pro-panel-hover) !important;
}

.sm-pcard-vox,
.sm-pcard-mof,
.sm-app-card:hover,
.sm-team-card:hover {
  border-top-color: rgba(166,83,70,0.55) !important;
}

.sm-val-strip {
  background: linear-gradient(135deg, #182433 0%, #223247 100%) !important;
  border-top: 1px solid var(--sm-pro-border) !important;
  border-bottom: 1px solid var(--sm-pro-border) !important;
}

.sm-val-label,
.sm-val-org {
  color: rgba(247,249,251,0.78) !important;
}

body .sm-site-main .sm-hero .sm-hero-logo-stack {
  background: rgba(247,249,251,0.06) !important;
  border-color: rgba(130,153,170,0.26) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.26) !important;
}

body .sm-site-main .sm-hero .sm-hero-logo-stack::before {
  background: rgba(247,249,251,0.95) !important;
  border-color: rgba(130,153,170,0.28) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.22) !important;
}

.sm-why-grid-balanced {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sm-framergy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 48px;
  margin-top: 44px;
  align-items: start;
}

.sm-subhead {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--sm-pro-text) !important;
}

.sm-subhead-small {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.sm-muted-copy {
  font-size: 14px;
  color: var(--sm-pro-muted) !important;
  margin-bottom: 20px;
  font-weight: 300;
}

.sm-mof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sm-mof-card {
  padding: 18px;
  border: 1px solid var(--sm-pro-border);
  transition: all 0.25s ease;
}

.sm-mof-card img {
  width: 100%;
  height: 138px;
  object-fit: contain;
  display: block;
  background: #F7F9FB;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
}

.sm-mof-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--sm-pro-text) !important;
  margin-bottom: 2px;
}

.sm-mof-meta {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--sm-pro-accent-2) !important;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.sm-mof-card p,
.sm-usecase p,
.sm-edge-card p,
.sm-help-card p {
  font-size: 13px;
  color: var(--sm-pro-copy) !important;
  line-height: 1.55;
  font-weight: 300;
}

.sm-usecase-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sm-usecase {
  padding: 18px;
  border: 1px solid var(--sm-pro-border);
  transition: all 0.25s ease;
}

.sm-usecase-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sm-pro-text) !important;
  margin-bottom: 6px;
}

.sm-chip-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sm-chip {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  padding: 3px 8px;
  border: 1px solid rgba(130,153,170,0.35);
  color: var(--sm-pro-accent-2) !important;
  text-transform: uppercase;
}

.sm-chip-gas {
  border-color: rgba(142,171,194,0.42);
  color: var(--sm-pro-accent-3) !important;
}

.sm-chip-liquid {
  border-color: rgba(184,117,106,0.46);
  color: #B8756A !important;
}

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

.sm-edge-card {
  padding: 28px;
  border: 1px solid var(--sm-pro-border);
  border-top: 3px solid rgba(111,142,164,0.45);
  transition: all 0.25s ease;
}

.sm-edge-kicker {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sm-pro-accent-2) !important;
  display: block;
  margin-bottom: 12px;
}

.sm-edge-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--sm-pro-text) !important;
  display: block;
  line-height: 1.1;
  margin-bottom: 12px;
}

.sm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: start;
}

.sm-help-list,
.sm-direct-contacts,
.sm-contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sm-help-card,
.sm-direct-card {
  padding: 22px;
  border: 1px solid var(--sm-pro-border);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sm-help-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.sm-help-title,
.sm-direct-name,
.sm-contact-panel-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--sm-pro-text) !important;
}

.sm-help-title {
  font-size: 17px;
  margin-bottom: 4px;
}

.sm-direct-card {
  display: block;
}

.sm-direct-name {
  font-size: 18px;
  margin-bottom: 2px;
}

.sm-direct-title {
  font-size: 11px;
  font-family: "DM Mono", monospace;
  color: var(--sm-pro-accent) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sm-direct-card a,
.sm-form-notice a {
  color: var(--sm-pro-accent-2) !important;
  text-decoration: none;
}

.sm-contact-panel {
  padding: 36px;
  border: 1px solid var(--sm-pro-border);
}

.sm-contact-panel-title {
  font-size: 24px;
  margin-bottom: 6px;
}

.sm-contact-panel-desc {
  font-size: 13px;
  color: var(--sm-pro-muted) !important;
  margin-bottom: 24px;
}

.sm-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sm-form-field label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sm-pro-muted) !important;
  font-family: "DM Mono", monospace;
  display: block;
  margin-bottom: 5px;
}

.sm-form-field input,
.sm-form-field select,
.sm-form-field textarea {
  background: var(--sm-pro-bg) !important;
  border: 1px solid var(--sm-pro-border) !important;
  color: var(--sm-pro-text) !important;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  width: 100%;
}

.sm-form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.sm-form-submit {
  width: 100%;
  padding: 14px;
  border: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.sm-form-notice {
  padding: 12px 14px;
  border: 1px solid var(--sm-pro-border);
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--sm-pro-copy) !important;
}

.sm-form-notice-success {
  border-color: rgba(143,182,154,0.55);
  background: rgba(143,182,154,0.09);
}

.sm-form-notice-error {
  border-color: rgba(184,117,106,0.55);
  background: rgba(184,117,106,0.09);
}

.sm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1000px) {
  .sm-framergy-layout,
  .sm-contact-grid {
    grid-template-columns: 1fr;
  }

  .sm-edge-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .sm-why-grid-balanced {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .sm-mof-grid,
  .sm-edge-grid,
  .sm-form-grid,
  .sm-why-grid-balanced {
    grid-template-columns: 1fr;
  }

  .sm-contact-panel {
    padding: 24px;
  }

  .sm-mof-card img {
    height: 120px;
  }
}


/* Light professional palette and sitewide style controls - v1.6.0 */
:root {
  color-scheme: light;

  /* Backgrounds */
  --sm-color-page-bg: #F5F1E8;
  --sm-color-section-bg: #F5F1E8;
  --sm-color-section-alt: #ECE5D8;
  --sm-color-panel: #FFFDF8;
  --sm-color-panel-alt: #F8F4EC;
  --sm-color-panel-hover: #F1EADF;
  --sm-color-header-bg: rgba(255,253,248,0.96);
  --sm-color-footer-bg: #E7DFD2;
  --sm-color-input-bg: #FFFDF8;
  --sm-color-table-head: #E3DBCF;

  /* Text */
  --sm-color-heading: #0D1B2A;
  --sm-color-body: #24384A;
  --sm-color-muted: #667586;
  --sm-color-button-text: #FFFDF8;

  /* Accents */
  --sm-color-clay: #A65346;
  --sm-color-clay-dark: #824137;
  --sm-color-clay-soft: #B8756A;
  --sm-color-steel: #5E7D94;
  --sm-color-steel-dark: #284A63;
  --sm-color-light-blue: #6F8EA4;
  --sm-color-positive: #4F7F63;

  /* Borders and effects */
  --sm-color-border: rgba(19,35,54,0.16);
  --sm-color-border-strong: rgba(19,35,54,0.28);
  --sm-color-shadow: rgba(19,35,54,0.12);
  --sm-shadow-soft: 0 18px 55px var(--sm-color-shadow);
  --sm-shadow-hover: 0 22px 70px rgba(19,35,54,0.16);
  --sm-panel-radius: 18px;

  /* Text sizing */
  --sm-font-size-body: 16px;
  --sm-font-size-small: 14px;
  --sm-font-size-nav: 15px;
  --sm-font-size-section-desc: 17px;
  --sm-font-size-card: 15px;
  --sm-font-size-h1: clamp(48px, 8vw, 100px);
  --sm-font-size-page-title: clamp(40px, 6vw, 76px);
  --sm-font-size-section-title: clamp(28px, 4vw, 52px);
  --sm-font-size-card-title: 36px;
  --sm-font-size-subhead: 22px;

  /* Backward compatibility with the prior dark palette token names */
  --sm-pro-bg: var(--sm-color-page-bg);
  --sm-pro-panel: var(--sm-color-panel);
  --sm-pro-panel-hover: var(--sm-color-panel-hover);
  --sm-pro-border: var(--sm-color-border);
  --sm-pro-text: var(--sm-color-heading);
  --sm-pro-copy: var(--sm-color-body);
  --sm-pro-muted: var(--sm-color-muted);
  --sm-pro-accent: var(--sm-color-clay);
  --sm-pro-accent-2: var(--sm-color-steel);
  --sm-pro-accent-3: var(--sm-color-light-blue);
}

html,
body {
  background: var(--sm-color-page-bg) !important;
  color: var(--sm-color-body) !important;
  font-size: var(--sm-font-size-body) !important;
}

body .sm-site-main {
  background: var(--sm-color-page-bg) !important;
  color: var(--sm-color-body) !important;
}

/* Section backgrounds */
body .sm-hero,
body .sm-section-dark {
  background: var(--sm-color-section-bg) !important;
}

body .sm-section-mid,
body .sm-page-hero,
body .sm-cta {
  background: var(--sm-color-section-alt) !important;
}

body .sm-hero-orb1 {
  background: radial-gradient(circle, rgba(94,125,148,0.16) 0%, transparent 70%) !important;
}

body .sm-hero-orb2 {
  background: radial-gradient(circle, rgba(166,83,70,0.10) 0%, transparent 70%) !important;
}

/* Global text colors */
body .sm-white,
body .sm-section-title,
body .sm-h1,
body .sm-card-h3,
body .sm-why-h4,
body .sm-app-h3,
body .sm-team-name,
body .sm-cta-h2,
body .sm-stat-num,
body .sm-subhead,
body .sm-contact-panel-title,
body .sm-help-title,
body .sm-direct-name,
body .sm-edge-title,
body .sm-mof-name,
body .sm-usecase-title,
body .sm-page-default h1,
body .sm-page-default h2,
body .sm-page-default h3 {
  color: var(--sm-color-heading) !important;
}

body .sm-site-main p,
body .sm-section-desc,
body .sm-hero-sub,
body .sm-card-p,
body .sm-why-p,
body .sm-app-p,
body .sm-team-bio,
body .sm-cta-p,
body .sm-page-default,
body .sm-contact-panel-desc,
body .sm-mof-card p,
body .sm-usecase p,
body .sm-edge-card p,
body .sm-help-card p,
body .sm-direct-card,
body .sm-form-notice,
body .sm-light {
  color: var(--sm-color-body) !important;
}

body .sm-muted,
body .sm-card-sub,
body .sm-stat-label,
body .sm-muted-copy,
body .sm-footer-bottom p,
body .sm-form-field label {
  color: var(--sm-color-muted) !important;
}

body .sm-red,
body .sm-card-tag-red,
body .sm-card-link-red,
body .sm-team-title,
body .sm-direct-title,
body .sm-chip-liquid {
  color: var(--sm-color-clay) !important;
}

body .sm-blue,
body .sm-lblue,
body .sm-card-tag-blue,
body .sm-card-link-blue,
body .sm-label,
body .sm-eyebrow,
body .sm-footer-contact a,
body .sm-li-btn,
body .sm-edge-kicker,
body .sm-mof-meta,
body .sm-chip,
body .sm-chip-gas,
body .sm-page-default a,
body .sm-direct-card a,
body .sm-form-notice a {
  color: var(--sm-color-steel) !important;
}

body .sm-label::before,
body .sm-eyebrow::before {
  background-color: var(--sm-color-steel) !important;
}

body .sm-why-item::after {
  background-color: var(--sm-color-clay) !important;
}

/* Text sizing controls */
body .sm-h1 {
  font-size: var(--sm-font-size-h1) !important;
}

body .sm-page-hero-inner .sm-h1 {
  font-size: var(--sm-font-size-page-title) !important;
}

body .sm-section-title,
body .sm-cta-h2 {
  font-size: var(--sm-font-size-section-title) !important;
}

body .sm-section-desc,
body .sm-hero-sub,
body .sm-cta-p {
  font-size: var(--sm-font-size-section-desc) !important;
}

body .sm-card-h3 {
  font-size: var(--sm-font-size-card-title) !important;
}

body .sm-card-p,
body .sm-app-p,
body .sm-why-p,
body .sm-team-bio,
body .sm-mof-card p,
body .sm-usecase p,
body .sm-edge-card p,
body .sm-help-card p {
  font-size: var(--sm-font-size-card) !important;
}

body .sm-subhead,
body .sm-edge-title {
  font-size: var(--sm-font-size-subhead) !important;
}

body .sm-site-menu a,
body .sm-footer-menu a,
body .sm-nav-cta,
body .sm-btn-red,
body .sm-btn-outline,
body .sm-form-submit {
  font-size: var(--sm-font-size-nav) !important;
}

body .sm-site-main [style*="font-size:14px"] {
  font-size: var(--sm-font-size-small) !important;
}

body .sm-site-main [style*="font-size:16px"] {
  font-size: var(--sm-font-size-body) !important;
}

/* Header and navigation */
body .sm-site-nav {
  background: var(--sm-color-header-bg) !important;
  border-bottom-color: var(--sm-color-border) !important;
  box-shadow: 0 10px 28px rgba(19,35,54,0.08) !important;
}

body .sm-site-menu a {
  color: var(--sm-color-body) !important;
}

body .sm-site-menu a:hover,
body .sm-site-menu .current-menu-item > a,
body .sm-site-menu .current_page_item > a {
  color: var(--sm-color-clay) !important;
}

body .sm-nav-cta,
body .sm-btn-red,
body .sm-form-submit {
  background: var(--sm-color-clay) !important;
  color: var(--sm-color-button-text) !important;
}

body .sm-nav-cta:hover,
body .sm-btn-red:hover,
body .sm-form-submit:hover {
  background: var(--sm-color-clay-dark) !important;
  color: var(--sm-color-button-text) !important;
}

body .sm-btn-outline {
  color: var(--sm-color-steel-dark) !important;
  border-color: var(--sm-color-border-strong) !important;
  background: transparent !important;
}

body .sm-btn-outline:hover {
  color: var(--sm-color-clay) !important;
  border-color: var(--sm-color-clay) !important;
}

/* Panels, cards, and tables */
body .sm-pcard,
body .sm-why-item,
body .sm-app-card,
body .sm-team-card,
body .sm-help-card,
body .sm-direct-card,
body .sm-contact-panel,
body .sm-edge-card,
body .sm-mof-card,
body .sm-usecase {
  background: var(--sm-color-panel) !important;
  border-color: var(--sm-color-border) !important;
  border-radius: var(--sm-panel-radius) !important;
  box-shadow: var(--sm-shadow-soft) !important;
}

body .sm-pcard:hover,
body .sm-app-card:hover,
body .sm-team-card:hover,
body .sm-edge-card:hover,
body .sm-mof-card:hover,
body .sm-usecase:hover {
  background: var(--sm-color-panel-hover) !important;
  box-shadow: var(--sm-shadow-hover) !important;
}

body .sm-pcard-vox,
body .sm-pcard-mof,
body .sm-app-card:hover,
body .sm-team-card:hover,
body .sm-edge-card:hover {
  border-top-color: var(--sm-color-clay) !important;
}

body .sm-why-grid {
  background: var(--sm-color-border) !important;
}

body .sm-pcard-bg {
  color: var(--sm-color-heading) !important;
  opacity: 0.05 !important;
}

body .sm-phase,
body .sm-chip {
  background: var(--sm-color-panel-alt) !important;
  border-color: var(--sm-color-border-strong) !important;
}

body .sm-phase-gas {
  color: var(--sm-color-steel) !important;
}

body .sm-phase-liq {
  color: var(--sm-color-clay) !important;
}

body .sm-mof-card img {
  background: var(--sm-color-panel-alt) !important;
  border: 1px solid var(--sm-color-border) !important;
}

body table th,
body .sm-site-main th {
  background: var(--sm-color-table-head) !important;
  color: var(--sm-color-heading) !important;
}

body table td,
body .sm-site-main td {
  background: var(--sm-color-panel) !important;
  color: var(--sm-color-body) !important;
  border-color: var(--sm-color-border) !important;
}

/* Validation strip */
body .sm-val-strip {
  background: linear-gradient(135deg, rgba(166,83,70,0.12) 0%, rgba(94,125,148,0.16) 100%) !important;
  border-top: 1px solid var(--sm-color-border) !important;
  border-bottom: 1px solid var(--sm-color-border) !important;
}

body .sm-val-label,
body .sm-val-org {
  color: var(--sm-color-heading) !important;
}

/* Hero Vox / Framergy logo panel */
body .sm-site-main .sm-hero .sm-hero-logo-stack {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body .sm-site-main .sm-hero .sm-hero-logo-stack::before {
  background: var(--sm-hero-logo-panel-bg, var(--sm-color-panel)) !important;
  border-color: var(--sm-color-border) !important;
  box-shadow: var(--sm-shadow-soft) !important;
}

body .sm-hero-platform-logo {
  filter: drop-shadow(0 10px 18px rgba(19,35,54,0.14)) !important;
}

/* Forms */
body .sm-form-field input,
body .sm-form-field select,
body .sm-form-field textarea {
  background: var(--sm-color-input-bg) !important;
  border-color: var(--sm-color-border-strong) !important;
  color: var(--sm-color-heading) !important;
}

body .sm-form-field input::placeholder,
body .sm-form-field textarea::placeholder {
  color: var(--sm-color-muted) !important;
}

body .sm-form-notice {
  background: var(--sm-color-panel-alt) !important;
  border-color: var(--sm-color-border) !important;
}

body .sm-form-notice-success {
  background: rgba(79,127,99,0.10) !important;
  border-color: rgba(79,127,99,0.45) !important;
}

body .sm-form-notice-error {
  background: rgba(166,83,70,0.10) !important;
  border-color: rgba(166,83,70,0.45) !important;
}

/* Footer */
body .sm-site-footer {
  background: var(--sm-color-footer-bg) !important;
  border-top-color: var(--sm-color-border) !important;
}

body .sm-footer-menu a,
body .sm-footer-contact-title,
body .sm-footer-contact p,
body .sm-footer-bottom p {
  color: var(--sm-color-body) !important;
}

body .sm-footer-menu a:hover,
body .sm-footer-contact a:hover {
  color: var(--sm-color-clay) !important;
}

body .sm-footer-bottom {
  border-top-color: var(--sm-color-border) !important;
}

@media (max-width: 640px) {
  :root {
    --sm-font-size-h1: clamp(42px, 15vw, 72px);
    --sm-font-size-page-title: clamp(36px, 13vw, 60px);
    --sm-font-size-section-title: clamp(28px, 10vw, 44px);
  }
}
