/* ENGETEC — Home V1
   Paleta e caminhos visuais centralizados para manutenção simples. */
:root {
  --ink: #101820;
  --ink-deep: #0a1016;
  --ink-soft: #1a2630;
  --orange: #f47a20;
  --orange-dark: #d95f0c;
  --paper: #f3f1ed;
  --white: #ffffff;
  --muted: #75808a;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: #d9d9d5;
  --container: 1240px;
  --header-height: 88px;
  --radius: 2px;
  --ease: 220ms ease;
  --font: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  --font-body: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
::selection { color: var(--white); background: var(--orange); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--font); line-height: 1.02; letter-spacing: -0.035em; }
h2 { font-size: clamp(2.6rem, 4.4vw, 4.8rem); font-weight: 620; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 124px 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: var(--white); transform: translateY(-160%); transition: transform var(--ease); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--orange); font: 700 0.74rem/1.2 var(--font); letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; content: ""; background: currentColor; }
.eyebrow b { font-size: .65em; }
.eyebrow-dark { color: var(--orange-dark); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 21px; border: 1px solid transparent; border-radius: var(--radius); font: 700 .74rem/1 var(--font); letter-spacing: .08em; text-transform: uppercase; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.34); }
.button-ghost:hover { color: var(--orange); border-color: var(--orange); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--ink); }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: height var(--ease), background var(--ease), box-shadow var(--ease); }
.site-header.is-scrolled { height: 72px; background: rgba(10,16,22,.96); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: max-content; }
.brand-symbol { width: 43px; height: 43px; object-fit: contain; }
.brand-lockup { width: 114px; display: flex; flex-direction: column; gap: 4px; }
.brand-wordmark { width: 100%; height: 22px; object-fit: contain; object-position: left center; }
.brand-lockup > span { color: rgba(255,255,255,.84); font: 700 .39rem/1.1 var(--font); letter-spacing: .085em; text-transform: uppercase; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: clamp(17px, 1.7vw, 30px); }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 33px 0 29px; color: rgba(255,255,255,.76); font: 600 .76rem/1 var(--font); letter-spacing: .025em; transition: color var(--ease); }
.site-header.is-scrolled .primary-nav > a:not(.nav-cta) { padding-block: 25px 23px; }
.primary-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform var(--ease); }
.primary-nav > a:hover, .primary-nav > a.is-current { color: var(--white); }
.primary-nav > a:hover::after, .primary-nav > a.is-current::after { transform: scaleX(1); }
.nav-cta { min-height: 42px; display: inline-flex; flex-shrink: 0; align-items: center; gap: 24px; padding: 0 16px; color: var(--white); background: var(--orange); font: 700 .7rem/1 var(--font); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: background var(--ease); }
.nav-cta:hover { background: var(--orange-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform var(--ease), opacity var(--ease); }

/* Hero */
.hero { position: relative; min-height: 790px; display: flex; align-items: center; padding: calc(var(--header-height) + 74px) 0 84px; color: var(--white); background: var(--ink-deep); overflow: hidden; }
.hero::before { position: absolute; width: 45vw; height: 45vw; top: -22vw; left: 10%; content: ""; border: 1px solid rgba(244,122,32,.16); border-radius: 50%; }
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); align-items: center; gap: clamp(54px, 7vw, 112px); }
.hero-copy { padding-top: 25px; }
.hero h1 { max-width: 760px; margin-bottom: 29px; font-size: clamp(3.8rem, 5.75vw, 6.3rem); font-weight: 600; }
.hero h1 em { position: relative; color: var(--white); font-style: normal; }
.hero h1 em::after { position: absolute; right: 0; bottom: .03em; left: 0; height: .08em; content: ""; background: var(--orange); }
.hero-lead { max-width: 665px; margin-bottom: 36px; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.authority { display: grid; grid-template-columns: auto minmax(0, 340px); align-items: center; gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line-dark); }
.authority strong { font: 700 .75rem/1.1 var(--font); letter-spacing: .09em; text-transform: uppercase; }
.authority strong span { display: block; color: var(--orange); font-size: 2.2rem; letter-spacing: -.04em; }
.authority p { margin: 0; color: rgba(255,255,255,.54); font-size: .83rem; line-height: 1.5; }
.hero-media { position: relative; min-height: 550px; margin: 0; border: 1px solid rgba(255,255,255,.22); background: var(--ink-soft); overflow: hidden; }
.hero-media::after { position: absolute; inset: 14px; content: ""; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 52%; }
.image-placeholder { position: relative; min-height: 550px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(145deg, #24313b 0%, #111a21 64%); overflow: hidden; }
.image-placeholder::before { position: absolute; inset: 0; content: ""; opacity: .38; background: repeating-linear-gradient(122deg, transparent 0 32px, rgba(255,255,255,.04) 33px 34px); }
.image-placeholder::after { position: absolute; inset: 14px; content: ""; border: 1px solid rgba(255,255,255,.1); }
.placeholder-ratio { position: absolute; z-index: 1; top: 24px; color: rgba(255,255,255,.44); font: 700 .64rem/1 var(--font); letter-spacing: .12em; text-transform: uppercase; }
.placeholder-ratio { right: 25px; }
.placeholder-label { z-index: 1; color: rgba(255,255,255,.34); font: 700 .74rem/1 var(--font); letter-spacing: .2em; text-transform: uppercase; }
.media-caption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: end; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.22); }
.media-caption b { font: 700 .75rem/1 var(--font); letter-spacing: .08em; text-transform: uppercase; }
.media-caption small { color: rgba(255,255,255,.42); }
.hero-rail { position: absolute; right: 0; bottom: 0; left: 0; height: 42px; display: flex; align-items: center; justify-content: center; gap: 20px; color: rgba(255,255,255,.32); border-top: 1px solid rgba(255,255,255,.08); font: 650 .61rem/1 var(--font); letter-spacing: .15em; text-transform: uppercase; }
.hero-rail i { width: 4px; height: 4px; background: var(--orange); }

/* About */
.about { padding-block: clamp(36px, 5vh, 64px); background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 5vw, 72px); }
.about-heading { position: relative; }
.about-heading h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 3.4vw, 3.6rem); }
.about-content { padding-top: 0; }
.about-content p { max-width: 650px; margin-bottom: 16px; line-height: 1.55; color: #4f5a63; }
.about-content .lead { color: var(--ink); font-size: 1.12rem; font-weight: 550; }
.about-media { aspect-ratio: 16 / 9; overflow: hidden; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.light-placeholder { border-color: #c9cbc9; background: linear-gradient(145deg, #d9d9d5, #bfc3c2); }
.light-placeholder::after { border-color: rgba(16,24,32,.13); }
.light-placeholder .placeholder-ratio, .light-placeholder .placeholder-label { color: rgba(16,24,32,.45); }
.about-statement { max-width: 540px; margin: 24px 0 0; padding: 16px 0 0 20px; border-top: 1px solid var(--line-light); border-left: 3px solid var(--orange); color: var(--ink); font: 500 clamp(1.55rem, 1.8vw, 1.9rem)/1.3 var(--font); letter-spacing: -.02em; }

/* Essence */
.essence { padding-top: 68px; padding-bottom: clamp(82px, 10vh, 108px); background: var(--paper); }
.essence-layout { padding-top: 66px; border-top: 1px solid var(--line-light); }
.essence-heading { display: grid; grid-template-columns: .52fr 1.48fr; align-items: start; gap: 70px; }
.essence-heading .eyebrow { margin-top: 12px; }
.essence-heading h2 { max-width: 790px; margin-bottom: 0; font-size: clamp(2.7rem, 4vw, 4.25rem); }
.essence-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 48px; border-bottom: 1px solid var(--line-light); }
.essence-block { position: relative; min-width: 0; max-width: none; min-height: 238px; padding: 28px 34px 30px; border-top: 1px solid var(--line-light); border-right: 1px solid var(--line-light); }
.essence-block:last-child { border-right: 0; }
.essence-block::before { position: absolute; top: -1px; left: 0; width: 70px; height: 2px; content: ""; background: var(--orange); }
.essence-block h3, .values-block h3 { margin-bottom: 18px; color: var(--orange-dark); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.essence-block p { max-width: 390px; margin: 0; color: var(--ink); font: 520 clamp(1.15rem, 1.55vw, 1.48rem)/1.45 var(--font); letter-spacing: -.01em; }
.values-block ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; margin: 0; padding: 0; list-style: none; }
.values-block li { position: relative; padding: 7px 0 7px 12px; border-bottom: 1px solid rgba(16,24,32,.11); font: 650 .88rem/1.2 var(--font); letter-spacing: .025em; text-transform: uppercase; }
.values-block li::before { position: absolute; top: 13px; left: 0; width: 3px; height: 3px; content: ""; background: var(--orange); }

/* Solutions */
.solutions { padding-top: clamp(72px, 9vh, 108px); padding-bottom: clamp(72px, 9vh, 108px); color: var(--white); background: var(--ink); }
.solutions-header { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 100px; margin-bottom: clamp(34px, 5vh, 56px); }
.solutions-header h2 { max-width: 780px; margin: 0; }
.solutions-header > p { margin: 0 0 9px; color: rgba(255,255,255,.55); font-size: .95rem; }
.solutions-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.solution-item { position: relative; min-height: clamp(160px, 22vh, 205px); display: grid; grid-template-columns: minmax(210px, .8fr) 1.2fr; align-items: center; gap: 30px; padding: 28px 32px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background var(--ease), padding var(--ease); }
.solution-item::before { position: absolute; inset: 0 auto 0 0; width: 3px; content: ""; background: var(--orange); transform: scaleY(0); transition: transform var(--ease); }
.solution-item:hover { padding-inline: 38px 26px; background: rgba(255,255,255,.035); }
.solution-item:hover::before { transform: scaleY(1); }
.solution-item h3 { margin: 0; font-size: clamp(1.6rem, 2.4vw, 2.5rem); font-weight: 570; }
.solution-item p { max-width: 520px; margin: 0; color: rgba(255,255,255,.56); font-size: .9rem; }

/* Projects */
.projects { padding-top: clamp(68px, 8vh, 96px); padding-bottom: clamp(68px, 8vh, 96px); background: #e9e8e4; }
.projects-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; margin-bottom: 70px; }
.projects-intro h2 { max-width: 800px; margin: 0; }
.projects-intro > p { margin: 0 0 10px; color: #53606a; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 2.5vw, 36px); }
.project-card { min-width: 0; }
.project-image { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #d6d5d0; }
.project-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-card:nth-child(1) .project-image img { object-position: 50% 56%; }
.project-card:nth-child(2) .project-image img { object-position: 50% 50%; }
.project-card:nth-child(3) .project-image img { object-position: 50% 48%; }
.project-meta { padding-top: 18px; }
.project-meta > span { display: block; margin-bottom: 13px; color: var(--orange-dark); font: 700 .61rem/1 var(--font); letter-spacing: .11em; text-transform: uppercase; }
.project-meta h3 { min-height: 2.35em; margin-bottom: 9px; font-size: clamp(1.05rem, 1.45vw, 1.32rem); line-height: 1.16; text-transform: uppercase; }
.project-meta p { margin: 0; color: #687178; font-size: clamp(.77rem, .88vw, .84rem); line-height: 1.55; }

/* Process */
.process { color: var(--white); background: var(--ink-deep); }
.process-heading { max-width: 820px; margin-bottom: 82px; }
.process-heading h2 { margin-bottom: 0; }
.process-flow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-flow::before { position: absolute; top: 22px; right: 9%; left: 9%; height: 1px; content: ""; background: rgba(255,255,255,.18); }
.process-flow li { position: relative; padding: 0 26px; border-right: 1px solid var(--line-dark); }
.process-flow li:last-child { border-right: 0; }
.process-flow > li > span { position: relative; z-index: 1; width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 31px; color: rgba(244,122,32,.88); border: 1px solid rgba(244,122,32,.42); border-radius: 50%; background: var(--ink-deep); font: 700 .62rem/1 var(--font); }
.process-flow li h3 { margin-bottom: 16px; font-size: 1.13rem; letter-spacing: .06em; text-transform: uppercase; }
.process-flow li p { margin: 0; color: rgba(255,255,255,.52); font-size: .8rem; line-height: 1.65; }

/* Compliance */
.compliance { background: var(--paper); }
.compliance-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 110px; margin-bottom: 76px; }
.compliance-intro h2 { margin: 0; }
.compliance-intro > div:last-child p { color: #56616a; }
.compliance-intro > div:last-child p:last-child { margin-bottom: 0; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-light); }
.pillar-grid article { min-height: 290px; padding: 35px; border-right: 1px solid var(--line-light); }
.pillar-grid article:last-child { border: 0; }
.pillar-grid h3 { max-width: 260px; margin-bottom: 18px; font-size: 1.3rem; letter-spacing: .03em; text-transform: uppercase; }
.pillar-grid h3::before { width: 42px; height: 2px; display: block; margin-bottom: 56px; content: ""; background: var(--orange); }
.pillar-grid p { margin: 0; color: #657078; font-size: .87rem; }
.technical-lead { display: flex; align-items: center; gap: 24px; margin-top: 32px; padding: 20px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: .78rem; }
.technical-label { margin-right: auto; color: var(--orange-dark); font: 700 .67rem/1 var(--font); letter-spacing: .11em; text-transform: uppercase; }
.technical-lead strong { font-size: .92rem; }
.technical-lead > span:not(.technical-label) { color: #657078; }

/* Clients */
.clients { padding-block: clamp(72px, 9vh, 100px); background: var(--white); }
.clients-heading { max-width: 820px; margin-bottom: clamp(36px, 5vh, 52px); }
.clients-heading h2 { margin: 0; }
.client-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.client-logo { min-height: clamp(122px, 15vh, 148px); display: flex; align-items: center; justify-content: center; padding: 24px 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.client-logo img { width: 100%; height: auto; max-height: 72px; object-fit: contain; }
.client-ldc img { max-width: 150px; max-height: 68px; }
.client-sucafina img { max-width: 154px; max-height: 68px; }
.client-fortgreen img { max-width: 178px; max-height: 58px; }
.client-libbs img { max-width: 148px; max-height: 66px; }
.client-pp img { max-width: 176px; max-height: 58px; }
.client-standard img { max-width: 142px; max-height: 76px; }
.client-goldko img { max-width: 176px; max-height: 58px; }
.client-melitta img { max-width: 148px; max-height: 72px; }
.client-magneti img { max-width: 176px; max-height: 58px; }
.client-tenneco img { max-width: 176px; max-height: 58px; }

/* CTA */
.commercial-cta { position: relative; padding: 100px 0; color: var(--white); background: var(--orange); overflow: hidden; }
.cta-lines { position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(115deg, transparent 0 78px, rgba(255,255,255,.7) 79px 80px); }
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.cta-inner .eyebrow { color: var(--white); }
.cta-inner h2 { max-width: 850px; margin-bottom: 22px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.cta-inner > div > p:last-child { max-width: 710px; margin: 0; color: rgba(255,255,255,.82); }
.cta-inner .button { min-width: 200px; }

/* Contact */
.contact { color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 9vw, 135px); }
.contact-details h2 { margin-bottom: 28px; font-size: clamp(3rem, 4.7vw, 5rem); }
.contact-details > p:not(.eyebrow) { max-width: 515px; color: rgba(255,255,255,.56); }
.contact-links { margin-top: 62px; border-top: 1px solid var(--line-dark); }
.contact-links > * { position: relative; display: block; padding: 18px 30px 18px 0; border-bottom: 1px solid var(--line-dark); }
.contact-links span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.4); font: 700 .62rem/1 var(--font); letter-spacing: .1em; text-transform: uppercase; }
.contact-links strong { font-size: .9rem; font-weight: 550; overflow-wrap: anywhere; }
.contact-links b { position: absolute; top: 28px; right: 4px; color: var(--orange); }
.contact-links a:hover strong { color: var(--orange); }
.contact-form { padding: 44px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 21px; font: 700 .67rem/1 var(--font); letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; border: 0; border-bottom: 1px solid #bfc2c1; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: 400 .91rem/1.4 var(--font-body); text-transform: none; transition: border-color var(--ease), box-shadow var(--ease); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 1px var(--orange); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form ::placeholder { color: #91979a; }
.hidden-field { position: absolute; left: -9999px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 10px; }
.form-status { margin: 0; color: #687179; font-size: .75rem; }
.form-status.is-success { color: #226343; }
.form-status.is-error { color: #a13e25; }
.contact-form .button { cursor: pointer; }
.contact-form .button:disabled { cursor: wait; opacity: .62; transform: none; }

/* Footer */
.site-footer { color: rgba(255,255,255,.58); background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1.4fr .65fr 1fr 1fr; gap: 70px; padding-top: 74px; padding-bottom: 68px; }
.brand-footer { color: var(--white); gap: 13px; }
.brand-footer .brand-symbol { width: 58px; height: 58px; }
.brand-footer .brand-lockup { width: 142px; gap: 6px; }
.brand-footer .brand-wordmark { height: 28px; }
.brand-footer .brand-lockup > span { font-size: .48rem; }
.footer-brand > p { max-width: 280px; margin: 28px 0 0; font-size: .88rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h3 { margin-bottom: 14px; color: var(--white); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; font-size: .76rem; line-height: 1.8; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--orange); }
.footer-column strong { color: rgba(255,255,255,.84); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .67rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--white); font-weight: 650; text-transform: uppercase; }
.footer-bottom a span { margin-left: 8px; color: var(--orange); }

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