/*
Theme Name: AstraCrest Digital
Theme URI: https://astracrestdigital.com/
Author: AstraCrest Digital
Author URI: https://astracrestdigital.com/
Description: Premium WordPress theme for AstraCrest Digital, featuring services, Launch360 packages, work, blog, FAQ, contact and conversion-focused layouts.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: astracrest-digital
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ink: #0b0d2c;
  --indigo: #151765;
  --royal: #302f98;
  --violet: #6f5de7;
  --gold: #ddb45d;
  --gold-light: #f2d991;
  --paper: #f7f7fb;
  --white: #ffffff;
  --text: #17192f;
  --muted: #666b7d;
  --line: #e4e4ef;
  --soft-blue: #eef0ff;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 8px; left: 8px; z-index: 99999; width: auto; height: auto; padding: 12px 18px; clip: auto; border-radius: 8px; background: #fff; color: var(--ink); font-weight: 700; }
.admin-bar .site-header { top: 32px; }
.icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -.125em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.container.narrow { width: min(830px, calc(100% - 48px)); }
.section { padding: 112px 0; }

h1, h2, h3 { margin: 0; letter-spacing: -0.045em; line-height: 1.05; }
h1 { font-size: clamp(3.2rem, 6.7vw, 6.15rem); font-weight: 650; }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.45rem); font-weight: 620; }
h3 { font-size: 1.42rem; font-weight: 650; }
p { margin: 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #e4d8b9;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: var(--indigo); }
.card-eyebrow { color: var(--royal); font-size: .7rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .87rem;
  font-weight: 720;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 20px; font-size: .81rem; }
.button-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--ink); box-shadow: 0 12px 28px rgb(221 180 93 / 22%); }
.button-gold:hover { box-shadow: 0 16px 34px rgb(221 180 93 / 34%); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { border-color: #cbcddd; background: transparent; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--indigo); font-size: .87rem; font-weight: 720; }
.text-link-light { color: #f4e4bd; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid rgb(255 255 255 / 9%); background: rgb(11 13 44 / 94%); backdrop-filter: blur(18px); }
.nav-shell { display: grid; grid-template-columns: 232px 1fr 232px; align-items: center; min-height: 78px; }
.brand-link { display: flex; align-items: center; width: 218px; height: 50px; overflow: hidden; }
.brand-logo { width: 205px; height: auto; filter: brightness(0) invert(1); object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 29px; }
.desktop-nav .menu { display: flex; align-items: center; justify-content: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.desktop-nav a { color: #e7e7f1; font-size: .8rem; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--gold-light); }
.desktop-cta { display: flex; justify-content: flex-end; }
.menu-button { display: none; border: 0; background: transparent; color: white; }
.menu-button span { color: inherit; font-size: 1.65rem; line-height: 1; }
.menu-close { display: none; }
.mobile-nav { display: none; border-top: 1px solid rgb(255 255 255 / 10%); background: var(--ink); }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav .container { display: grid; padding: 16px 0 24px; }
.mobile-nav .menu { display: grid; margin: 0 0 14px; padding: 0; list-style: none; }
.mobile-nav a:not(.button) { padding: 12px 2px; color: white; font-weight: 600; }

/* Hero */
.home-hero, .inner-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: white; }
.home-hero { min-height: 790px; padding: 108px 0 0; }
.hero-grid-lines { position: absolute; inset: 0; z-index: -2; opacity: .32; background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 95%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(40px); }
.hero-glow-one { top: 8%; left: -15%; width: 620px; height: 620px; background: rgb(70 67 217 / 25%); }
.hero-glow-two { right: -10%; bottom: 2%; width: 520px; height: 520px; background: rgb(221 180 93 / 9%); }
.home-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.hero-copy h1 em { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.lede { max-width: 660px; margin-top: 28px; color: #c7c9db; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 44px; color: #b9bbd1; font-size: .8rem; }
.hero-proof div { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { color: var(--gold); }

.hero-system { position: relative; min-height: 520px; }
.system-orbit { position: absolute; border: 1px solid rgb(221 180 93 / 24%); border-radius: 50%; }
.orbit-one { inset: 80px 55px; transform: rotate(-15deg); }
.orbit-two { inset: 125px 100px; border-color: rgb(139 134 255 / 27%); transform: rotate(28deg); }
.system-center { position: absolute; top: 50%; left: 50%; display: flex; width: 175px; aspect-ratio: 1; transform: translate(-50%, -50%); flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; background: linear-gradient(145deg, rgb(78 75 193 / 88%), rgb(21 23 101 / 94%)); box-shadow: 0 25px 80px rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 25%); }
.system-center svg { margin-bottom: 10px; color: var(--gold-light); }
.system-center strong { font-size: 1rem; }
.system-center span { color: #babcd4; font-size: .68rem; }
.system-node { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 145px; padding: 13px 17px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 14px; background: rgb(22 24 78 / 86%); box-shadow: 0 18px 40px rgb(0 0 0 / 18%); backdrop-filter: blur(14px); }
.system-node .node-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: rgb(221 180 93 / 13%); color: var(--gold-light); }
.system-node div { display: grid; }
.system-node small { color: #8588ac; font-size: .58rem; letter-spacing: .12em; }
.system-node strong { font-size: .8rem; }
.node-web { top: 50px; left: 50%; transform: translateX(-50%); }
.node-content { right: -8px; top: 51%; }
.node-flow { left: -5px; bottom: 85px; }
.system-status { position: absolute; right: 26px; bottom: 25px; display: grid; min-width: 190px; padding: 14px 17px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 14px; background: rgb(7 9 37 / 82%); color: #aeb0ca; font-size: .64rem; }
.system-status strong { margin-top: 3px; color: white; font-size: .75rem; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #72e0ae; box-shadow: 0 0 12px #72e0ae; }
.hero-marquee { display: flex; align-items: center; justify-content: space-between; min-height: 96px; margin-top: 72px; border-top: 1px solid rgb(255 255 255 / 10%); color: #aeb0c9; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.inner-hero { padding: 118px 0 110px; text-align: center; }
.inner-hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(3rem, 6vw, 5.7rem); }
.inner-hero .eyebrow { justify-content: center; }
.inner-hero .lede { margin-inline: auto; }
.inner-hero .button { margin-top: 32px; }

/* Main sections */
.problem-strip { padding: 78px 0; background: linear-gradient(110deg, #f2d98e, #dfb760); color: var(--ink); }
.problem-grid, .story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.problem-grid h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); }
.problem-grid > p, .story-grid > p, .story-grid > div:last-child { color: #3f3f50; font-size: 1.05rem; line-height: 1.85; }
.story-grid > div:last-child { display: grid; gap: 20px; }

.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; }
.split-heading h2 { max-width: 790px; }
.split-heading > p { color: var(--muted); line-height: 1.8; }
.centered-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p { max-width: 650px; margin: 22px auto 0; color: var(--muted); }

.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-page-grid { grid-template-columns: repeat(2, 1fr); }
.service-card { position: relative; min-height: 365px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card::after { content: ""; position: absolute; right: -50px; bottom: -60px; width: 160px; height: 160px; border-radius: 50%; background: var(--card-glow, #eef0ff); opacity: .7; filter: blur(5px); }
.service-card:hover { transform: translateY(-7px); border-color: #c9cae1; box-shadow: 0 26px 60px rgb(26 28 75 / 10%); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 58px; color: #777b96; }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: var(--soft-blue); color: var(--royal); }
.service-card h3 { max-width: 240px; margin: 12px 0 18px; font-size: 1.65rem; }
.service-card > p:last-child { position: relative; z-index: 1; color: var(--muted); font-size: .89rem; line-height: 1.75; }
.accent-gold { --card-glow: #fff1c5; }.accent-gold .service-icon { background: #fff6dd; color: #a97812; }
.accent-violet { --card-glow: #ece7ff; }.accent-violet .service-icon { background: #f0edff; color: #6b55ce; }
.accent-cyan { --card-glow: #e5f7fa; }.accent-cyan .service-icon { background: #e9f9fb; color: #14849b; }

.dark-section { background: var(--ink); color: white; }
.light-heading > p { color: #aaadc9; }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 36px; }
.flow-card { padding: 26px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 20px; background: linear-gradient(145deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2%)); }
.flow-title { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; color: var(--gold-light); }
.flow-title h3 { color: white; font-size: 1.1rem; }
.flow-steps { display: grid; gap: 9px; }
.flow-steps div { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; padding: 10px; border-radius: 10px; background: rgb(255 255 255 / 4%); color: #c7c9da; }
.flow-steps span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgb(221 180 93 / 16%); color: var(--gold-light); font-size: .62rem; }
.flow-steps p { font-size: .75rem; }
.flow-steps svg { color: #747798; }

.launch-feature { background: white; }
.launch-feature-card { position: relative; display: grid; grid-template-columns: .12fr 1.05fr .83fr; gap: 50px; padding: 70px; overflow: hidden; border-radius: 32px; background: linear-gradient(135deg, #f1f0ff, #fbf7ec); }
.launch-number { align-self: start; color: #d4d2ed; font-size: 2rem; font-weight: 750; writing-mode: vertical-rl; }
.launch-copy h2 { margin-bottom: 20px; }
.launch-lede { color: #555a6e; font-size: 1.03rem; line-height: 1.8; }
.launch-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin: 28px 0 34px; }
.launch-points span { display: flex; gap: 8px; color: #35374a; font-size: .82rem; }
.launch-points svg { flex: 0 0 auto; color: #9e741d; }
.launch-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-self: center; }
.launch-stat-grid div { display: grid; min-height: 130px; align-content: center; padding: 20px; border: 1px solid rgb(21 23 101 / 9%); border-radius: 18px; background: rgb(255 255 255 / 65%); }
.launch-stat-grid strong { color: var(--indigo); font-size: 1.65rem; }
.launch-stat-grid span { color: #77798b; font-size: .72rem; }

.work-grid { display: grid; gap: 28px; }
.work-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; }
.work-card:nth-child(even) .work-visual { order: 2; }
.work-visual { position: relative; display: flex; min-height: 390px; flex-direction: column; justify-content: flex-end; padding: 38px; overflow: hidden; background: linear-gradient(135deg, var(--indigo), #4e49bb); color: white; }
.work-card-2 .work-visual { background: linear-gradient(135deg, #132d47, #1a7281); }
.work-card-3 .work-visual { background: linear-gradient(135deg, #5a401d, #d19e43); }
.browser-bar { position: absolute; top: 22px; left: 25px; display: flex; gap: 6px; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgb(255 255 255 / 45%); }
.work-shape { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -54%); color: rgb(255 255 255 / 12%); font-size: 11rem; font-weight: 800; letter-spacing: -.1em; }
.work-visual p { position: relative; z-index: 1; color: rgb(255 255 255 / 70%); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-copy { display: grid; align-content: center; padding: 58px; }
.work-copy h3 { margin: 11px 0 18px; font-size: 2rem; }
.work-copy > p:not(.card-eyebrow) { color: var(--muted); line-height: 1.8; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.tag-list span { padding: 6px 10px; border-radius: 999px; background: var(--paper); color: #606377; font-size: .68rem; font-weight: 650; }

.process-section, .soft-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d9dae7; }
.process-grid article { position: relative; padding: 32px 30px 0 0; }
.process-grid article::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px #f8edce; }
.process-grid span { color: #999cad; font-size: .68rem; font-weight: 750; letter-spacing: .12em; }
.process-grid h3 { margin: 18px 0 13px; }
.process-grid p { color: var(--muted); font-size: .86rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; display: flex; padding: 34px; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: white; }
.pricing-card.featured { border-color: #7470cd; box-shadow: 0 26px 70px rgb(55 53 145 / 15%); transform: translateY(-10px); }
.pricing-badge { align-self: flex-start; margin-bottom: 24px; padding: 6px 10px; border-radius: 999px; background: #f0effc; color: var(--royal); font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.featured .pricing-badge { background: var(--ink); color: var(--gold-light); }
.pricing-card > p { min-height: 55px; margin-top: 14px; color: var(--muted); font-size: .86rem; }
.price { display: grid; margin: 28px 0; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.price small { color: #8b8e9d; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.price strong { color: var(--indigo); font-size: 2.7rem; line-height: 1.15; }
.price span { color: #8b8e9d; font-size: .68rem; }
.pricing-card ul, .check-list { display: grid; gap: 13px; margin: 0 0 30px; padding: 0; list-style: none; }
.pricing-card li, .check-list li { display: flex; align-items: flex-start; gap: 9px; color: #505365; font-size: .8rem; }
.pricing-card li svg, .check-list svg { flex: 0 0 auto; margin-top: 3px; color: #a97f29; }
.pricing-card .button { margin-top: auto; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.faq-intro > p { margin: 22px 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; color: var(--ink); font-weight: 680; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--royal); font-size: 1.4rem; font-weight: 300; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; padding: 0 40px 24px 0; color: var(--muted); font-size: .92rem; line-height: 1.8; }

.final-cta { padding-top: 40px; }
.final-cta-card { display: flex; min-height: 370px; align-items: center; justify-content: space-between; gap: 50px; padding: 70px; border-radius: 32px; background: radial-gradient(circle at 86% 10%, rgb(221 180 93 / 20%), transparent 30%), linear-gradient(135deg, var(--indigo), var(--ink)); color: white; }
.final-cta-card h2 { max-width: 800px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.final-cta-card p:not(.eyebrow) { max-width: 650px; margin-top: 22px; color: #bcbfd5; }
.final-cta-card .button { flex: 0 0 auto; }

/* Inner page components */
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.capability-grid article { min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.capability-grid article > span { display: grid; width: 44px; height: 44px; margin-bottom: 48px; place-items: center; border-radius: 13px; background: var(--soft-blue); color: var(--royal); }
.capability-grid h3 { margin-bottom: 13px; font-size: 1.12rem; }
.capability-grid p { color: var(--muted); font-size: .83rem; }
.deliverables-grid, .note-grid, .founder-note { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.deliverables-grid > div > p:last-child { margin-top: 22px; color: var(--muted); }
.check-list { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.package-detail-section { background: var(--paper); }
.package-comparison-intro { max-width: 800px; margin-bottom: 65px; text-align: center; }
.package-comparison-intro .eyebrow { justify-content: center; }
.package-comparison-intro p:last-child { max-width: 700px; margin: 22px auto 0; color: var(--muted); }
.full-pricing-grid .pricing-card { min-height: 690px; }
.note-grid > div p:last-child { color: var(--muted); }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.values-grid article { padding: 26px 22px; border-left: 1px solid rgb(255 255 255 / 15%); }
.values-grid span { color: var(--gold); font-size: .68rem; }
.values-grid h3 { margin: 36px 0 14px; }
.values-grid p { color: #aeb1c9; font-size: .84rem; }
.founder-note > p { color: var(--muted); font-size: 1.02rem; line-height: 1.85; }

.work-page-grid { display: grid; gap: 24px; }
.case-card { display: grid; grid-template-columns: 300px 1fr; gap: 55px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; }
.case-number { display: grid; min-height: 300px; place-items: center; border-radius: 20px; background: linear-gradient(135deg, var(--indigo), #4d49ba); color: rgb(255 255 255 / 20%); font-size: 8rem; font-weight: 800; }
.case-2 { background: linear-gradient(135deg, #132d47, #1a7281); }.case-3 { background: linear-gradient(135deg, #5a401d, #d19e43); }
.case-card > div:last-child { display: grid; align-content: center; }
.case-card h2 { margin: 10px 0 8px; font-size: 2.4rem; }
.case-card h3 { margin-bottom: 18px; color: var(--royal); font-size: .9rem; letter-spacing: 0; }
.case-card > div:last-child > p:not(.card-eyebrow) { color: var(--muted); }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.contact-aside { position: sticky; top: 125px; }
.contact-aside h2 { font-size: 3.2rem; }
.contact-steps { display: grid; gap: 24px; margin: 36px 0; }
.contact-steps div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; }
.contact-steps span { color: #a77c24; font-size: .7rem; font-weight: 750; }
.contact-steps p { color: var(--muted); font-size: .84rem; }
.contact-steps strong { display: block; color: var(--ink); }
.direct-email { color: var(--royal); font-size: .82rem; font-weight: 700; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 24px 70px rgb(24 26 73 / 7%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 26px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: #4d5062; font-size: .73rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d9dae5; border-radius: 11px; outline: none; background: #fbfbfd; color: var(--ink); }
.contact-form input, .contact-form select { height: 48px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #817dcc; box-shadow: 0 0 0 3px rgb(79 74 177 / 9%); }
.full-field { grid-column: 1 / -1; }
.form-note { margin-top: 14px; color: #898b9b; font-size: .7rem; }
.form-success { display: flex; align-items: center; gap: 7px; margin-top: 14px; color: #2b8060; font-size: .75rem; font-weight: 700; }
.form-error { display: flex; align-items: center; gap: 7px; margin: 0 0 20px; padding: 13px 15px; border: 1px solid #f2b8b5; border-radius: 11px; background: #fff3f2; color: #9b2c27; font-size: .78rem; font-weight: 650; }
.contact-form .form-success { margin: 0 0 20px; padding: 13px 15px; border: 1px solid #bde5d4; border-radius: 11px; background: #eefbf5; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq-page { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: start; }
.faq-page aside { position: sticky; top: 120px; padding: 34px; border-radius: 23px; background: var(--paper); }
.faq-page aside h2 { margin: 14px 0; font-size: 2.2rem; }
.faq-page aside > p:not(.card-eyebrow) { margin-bottom: 24px; color: var(--muted); }

.legal-section { background: var(--paper); }
.legal-copy { padding: 58px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.legal-copy > p:first-child { margin-bottom: 42px; color: #8a8c9a; font-size: .75rem; }
.legal-copy h2 { margin: 34px 0 14px; font-size: 1.6rem; letter-spacing: -.025em; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--royal); text-decoration: underline; }

/* Footer */
.site-footer { padding-top: 80px; background: #070920; color: #d9dbea; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr .8fr; gap: 60px; padding-bottom: 60px; }
.footer-brand { max-width: 360px; }
.footer-logo { width: 240px; height: auto; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand > p { color: #9da0ba; }
.footer-email { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; color: var(--gold-light); font-size: .82rem; }
.footer-heading { margin-bottom: 20px; color: white; font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div:not(.footer-brand) a { display: flex; align-items: center; gap: 8px; color: #9da0ba; font-size: .78rem; }
.channel-note { display: flex; align-items: center; gap: 8px; color: #777a94; font-size: .72rem; }
.social-mark { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgb(255 255 255 / 18%); border-radius: 6px; color: #d5d7e8; font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; min-height: 76px; align-items: center; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / 10%); color: #74778f; font-size: .7rem; }
.footer-bottom div { display: flex; gap: 20px; }

/* Blog and standard WordPress content */
.blog-hero { padding: 100px 0 86px; background: var(--ink); color: white; text-align: center; }
.blog-hero .eyebrow { justify-content: center; }
.blog-hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(3rem, 6vw, 5.4rem); }
.blog-hero p:last-child { max-width: 680px; margin: 24px auto 0; color: #c7c9db; font-size: 1.08rem; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; min-height: 430px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgb(26 28 75 / 10%); }
.post-card-image { aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, var(--indigo), #4d49ba); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card-content { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.post-meta { margin-bottom: 12px; color: #8b8e9d; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2 { margin-bottom: 14px; font-size: 1.45rem; }
.post-card p { color: var(--muted); font-size: .85rem; }
.post-card .text-link { margin-top: auto; padding-top: 22px; }
.pagination { display: flex; justify-content: center; margin-top: 50px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination a, .pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .78rem; font-weight: 700; }
.pagination .current { border-color: var(--indigo); background: var(--indigo); color: white; }
.single-article { padding: 92px 0 110px; }
.article-header { max-width: 900px; margin: 0 auto 52px; text-align: center; }
.article-header h1 { margin: 18px 0 24px; font-size: clamp(2.8rem, 5.7vw, 5rem); }
.article-header .post-meta { margin: 0; }
.article-featured { width: min(1100px, calc(100% - 48px)); margin: 0 auto 58px; overflow: hidden; border-radius: 26px; }
.article-featured img { display: block; width: 100%; height: auto; }
.entry-content { width: min(780px, calc(100% - 48px)); margin-inline: auto; color: #3f4253; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.9; }
.entry-content > * + * { margin-top: 1.5em; }
.entry-content h2, .entry-content h3 { margin-top: 2em; color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.entry-content h2 { font-size: 2.3rem; }.entry-content h3 { font-size: 1.55rem; }
.entry-content a { color: var(--royal); text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content img { height: auto; border-radius: 14px; }
.page-content { padding: 90px 0; }
.page-content .entry-content { font-family: inherit; }
.empty-state, .not-found { max-width: 720px; margin: 0 auto; padding: 70px 30px; text-align: center; }
.empty-state h2, .not-found h1 { margin-bottom: 18px; }
.empty-state p, .not-found p { margin-bottom: 28px; color: var(--muted); }

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

@media (max-width: 1080px) {
  .nav-shell { grid-template-columns: 205px 1fr auto; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .74rem; }
  .home-hero-grid { gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .launch-feature-card { grid-template-columns: 1fr 1fr; }
  .launch-number { display: none; }
}

@media (max-width: 820px) {
  .container, .container.narrow { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .desktop-nav, .desktop-cta { display: none; }
  .nav-shell { display: flex; min-height: 70px; justify-content: space-between; }
  .brand-link { width: 200px; height: 45px; }
  .brand-logo { width: 190px; }
  .menu-button { display: grid; width: 42px; height: 42px; place-items: center; }
  .mobile-nav { display: block; }
  .home-hero { padding-top: 80px; }
  .home-hero-grid, .problem-grid, .story-grid, .split-heading, .deliverables-grid, .note-grid, .founder-note { grid-template-columns: 1fr; gap: 42px; }
  .home-hero-grid { gap: 60px; }
  .hero-system { min-height: 470px; }
  .hero-marquee { overflow-x: auto; gap: 26px; justify-content: flex-start; white-space: nowrap; }
  .hero-marquee i { flex: 0 0 auto; }
  .flow-grid, .pricing-grid { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.featured { transform: none; }
  .launch-feature-card { grid-template-columns: 1fr; padding: 48px 34px; }
  .work-card, .case-card { grid-template-columns: 1fr; }
  .work-card:nth-child(even) .work-visual { order: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .faq-grid, .faq-page, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .contact-aside, .faq-page aside { position: static; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .final-cta-card { align-items: flex-start; flex-direction: column; padding: 48px 34px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  h2 { font-size: 2.45rem; }
  .home-hero { min-height: auto; padding-top: 66px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { gap: 12px 18px; }
  .hero-system { min-height: 410px; transform: scale(.94); }
  .system-node { min-width: 125px; padding: 10px 12px; }
  .node-content { right: -16px; }.node-flow { left: -17px; }
  .system-status { right: 4px; bottom: 10px; }
  .problem-strip { padding: 58px 0; }
  .services-grid, .service-page-grid, .capability-grid, .values-grid, .launch-points, .launch-stat-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .work-visual { min-height: 300px; }
  .work-copy { padding: 34px 26px; }
  .case-card { padding: 18px; }
  .case-number { min-height: 230px; }
  .pricing-card { padding: 28px 24px; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .legal-copy { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 20px 0; }
  .posts-grid { grid-template-columns: 1fr; }
}

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