*{margin:0;padding:0;box-sizing:border-box}
:root{--orange:#ff6a00;--orange-dark:#d94f00;--orange-soft:#fff0e7;--orange-border:#ffb27f;--black:#08090b;--gray:#5e636b;--light:#f5f5f6;--white:#fff;--max:1240px}
html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--black);background:#fff;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}.section{padding:96px 0}.section-dark{padding:78px 0;color:#fff;background:var(--black)}
.eyebrow{margin-bottom:16px;color:var(--orange);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;background:rgba(8,9,11,.9);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);transition:none}.site-header.scrolled{background:rgba(8,9,11,.98)}
.nav-container{width:min(calc(100% - 48px),1380px);min-height:104px;margin:auto;display:grid;grid-template-columns:auto 1fr auto auto;gap:34px;align-items:center}.brand-lockup{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}.brand-main{color:#fff;font-size:1.08rem;font-weight:900;letter-spacing:.04em}.brand-sub{margin-top:4px;color:var(--orange);font-size:.64rem;font-weight:900;letter-spacing:.25em}.desktop-nav{display:flex;justify-content:center;gap:38px}.nav-link{position:relative;padding:12px 0;color:rgba(255,255,255,.82);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--orange);transform:scaleX(0);transition:none}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
.quote-button,.button,.mobile-quote-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:14px 25px;border:2px solid transparent;border-radius:5px;font-size:.78rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;transition:none}.quote-button,.button-primary,.mobile-quote-button{color:#fff;background:var(--orange);border-color:var(--orange)}.quote-button:hover,.button-primary:hover,.mobile-quote-button:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.button-secondary{color:#fff;border-color:rgba(255,255,255,.82);background:rgba(255,255,255,.04)}.button-secondary:hover{color:#000;background:#fff}
.mobile-menu-button{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04)}.mobile-menu-button span{width:22px;height:2px;background:#fff}.mobile-navigation{display:none}
.hero{min-height:860px;display:grid;align-items:center;color:#fff;background-position:center;background-size:cover}.hero-content{max-width:780px;padding-top:120px}.hero h1{font-size:clamp(3.4rem,7vw,7rem);font-weight:900;letter-spacing:-.055em;line-height:.94}.hero-copy{max-width:690px;margin-top:30px;color:rgba(255,255,255,.92);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.72}.hero-support{margin-top:14px;color:rgba(255,255,255,.68)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-trust{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:30px;color:rgba(255,255,255,.83);font-size:.82rem;font-weight:700}
.value-strip{color:#fff;background:var(--black)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr)}.value-grid article{padding:34px 28px;border-right:1px solid rgba(255,255,255,.09)}.value-grid strong{display:block;margin-bottom:8px;color:var(--orange);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.value-grid span{color:rgba(255,255,255,.7);font-size:.9rem;line-height:1.55}
.section-heading{max-width:780px;margin:0 auto 54px;text-align:center}.section-heading h2{font-size:clamp(2.3rem,4.4vw,4rem);font-weight:900;letter-spacing:-.045em}.section-heading>p:last-child{margin-top:20px;color:var(--gray);font-size:1.05rem;line-height:1.75}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{padding:36px 30px;border:1px solid #d8dade;border-top:4px solid var(--orange);box-shadow:0 12px 30px rgba(0,0,0,.06);transition:none}.service-number{margin-bottom:25px;color:var(--orange);font-size:2rem;font-weight:900}.service-card h3{font-size:1.15rem;font-weight:900;text-transform:uppercase}.service-card p{margin-top:14px;color:var(--gray);line-height:1.68}.service-card ul{margin:22px 0 0 18px;color:var(--gray);line-height:1.8}.text-link{display:inline-block;margin-top:24px;color:var(--orange-dark);font-size:.84rem;font-weight:800;text-transform:uppercase}
.split-cta{display:flex;align-items:center;justify-content:space-between;gap:46px}.split-cta>div{max-width:760px}.split-cta h2{font-size:clamp(2.2rem,4vw,3.8rem);font-weight:900}.split-cta p:not(.eyebrow){margin-top:18px;color:rgba(255,255,255,.72);line-height:1.72}
.site-footer{padding-top:64px;color:#fff;background:#050607;border-top:4px solid var(--orange)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:48px}.footer-logo{width:150px;margin-bottom:18px}.footer-grid h3{margin-bottom:16px;color:var(--orange);font-size:.8rem;text-transform:uppercase}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-grid a{margin-bottom:11px;color:rgba(255,255,255,.78)}.footer-bottom{margin-top:42px;padding:24px 0;color:rgba(255,255,255,.46);border-top:1px solid rgba(255,255,255,.1);font-size:.78rem}

/* =========================
   SERVICES PAGE
========================= */

.page-hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  padding-top: 104px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4,6,8,.96), rgba(4,6,8,.82) 42%, rgba(4,6,8,.24)),
    url("https://static1.squarespace.com/static/6a6e5ac1bebd622d2ef68017/t/6a6f4b5f51c184659307db65/1785678687442/background.png");
  background-position: center;
  background-size: cover;
}

.page-hero-content {
  max-width: 850px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 6.4vw, 6.4rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .97;
}

.page-hero-content > p:last-child {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255,255,255,.86);
  font-size: 1.12rem;
  line-height: 1.75;
}

.service-list {
  border-top: 1px solid #d8dade;
}

.service-row {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid #d8dade;
}

.service-row-number {
  color: var(--orange);
  font-size: 1.7rem;
  font-weight: 900;
}

.service-row h3 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-row p {
  max-width: 780px;
  margin-top: 10px;
  color: var(--gray);
  line-height: 1.7;
}

.service-tag {
  padding: 8px 13px;
  color: var(--orange-dark);
  background: var(--orange-soft);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.deliverables-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.deliverables-layout h2 {
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  font-weight: 900;
  letter-spacing: -.045em;
}

.light-copy {
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
}

.deliverables-grid span {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  font-weight: 700;
}

.capabilities-section {
  background: var(--light);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

.capability-grid article {
  min-height: 210px;
  padding: 30px 25px;
  background: var(--white);
  border: 1px solid #d8dade;
  border-top: 4px solid var(--orange);
}

.capability-grid h3 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.capability-grid p {
  margin-top: 13px;
  color: var(--gray);
  line-height: 1.7;
}

/* =========================
   ABOUT PAGE
========================= */

.about-story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: start;
}

.about-story-grid h2,
.about-mission-grid h2,
.owner-copy h2 {
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.about-story-copy > p,
.owner-copy > p {
  margin-bottom: 20px;
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.78;
}

.about-highlight {
  margin-top: 30px;
  padding: 34px 32px;
  color: var(--white);
  background: var(--black);
  border-top: 4px solid var(--orange);
}

.about-highlight h3 {
  color: var(--orange);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.about-highlight p {
  margin-top: 15px;
  color: rgba(255,255,255,.78);
  line-height: 1.72;
}

.about-principles-section {
  background: var(--light);
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.about-principle-card {
  padding: 34px 28px;
  background: var(--white);
  border: 1px solid #d8dade;
  border-top: 4px solid var(--orange);
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.about-principle-number {
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 2rem;
  font-weight: 900;
}

.about-principle-card h3 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-principle-card p {
  margin-top: 13px;
  color: var(--gray);
  line-height: 1.72;
}

.about-mission-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.about-mission-list {
  display: grid;
}

.about-mission-list article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.about-mission-list article > span {
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: 900;
}

.about-mission-list h3 {
  color: var(--white);
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-mission-list p {
  margin-top: 8px;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
}

.owner-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.owner-card {
  padding: 36px 32px;
  color: var(--white);
  background: linear-gradient(145deg,#090a0c,#1b1e23);
  border-top: 4px solid var(--orange);
}

.owner-role {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.owner-card h2 {
  margin-top: 12px;
  font-size: 2.4rem;
  font-weight: 900;
}

.owner-card > p:last-of-type {
  margin-top: 20px;
  color: rgba(255,255,255,.76);
  line-height: 1.72;
}

.owner-card blockquote {
  margin-top: 28px;
  padding-top: 22px;
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,.14);
  font-weight: 700;
  line-height: 1.7;
}

.owner-copy > p {
  margin-top: 20px;
}


/* =========================
   CONTACT PAGE
========================= */

.contact-section {
  background: var(--light);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
  gap: 56px;
  align-items: start;
}

.contact-intro h2 {
  font-size: clamp(2.3rem,4.4vw,4rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.contact-intro > p:last-child {
  max-width: 720px;
  margin-top: 20px;
  color: var(--gray);
  line-height: 1.75;
}

.contact-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-top: 34px;
  color: var(--gray);
  font-size: .92rem;
  line-height: 1.5;
}

.contact-check-grid span::first-letter {
  color: var(--orange);
}

.project-form-panel {
  margin-top: 44px;
  padding: 36px;
  background: var(--white);
  border: 1px solid #d8dade;
  border-top: 4px solid var(--orange);
  box-shadow: 0 14px 34px rgba(0,0,0,.07);
}

.project-form-panel > h2 {
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-form-panel > p {
  margin-top: 8px;
  color: var(--gray);
}

.project-form {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--black);
  background: var(--white);
  border: 1px solid #cfd1d4;
  border-radius: 0;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

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

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(182,82,23,.14);
}

.form-field input[type="file"] {
  padding: 10px;
  background: #fafafa;
}

.form-field small {
  color: #777b82;
  font-size: .75rem;
  line-height: 1.45;
}

.form-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--gray);
  font-size: .82rem;
  line-height: 1.55;
}

.form-consent input {
  margin-top: 3px;
}

.form-submit {
  min-height: 56px;
  width: 100%;
  padding: 14px 28px;
  color: var(--white);
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease;
}

.form-submit:hover {
  transform: translateY(-2px);
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

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

.contact-sidebar {
  position: sticky;
  top: 130px;
  padding: 34px 30px;
  color: var(--white);
  background: var(--black);
  border-top: 4px solid var(--orange);
}

.contact-logo {
  width: 130px;
  margin-bottom: 24px;
}

.contact-sidebar h3 {
  color: var(--orange);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.contact-sidebar p,
.contact-sidebar a:not(.button) {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.76);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.contact-sidebar a:not(.button):hover {
  color: var(--orange);
}

.contact-divider {
  height: 1px;
  margin: 26px 0;
  background: rgba(255,255,255,.14);
}

.contact-capability-button {
  width: 100%;
}

.contact-process-heading h2 {
  color: var(--white);
}

.contact-process-heading > p:last-child {
  color: rgba(255,255,255,.7);
}

.contact-process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

.contact-process-grid article {
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
}

.contact-process-grid strong {
  display: block;
  margin-bottom: 20px;
  color: var(--orange);
  font-size: 1.8rem;
  font-weight: 900;
}

.contact-process-grid h3 {
  color: var(--white);
  font-size: .92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-process-grid p {
  margin-top: 12px;
  color: rgba(255,255,255,.7);
  font-size: .88rem;
  line-height: 1.65;
}

/* PREMIUM HOMEPAGE */
.premium-hero{position:relative;min-height:900px;overflow:hidden;background:#08090b}
.hero-background{position:absolute;inset:-3%;background:url("https://static1.squarespace.com/static/6a6e5ac1bebd622d2ef68017/t/6a6f4b5f51c184659307db65/1785678687442/background.png") center/cover no-repeat;transform:scale(1.04);}
.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 72% 45%,rgba(182,82,23,.06),transparent 28%),linear-gradient(90deg,rgba(4,6,8,.97) 0%,rgba(4,6,8,.86) 40%,rgba(4,6,8,.32) 74%,rgba(4,6,8,.16) 100%)}
.premium-hero .hero-content{position:relative;z-index:2;max-width:830px}

.premium-hero h1 span{display:block;color:var(--orange)}
.premium-hero .hero-trust span{position:relative;padding-left:18px}
.premium-hero .hero-trust span:before{content:"";position:absolute;top:50%;left:0;width:7px;height:7px;background:var(--orange);border-radius:50%;transform:translateY(-50%)}
.premium-services{background:linear-gradient(180deg,#fff,#f6f6f7)}
.premium-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.premium-service-card{position:relative;min-height:390px;padding:36px 34px;overflow:hidden;background:#fff;border:1px solid #d8dade;border-top:4px solid var(--orange);box-shadow:0 14px 34px rgba(0,0,0,.06);transition:none}

.service-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:24px;color:var(--orange);background:var(--orange-soft);border:1px solid var(--orange-border);font-size:.88rem;font-weight:900}
.premium-service-card h3{font-size:1.16rem;font-weight:900;text-transform:uppercase}
.premium-service-card>p{margin-top:15px;color:var(--gray);line-height:1.72}
.premium-service-card ul{margin:22px 0 0 18px;color:var(--gray);line-height:1.85}
.premium-service-card>a{display:inline-block;margin-top:25px;color:var(--orange-dark);font-size:.8rem;font-weight:900;text-transform:uppercase}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.process-step{text-align:center;padding:24px 20px 28px}
.process-step>span{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 22px;color:#fff;background:var(--black);border:3px solid var(--orange);border-radius:50%;font-weight:900}
.process-step h3{font-size:.9rem;font-weight:900;text-transform:uppercase}
.process-step p{margin-top:11px;color:var(--gray);font-size:.86rem;line-height:1.65}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-card{padding:30px 24px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035)}
.why-card>strong{display:block;color:var(--orange);font-size:2.7rem;font-weight:900}
.why-card h3{margin-top:14px;color:#fff;font-size:.9rem;font-weight:900;text-transform:uppercase}
.why-card p{margin-top:12px;color:rgba(255,255,255,.68);font-size:.86rem;line-height:1.65}
.premium-cta{padding:82px 0;color:#fff;background:linear-gradient(125deg,#111318 0%,#08090b 70%);border-bottom:4px solid var(--orange)}
.premium-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.premium-cta-inner>div{max-width:760px}
.premium-cta h2{font-size:clamp(2.2rem,4.5vw,4.2rem);font-weight:900}
.premium-cta p:not(.eyebrow){margin-top:18px;color:rgba(255,255,255,.7);line-height:1.72}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@keyframes heroZoom{from{transform:scale(1.04)}to{transform:scale(1.10)}}
@keyframes drawLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
}


/* CINEMATIC VIDEO HERO */
.hero-authenticity{margin-top:18px;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.hero-scroll{position:absolute;z-index:3;left:50%;bottom:28px;display:grid;justify-items:center;gap:8px;color:rgba(255,255,255,.65);font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;transform:translateX(-50%)}
.hero-scroll span{width:1px;height:34px;background:linear-gradient(var(--orange),transparent);animation:scrollPulse 1.7s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:.35;transform:scaleY(.65);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}
.hero-scroll span{animation:none}}

/* LEAN V2 OVERRIDES */
.brand-lockup{min-width:150px}
.premium-hero .hero-content{padding-top:118px}
.premium-service-card,.why-card,.process-step{transform:none!important}
.nav-link:after{transition:none}
@media(max-width:980px){.brand-main{font-size:.95rem}.brand-sub{font-size:.57rem}.brand-lockup{min-width:auto}}
@media(max-width:640px){.brand-main{font-size:.84rem}.brand-sub{font-size:.5rem}}


/* HEADER SIZE CORRECTION — compact text lockup on every page */
.site-header{
  min-height:82px;
  background:rgba(8,9,11,.97);
}
.nav-container{
  min-height:82px;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
}
.brand-lockup{
  min-width:150px;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  line-height:1;
}
.brand-main{
  color:#fff;
  font-size:1rem;
  font-weight:900;
  letter-spacing:.035em;
  white-space:nowrap;
}
.brand-sub{
  margin-top:4px;
  color:var(--orange);
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.24em;
  white-space:nowrap;
}
.site-header .brand-logo{
  display:none!important;
}
.page-hero{
  padding-top:82px;
}
.premium-hero .hero-content{
  padding-top:96px;
}
.footer-logo{
  width:120px;
  max-width:120px;
  height:auto;
}


/* FINAL FP HEADER + MOCKUP-ALIGNED HOMEPAGE */
body{background:#070809}
.site-header{background:#050607;border-bottom:1px solid rgba(255,255,255,.12)}
.nav-container{min-height:88px}
.brand-lockup{min-width:285px;display:flex;flex-direction:row;align-items:center;gap:13px;line-height:1}
.brand-mark{display:block!important;width:78px;height:66px;object-fit:contain;flex:0 0 auto}
.brand-words{display:flex;flex-direction:column;align-items:flex-start}
.brand-main{font-family:"Barlow Condensed",sans-serif;color:#f1f1f1;font-size:1.72rem;font-weight:900;letter-spacing:.045em;line-height:.9;white-space:nowrap}
.brand-sub{position:relative;margin-top:9px;color:var(--orange);font-size:.75rem;font-weight:900;letter-spacing:.34em;line-height:1;white-space:nowrap}
.brand-sub:before,.brand-sub:after{content:"";position:absolute;top:50%;width:28px;height:2px;background:var(--orange)}
.brand-sub:before{right:calc(100% + 8px)}.brand-sub:after{left:calc(100% + 5px)}

.premium-hero{min-height:720px;padding-top:88px;background:#050607}
.hero-shade{background:linear-gradient(90deg,#050607 0%,rgba(5,6,7,.98) 36%,rgba(5,6,7,.72) 54%,rgba(5,6,7,.2) 78%,rgba(5,6,7,.05) 100%)}
.premium-hero .hero-content{max-width:660px;padding-top:48px;padding-bottom:56px}
.hero h1{font-family:"Barlow Condensed",sans-serif;font-size:clamp(4.2rem,7vw,7.1rem);line-height:.82;letter-spacing:.005em;text-transform:uppercase}
.hero-copy{max-width:570px;font-size:1.05rem;line-height:1.55}
.hero-actions .button{border-radius:2px}
.hero-trust{font-size:.76rem;text-transform:uppercase;letter-spacing:.025em}

.value-strip{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.premium-services{background:#090b0d;color:#fff}
.section-heading h2,.premium-cta h2,.industries-layout h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:.01em}
.section-heading>p:last-child{color:rgba(255,255,255,.66)}
.premium-service-grid{grid-template-columns:repeat(4,1fr);gap:10px}
.premium-service-card{min-height:320px;padding:28px 24px;background:linear-gradient(145deg,#121519,#0c0e11);border:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.1);box-shadow:none;color:#fff}
.premium-service-card h3{font-family:"Barlow Condensed",sans-serif;font-size:1.25rem;letter-spacing:.025em}
.premium-service-card>p,.premium-service-card ul{color:rgba(255,255,255,.68)}
.service-icon{background:transparent;border:1px solid var(--orange);color:var(--orange)}

.process-section{background:#070809;color:#fff;border-top:1px solid rgba(255,255,255,.1)}
.process-step p{color:rgba(255,255,255,.65)}
.process-step>span{background:#070809}
.why-section{border-top:1px solid rgba(255,255,255,.1)}
.why-heading h2{color:#fff}

.industries-section{padding:64px 0;color:#fff;background:#0b0d0f;border-top:1px solid rgba(255,255,255,.1)}
.industries-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px;align-items:center}
.industries-layout h2{font-size:clamp(2rem,3.6vw,3.5rem);line-height:1}
.industries-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 34px;list-style:none}
.industries-list li{position:relative;padding:13px 0 13px 18px;border-bottom:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.82)}
.industries-list li:before{content:"›";position:absolute;left:0;color:var(--orange);font-weight:900}

.site-footer{background:#050607;border-top:1px solid rgba(255,255,255,.12)}
.footer-logo{width:150px;max-width:150px}
.page-hero{padding-top:88px}


/* FINAL STATIC HERO — no video */
.premium-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: #08090b;
}

.premium-hero .hero-background {
  position: absolute;
  inset: 0;
  background-image: url("https://static1.squarespace.com/static/6a6e5ac1bebd622d2ef68017/t/6a6f4b5f51c184659307db65/1785678687442/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.premium-hero .hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,6,8,.96) 0%, rgba(4,6,8,.84) 42%, rgba(4,6,8,.34) 72%, rgba(4,6,8,.16) 100%);
}

.premium-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 830px;
}

.premium-hero h1,
.premium-hero h1 span {
  color: #fff;
}

/* FINAL BRAND COLOR AND HERO PUNCTUATION */
.hero-period{display:inline-block;color:var(--orange);font-size:.82em;line-height:1;margin-left:.015em}


/* FINAL DEPLOYMENT SPACING REFINEMENTS */
.site-header,
.nav-container{min-height:76px}
.brand-sub:before,.brand-sub:after{width:16px}
.brand-sub:before{right:calc(100% + 4px)}
.brand-sub:after{left:calc(100% + 4px)}
.premium-hero{padding-top:76px}
.premium-hero .hero-content{padding-top:18px}
.premium-hero .hero-background{background-size:auto 90%;background-position:right center;background-color:#08090b}

/* FINAL LOCKUP + VERSION 1 HERO RESTORATION */
.brand-words{
  width:205px;
  align-items:stretch;
}
.brand-main,
.brand-sub{
  width:100%;
  box-sizing:border-box;
  text-align:center;
}
.brand-sub{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  margin-top:6px;
  padding-left:0;
}
.brand-sub::before,
.brand-sub::after{
  position:static;
  display:block;
  width:18px;
  height:2px;
  flex:0 0 18px;
  background:var(--orange);
  transform:none;
}
.premium-hero .hero-background{
  position:absolute;
  inset:0;
  transform:none;
  background-image:url("https://static1.squarespace.com/static/6a6e5ac1bebd622d2ef68017/t/6a6f4b5f51c184659307db65/1785678687442/background.png");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  background-color:#08090b;
}


/* File-sharing guidance for the Formspree-compatible contact form */
.file-share-notice{padding:20px 22px;background:var(--orange-soft);border-left:4px solid var(--orange)}
.file-share-notice h3{color:var(--black);font-size:.84rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.file-share-notice p{margin-top:8px;color:var(--gray);font-size:.86rem;line-height:1.6}
.file-share-notice a{color:var(--orange-dark);font-weight:800;text-decoration:underline}

/* EXACT HOMEPAGE MATCH FOR INTERIOR PAGE HEROES */

/* Exact homepage header logo layout on every page. */
.site-header .brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-header .brand-mark {
  display: block !important;
  width: 78px;
  height: 66px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-header .brand-words {
  width: 205px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.site-header .brand-main {
  width: 100%;
  text-align: center;
}

.site-header .brand-sub {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 6px;
  padding: 0;
  text-align: center;
}

.site-header .brand-sub::before,
.site-header .brand-sub::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  flex: 0 0 18px !important;
  background: var(--orange) !important;
  opacity: 1 !important;
  transform: none !important;
}

/*
  Home uses a separate image layer with inset:-3%, cover, and scale(1.04).
  Interior pages now use the exact same image treatment.
*/
.page-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  display: block;
  padding: 0;
  color: var(--white);
  background: #08090b !important;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: -3%;
  z-index: 0;
  background:
    url("https://static1.squarespace.com/static/6a6e5ac1bebd622d2ef68017/t/6a6f4b5f51c184659307db65/1785678687442/background.png")
    center / cover no-repeat;
  transform: scale(1.04);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 72% 45%, rgba(255,106,0,.06), transparent 28%),
    linear-gradient(90deg, rgba(4,6,8,.97) 0%, rgba(4,6,8,.86) 40%, rgba(4,6,8,.32) 74%, rgba(4,6,8,.16) 100%);
}

/* Exact homepage content start and vertical rhythm. */
.page-hero > .container {
  position: relative;
  z-index: 2;
}

.page-hero-content {
  max-width: 850px;
  padding-top: 120px;
  margin-top: 0;
}

.page-hero-content > .eyebrow {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-hero-content > h1 {
  margin-top: 0;
}

.orange-period {
  display: inline;
  color: var(--orange);
  font-size: .82em;
  line-height: 1;
  margin-left: .015em;
}


/* INTERIOR HERO 10 PERCENT ZOOM OUT */
.page-hero::before{
  /* Homepage remains unchanged.
     Services/About/Contact only: show ~10% more of the image. */
  inset:-1% !important;
  transform:scale(0.94) !important;
  background-position:center center !important;
  background-size:cover !important;
}
