/*
Theme Name: Fast Project Management
Theme URI: https://fastprojectmanagement.com
Author: Fast Project Management
Description: Tema institucional personalizado da Fast Project Management.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: fast-project-management
*/

@font-face { font-family: "Geist Fast"; src: url("assets/fonts/geist-latin.woff2") format("woff2"); font-display: swap; font-weight: 100 900; }
@font-face { font-family: "Geist Mono Fast"; src: url("assets/fonts/geist-mono-latin.woff2") format("woff2"); font-display: swap; font-weight: 100 900; }

:root {
  --font-geist-sans: "Geist Fast";
  --font-geist-mono: "Geist Mono Fast";
  --ink: #061a2b;
  --ink-2: #0b2940;
  --muted: #536472;
  --line: #dce4e8;
  --mist: #eef4f4;
  --paper: #f8faf9;
  --white: #ffffff;
  --signal: #a8f13b;
  --teal: #1e807b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
button, input, textarea, select { font: inherit; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid rgba(6,26,43,.08); }
.header-inner { width: min(1240px, calc(100% - 48px)); height: 82px; margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand-logo { display: block; width: 178px; height: auto; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 31px 0 28px; color: #435563; font-size: 13px; font-weight: 550; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--teal); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.desktop-nav a.active { color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 17px; border-left: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.header-cta svg { transition: transform .2s ease; }
.header-cta:hover svg { transform: translateX(4px); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: white; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 48px; right: 0; width: 220px; padding: 12px; background: white; box-shadow: 0 20px 50px rgba(6,26,43,.16); border: 1px solid var(--line); display: grid; }
.mobile-menu nav a { padding: 12px; font-size: 14px; }
.mobile-menu nav a.active { background: var(--mist); font-weight: 650; }

.hero { min-height: calc(100vh - 82px); position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; padding-inline: max(24px, calc((100vw - 1180px) / 2)); color: white; box-shadow: 0 28px 70px rgba(6,26,43,.16); }
.hero-carousel, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-carousel { z-index: -3; background: var(--ink); }
.hero-slide { opacity: 0; background-size: cover; background-position: center; transform: scale(1.035); animation: hero-slide 21s ease-in-out infinite; }
.slide-planning { background-image: url('assets/images/hero-planning.webp'); animation-delay: 0s; }
.slide-agility { background-image: url('assets/images/hero-agility.webp'); animation-delay: 7s; }
.slide-delivery { background-image: url('assets/images/hero-delivery.webp'); animation-delay: 14s; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(6,26,43,.97) 0%, rgba(6,26,43,.9) 37%, rgba(6,26,43,.58) 62%, rgba(6,26,43,.26) 100%), linear-gradient(0deg, rgba(6,26,43,.48), transparent 55%); }
.hero-copy { width: min(720px, 67%); padding: 110px 0 104px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; color: #8fd7d1; font: 600 11px/1 var(--font-geist-mono), monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(168,241,59,.16); }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(48px, 6.1vw, 82px); line-height: .98; letter-spacing: -.065em; font-weight: 640; }
.hero h1 em { color: var(--signal); font-style: normal; font-weight: 520; }
.hero-lead { max-width: 600px; margin: 30px 0 0; color: #d1dde2; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 51px; padding: 0 22px; border: 0; cursor: pointer; font-size: 13px; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 10px 28px rgba(6,26,43,.12); }
.button-primary:hover { background: var(--teal); box-shadow: 0 14px 34px rgba(30,128,123,.2); }
.hero .button-primary { background: var(--signal); color: var(--ink); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.hero .button-primary:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 650; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero .text-link { border-color: rgba(255,255,255,.65); }
.text-link:hover svg { transform: translateX(4px); }
.text-link svg { transition: transform .2s ease; }
.trust-line { display: flex; align-items: center; gap: 13px; margin-top: 42px; color: #aebfc7; font-size: 10px; font-family: var(--font-geist-mono), monospace; letter-spacing: .05em; text-transform: uppercase; }
.trust-line i { display: block; width: 3px; height: 3px; border-radius: 50%; background: var(--signal); }
.hero-carousel-status { position: absolute; right: 26px; bottom: 24px; z-index: 3; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font: 600 8px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.hero-carousel-status i { width: 28px; height: 1px; background: rgba(255,255,255,.36); }
@keyframes hero-slide { 0% { opacity: 0; transform: scale(1.035); } 5%, 31% { opacity: 1; } 38%, 100% { opacity: 0; transform: scale(1.095); } }
@media (prefers-reduced-motion: reduce) { .hero-slide { animation: none; transform: none; }.slide-planning { opacity: 1; } }

.hero-visual { min-height: 580px; background: var(--ink); color: white; padding: 24px; position: relative; overflow: hidden; box-shadow: 0 30px 80px rgba(6,26,43,.18); }
.hero-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.visual-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #94a5b2; font: 500 9px/1 var(--font-geist-mono), monospace; letter-spacing: .12em; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(168,241,59,.1); }
.orbit-field { position: relative; height: 420px; margin-top: 30px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 230px; height: 230px; border-color: rgba(168,241,59,.2); transform: rotate(32deg); }
.orbit::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--signal); top: 31px; left: 47px; box-shadow: 0 0 18px rgba(168,241,59,.7); }
.orbit-two::after { background: #76c5c0; top: auto; bottom: 22px; left: auto; right: 41px; }
.core-mark { width: 152px; height: 152px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.15); background: rgba(5,31,49,.92); border-radius: 50%; position: relative; z-index: 3; box-shadow: 0 0 0 12px rgba(255,255,255,.025), 0 25px 50px rgba(0,0,0,.24); }
.core-mark span { font-size: 31px; font-weight: 680; letter-spacing: -.05em; }
.core-mark small { margin-top: 6px; color: #8ea4b2; font: 500 8px/1.4 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.orbit-node { position: absolute; z-index: 4; width: 36px; height: 36px; display: grid; place-items: center; background: #12364e; border: 1px solid rgba(255,255,255,.16); color: var(--signal); font: 600 9px/1 var(--font-geist-mono), monospace; }
.node-one { left: 8%; top: 28%; }.node-two { right: 5%; top: 46%; }.node-three { left: 25%; bottom: 8%; }
.visual-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.11); padding-top: 20px; }
.visual-metrics div { display: grid; gap: 5px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.11); }
.visual-metrics small { color: var(--signal); font: 500 8px/1 var(--font-geist-mono), monospace; }
.visual-metrics strong { font-size: 12px; font-weight: 550; }

.opening-statement { padding: 130px 0 65px; display: grid; grid-template-columns: 1fr 2.3fr; gap: 40px; }
.section-index { color: #788791; font: 500 9px/1 var(--font-geist-mono), monospace; letter-spacing: .13em; }
.kicker { margin: 0 0 16px; color: var(--teal); font-size: 13px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.opening-statement h2, .impact-grid h2, .home-cta h2 { margin: 0; max-width: 820px; font-size: clamp(35px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; font-weight: 590; }
.service-preview { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-bottom: 130px; }
.service-card { background: var(--white); padding: 32px; min-height: 330px; display: flex; flex-direction: column; transition: transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-7px); background: #fbfefd; box-shadow: 0 25px 50px rgba(6,26,43,.1); position: relative; z-index: 2; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.service-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--teal); }
.service-icon svg { width: 23px; height: 23px; }
.card-number { color: #91a0a9; font: 500 9px/1 var(--font-geist-mono), monospace; }
.service-card h3 { margin: 48px 0 13px; font-size: 22px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-link { margin-top: auto; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }

.dark-panel { background: var(--ink); color: white; }
.impact-grid { min-height: 650px; padding-block: 115px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; align-items: center; }
.on-dark { color: #71889a; display: block; margin-bottom: 54px; }
.kicker.light { color: var(--signal); }
.principle-list { border-top: 1px solid rgba(255,255,255,.14); }
.principle-list div { display: grid; grid-template-columns: 50px 1fr; gap: 20px; align-items: center; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle-list span { color: var(--signal); font: 500 9px/1 var(--font-geist-mono), monospace; }
.principle-list p { margin: 0; color: #e8eff2; font-size: 17px; }
.home-cta { padding-block: 130px; display: grid; justify-items: center; text-align: center; }
.signal-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 9px rgba(168,241,59,.18); margin-bottom: 34px; }
.home-cta .button { margin-top: 36px; }

.site-footer { background: #041521; color: white; }
.footer-main { padding-block: 74px 55px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; }
.brand-footer .brand-mark { background: white; color: var(--ink); }
.brand-footer { padding: 0; background: transparent; }
.brand-footer .brand-logo { width: 178px; }
.footer-main > div:first-child > p { max-width: 390px; color: #91a4b0; font-size: 14px; line-height: 1.7; margin-top: 22px; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 50px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links small { color: #6e8390; font: 500 8px/1 var(--font-geist-mono), monospace; letter-spacing: .15em; margin-bottom: 8px; }
.footer-links a { color: #dce6ea; font-size: 13px; }
.footer-links a:hover { color: var(--signal); }
.footer-bottom { padding-block: 21px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #6f838f; font: 500 8px/1 var(--font-geist-mono), monospace; letter-spacing: .08em; text-transform: uppercase; }

.reveal { animation: reveal .7s cubic-bezier(.2,.7,.3,1) both; }.delay-1 { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }.mobile-menu { display: block; }
  .hero { min-height: 640px; }.hero-copy { width: 80%; max-width: 760px; padding: 90px 0; }.hero-shade { background: linear-gradient(90deg, rgba(6,26,43,.96), rgba(6,26,43,.7) 70%, rgba(6,26,43,.42)); }
  .opening-statement { grid-template-columns: 1fr; }.service-preview { grid-template-columns: 1fr; }.service-card { min-height: 270px; }
  .impact-grid { grid-template-columns: 1fr; gap: 60px; }.footer-main { grid-template-columns: 1fr 1fr; }
}

/* Internal pages */
.page-hero { background: var(--ink); color: white; overflow: hidden; }
.page-hero-grid { min-height: 590px; padding-block: 105px 90px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: start; }
.page-hero-meta { display: flex; align-items: center; gap: 14px; color: #78909f; font: 500 9px/1 var(--font-geist-mono), monospace; letter-spacing: .14em; text-transform: uppercase; }
.page-hero-meta i { width: 38px; height: 1px; background: #456173; }
.page-hero h1 { margin: 0; max-width: 850px; font-size: clamp(48px, 5.7vw, 77px); line-height: 1; letter-spacing: -.06em; font-weight: 580; }
.page-hero h1 em, .contact-copy h1 em { color: var(--signal); font-style: normal; }
.page-hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-top: 45px; }
.page-hero-bottom p { max-width: 600px; margin: 0; color: #a8bac5; font-size: 17px; line-height: 1.7; }
.button-signal { background: var(--signal); color: var(--ink); white-space: nowrap; }
.button-signal:hover { background: white; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.page-hero-rule { height: 7px; background: #0e3048; }.page-hero-rule i { display: block; width: 28%; height: 100%; background: var(--signal); }

.services-grid { padding-block: 110px 130px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-detail { padding: 46px 48px 48px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.service-detail:nth-child(even) { padding-left: 48px; padding-right: 0; border-left: 1px solid var(--line); }
.service-detail-top { display: flex; align-items: center; justify-content: space-between; }.service-detail-top small { color: #98a5ad; font: 500 9px/1 var(--font-geist-mono), monospace; }
.service-detail h2 { margin: 35px 0 15px; font-size: 30px; line-height: 1.1; letter-spacing: -.035em; }.service-detail > p { margin: 0; max-width: 480px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-detail ul { margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 12px; list-style: none; }
.service-detail li { display: flex; align-items: center; gap: 12px; color: #334957; font-size: 12px; }.service-detail li::before { content: ""; width: 5px; height: 5px; background: var(--signal); border-radius: 50%; }
.process-band { padding-block: 110px; background: var(--paper); color: var(--ink); }.process-band .on-dark { color: #788791; }.band-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 50px; }.band-heading h2 { margin: 0; max-width: 660px; font-size: 48px; line-height: 1.08; letter-spacing: -.04em; font-weight: 560; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 70px 0 42px; }.process-steps div { min-height: 220px; padding: 28px; background: var(--ink); border: 1px solid var(--ink); color: white; box-shadow: 0 18px 42px rgba(6,26,43,.12); }
.process-steps small { color: var(--signal); font: 600 9px/1 var(--font-geist-mono), monospace; }.process-steps strong { display: block; margin-top: 38px; font-size: 19px; }.process-steps p { margin: 10px 0 0; color: #a8bac5; font-size: 13px; line-height: 1.6; }

.pillars-section { padding-block: 125px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }.sticky-intro { position: sticky; top: 125px; }.sticky-intro h2 { margin: 33px 0 18px; font-size: 48px; line-height: 1.05; letter-spacing: -.045em; font-weight: 590; }.sticky-intro p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.7; }
.pillar-list { border-top: 1px solid var(--line); }.pillar-list article { display: grid; grid-template-columns: 65px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }.pillar-list small { padding-top: 5px; color: var(--teal); font: 600 9px/1 var(--font-geist-mono), monospace; }.pillar-list h3 { margin: 0 0 11px; font-size: 23px; letter-spacing: -.025em; }.pillar-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.collaboration-model { padding-bottom: 130px; }.model-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; padding-bottom: 48px; }.model-heading h2 { margin: 0; font-size: 43px; letter-spacing: -.04em; font-weight: 580; }.model-compare { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 16px; }.model-compare > div { padding: 32px; background: white; border: 1px solid var(--line); }.model-compare small { color: var(--teal); font: 600 8px/1 var(--font-geist-mono), monospace; letter-spacing: .12em; }.model-compare strong { display: block; margin: 42px 0 12px; font-size: 20px; }.model-compare p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.model-compare .model-result { background: var(--ink); color: white; border-color: var(--ink); }.model-result small { color: var(--signal); }.model-result p { color: #95a8b4; }.plus, .equals { align-self: center; color: var(--teal); font-size: 24px; font-weight: 300; }.collaboration-model > .text-link { margin-top: 36px; }

.portfolio-intro { padding-block: 105px 65px; display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; }.portfolio-intro h2 { margin: 0; max-width: 720px; font-size: 43px; line-height: 1.08; letter-spacing: -.04em; font-weight: 580; }.portfolio-intro p { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.case-list { padding-bottom: 120px; border-top: 1px solid var(--ink); }.case-list article { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 55px; padding: 50px 0; border-bottom: 1px solid var(--line); }.case-number { color: var(--teal); font: 600 10px/1 var(--font-geist-mono), monospace; }.case-main small, .case-detail small { color: #83939d; font: 600 8px/1 var(--font-geist-mono), monospace; letter-spacing: .12em; }.case-main h2 { margin: 18px 0 25px; max-width: 420px; font-size: 30px; line-height: 1.1; letter-spacing: -.035em; }.case-tags { display: flex; flex-wrap: wrap; gap: 7px; }.case-tags span { padding: 6px 9px; background: var(--mist); color: #536976; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.case-detail p { margin: 12px 0 25px; max-width: 450px; color: var(--muted); font-size: 13px; line-height: 1.65; }.portfolio-cta { background: var(--mist); color: var(--ink); border-top: 1px solid var(--line); }.portfolio-cta .on-dark { color: var(--teal); }.portfolio-cta .button-signal { background: var(--ink); color: white; }.portfolio-cta .button-signal:hover { background: var(--teal); }.portfolio-cta > div { min-height: 440px; display: grid; grid-template-columns: .5fr 1fr auto; gap: 50px; align-items: center; }.portfolio-cta h2 { margin: 0; font-size: 45px; line-height: 1.06; letter-spacing: -.045em; font-weight: 570; }

.contact-hero { background: var(--ink); color: white; }.contact-layout { min-height: 760px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; padding-block: 90px; }.contact-copy h1 { margin: 34px 0 25px; font-size: clamp(48px, 5.5vw, 72px); line-height: 1; letter-spacing: -.06em; font-weight: 570; }.contact-copy > p { max-width: 500px; color: #9eb0bb; font-size: 17px; line-height: 1.7; }.contact-direct { margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 15px; }.contact-direct small, .form-label { color: #6f8796; font: 600 8px/1 var(--font-geist-mono), monospace; letter-spacing: .14em; }.contact-direct a { display: flex; align-items: center; gap: 12px; width: max-content; color: var(--signal); font-size: 13px; font-weight: 650; }
.form-wrap { background: white; color: var(--ink); padding: 42px; box-shadow: 0 25px 70px rgba(0,0,0,.2); }.contact-form { display: grid; gap: 27px; margin-top: 32px; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 22px; }.contact-form label { display: grid; gap: 9px; }.contact-form label > span { color: #667783; font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .07em; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cbd6db; border-radius: 0; background: transparent; color: var(--ink); padding: 9px 0 12px; outline: none; font-size: 13px; }.contact-form textarea { resize: vertical; min-height: 110px; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 1px 0 var(--teal); }.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.form-submit p { max-width: 240px; margin: 0; color: #80909a; font-size: 9px; line-height: 1.5; }.form-submit .button-signal { background: var(--ink); color: white; }.form-submit .button-signal:hover { background: var(--teal); }.form-notice { padding: 15px 17px; display: grid; gap: 4px; border-left: 3px solid var(--signal); background: var(--mist); }.form-notice strong { font-size: 12px; }.form-notice span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.contact-notes { padding-block: 90px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }.contact-notes > div { background: var(--paper); padding: 10px 50px 10px 0; }.contact-notes > div:not(:first-child) { padding-left: 50px; border-left: 1px solid var(--line); }.contact-notes small { color: var(--teal); font: 600 9px/1 var(--font-geist-mono), monospace; }.contact-notes h2 { margin: 25px 0 10px; font-size: 19px; }.contact-notes p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 980px) {
  .page-hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 45px; }.page-hero-bottom { align-items: flex-start; flex-direction: column; }
  .services-grid { grid-template-columns: 1fr; }.service-detail, .service-detail:nth-child(even) { padding: 40px 0; border-left: 0; }
  .band-heading, .pillars-section, .model-heading, .portfolio-intro { grid-template-columns: 1fr; gap: 38px; }.sticky-intro { position: static; }.process-steps { grid-template-columns: repeat(2,1fr); }
  .model-compare { grid-template-columns: 1fr; }.plus, .equals { justify-self: center; }.case-list article { grid-template-columns: 50px 1fr; }.case-detail { grid-column: 2; }
  .portfolio-cta > div { grid-template-columns: 1fr; padding-block: 85px; min-height: auto; }.contact-layout { grid-template-columns: 1fr; }.contact-copy { max-width: 700px; }
}
@media (max-width: 640px) {
  .page-hero-grid { padding-block: 75px 65px; }.page-hero h1 { font-size: 47px; }.page-hero-bottom p { font-size: 15px; }
  .services-grid, .pillars-section { padding-block: 80px; }.band-heading h2, .sticky-intro h2, .model-heading h2, .portfolio-intro h2, .portfolio-cta h2 { font-size: 37px; }
  .process-steps { grid-template-columns: 1fr; }.process-steps div, .process-steps div:not(:first-child) { min-height: auto; padding: 28px; }.process-steps strong { margin-top: 20px; }
  .pillar-list article { grid-template-columns: 38px 1fr; gap: 12px; }.collaboration-model { padding-bottom: 90px; }.case-list article { grid-template-columns: 32px 1fr; gap: 18px; }.case-main h2 { font-size: 25px; }
  .contact-layout { padding-block: 70px; gap: 50px; }.contact-copy h1 { font-size: 46px; }.form-wrap { padding: 28px 22px; }.form-grid { grid-template-columns: 1fr; }.form-submit { align-items: stretch; flex-direction: column; }.contact-notes { grid-template-columns: 1fr; padding-block: 60px; }.contact-notes > div, .contact-notes > div:not(:first-child) { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 640px) {
  .section-shell, .header-inner { width: min(100% - 32px, 1180px); }.header-inner { height: 70px; }
  .brand-type small { display: none; }.hero { min-height: 620px; padding-inline: 16px; }.hero-copy { width: 100%; padding: 72px 0 84px; }.hero h1 { font-size: 48px; }.hero-lead { font-size: 16px; }
  .hero-slide { background-position: 65% center; }.hero-shade { background: linear-gradient(90deg, rgba(6,26,43,.96), rgba(6,26,43,.78)), linear-gradient(0deg, rgba(6,26,43,.45), transparent); }.hero-carousel-status { right: 16px; bottom: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }.text-link { align-self: center; }.trust-line { flex-wrap: wrap; line-height: 1.6; }
  .hero-visual { min-height: 450px; padding: 18px; }.orbit-field { height: 330px; }.orbit-one { width: 280px; height: 280px; }.orbit-two { width: 190px; height: 190px; }
  .visual-metrics div { padding-left: 8px; }.visual-metrics strong { font-size: 10px; }
  .opening-statement { padding: 92px 0 44px; }.service-preview { margin-bottom: 90px; }.impact-grid { min-height: auto; padding-block: 86px; }
  .home-cta { padding-block: 90px; }.footer-main { grid-template-columns: 1fr; gap: 45px; }.footer-bottom { flex-direction: column; gap: 10px; line-height: 1.5; }
}

.form-notice-error { border-left-color: #c64a48; background: #fff0ef; }
.generic-page { min-height: 520px; padding-block: 110px; }
.generic-page h1 { font-size: clamp(44px, 6vw, 72px); letter-spacing: -.055em; }
.entry-content { max-width: 780px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
