:root { --ink:#101214; --paper:#f1f0ec; --orange:#ef4c35; --digital-blue:#2e9fe6; --line:rgba(16,18,20,.15); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
svg { width:1.1em; height:1.1em; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex:none; }
.shell { width:min(1220px,calc(100% - 64px)); margin-inline:auto; }
.site-header { position:absolute; z-index:20; top:0; left:0; right:0; color:#fff; border-bottom:1px solid rgba(255,255,255,.17); }
.header-inner { height:88px; display:flex; align-items:center; gap:48px; }
.brand-home { display:inline-flex; }
.overmud-mark { font-size:23px; font-weight:900; letter-spacing:-1.3px; font-style:italic; }
.overmud-mark span,.overmud-mark i { color:var(--orange); }
.overmud-mark i { font-style:normal; }
.desktop-nav { display:flex; align-items:center; gap:34px; margin-left:auto; font-size:13px; text-transform:uppercase; letter-spacing:.12em; }
.desktop-nav a { opacity:.78; transition:.2s; }
.desktop-nav a:hover { opacity:1; }
.header-cta { border:1px solid rgba(255,255,255,.4); padding:13px 18px; font-size:12px; text-transform:uppercase; letter-spacing:.12em; transition:.2s; }
.header-cta:hover { background:#fff; color:var(--ink); }
.mobile-nav { display:none; margin-left:auto; position:relative; }
.mobile-nav summary { list-style:none; cursor:pointer; }
.mobile-nav summary::-webkit-details-marker { display:none; }
.mobile-nav summary svg { width:24px; height:24px; }
.mobile-nav nav { position:absolute; top:36px; right:0; width:210px; display:grid; background:#151719; border:1px solid #35383a; padding:10px; box-shadow:0 18px 50px rgba(0,0,0,.35); }
.mobile-nav nav a { padding:13px; font-size:13px; border-bottom:1px solid #2b2e30; }
.mobile-nav nav a:last-child { border-bottom:0; color:#ff735f; }
.home-hero { min-height:820px; height:100vh; max-height:980px; position:relative; overflow:hidden; background:#111; color:#fff; }
.hero-image { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:cover; object-position:center; color:transparent; filter:saturate(.8) contrast(1.05); }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,10,11,.38) 0%,rgba(8,10,11,.68) 12%,rgba(8,10,11,.9) 22%,rgba(8,10,11,.72) 48%,rgba(8,10,11,.16) 70%),linear-gradient(0deg,rgba(8,10,11,.68),transparent 45%); }
.hero-content { position:relative; z-index:2; padding-top:185px; }
.eyebrow { display:flex; align-items:center; gap:12px; margin:0 0 25px; color:rgba(255,255,255,.67); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.eyebrow span { display:block; width:32px; height:2px; background:linear-gradient(90deg,var(--digital-blue),var(--brand-accent,var(--orange))); }
.eyebrow.dark { color:#6e7072; }
.home-hero h1 { max-width:880px; margin:0; font-size:clamp(60px,6.4vw,92px); line-height:.9; letter-spacing:-.062em; font-weight:800; text-transform:uppercase; text-shadow:0 2px 18px rgba(0,0,0,.34); }
.home-hero h1 em { color:transparent; -webkit-text-stroke:1.3px rgba(255,255,255,.68); font-style:normal; }
.hero-lead { width:min(610px,100%); margin:35px 0 0; font-size:18px; line-height:1.65; color:rgba(255,255,255,.72); }
.hero-actions,.brand-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; margin-top:38px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:11px; min-height:52px; padding:0 21px; border:1px solid transparent; font-size:12px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; transition:.2s; }
.button-light { background:#fff; color:#111; }
.button-light:hover { background:var(--orange); color:#fff; }
.text-link { display:inline-flex; gap:8px; align-items:center; font-size:13px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.45); }
.business-section { padding:120px 0 130px; }
.section-heading { display:grid; grid-template-columns:1.4fr .6fr; gap:60px; align-items:end; margin-bottom:60px; }
.section-heading h2,.group-copy h2,.location-inner h2,.brand-pillars h2 { margin:0; max-width:760px; font-size:clamp(42px,5vw,72px); line-height:.98; letter-spacing:-.05em; }
.section-heading>p { margin:0; font-size:16px; line-height:1.75; color:#606367; }
.business-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.business-card { min-height:370px; padding:38px 34px 34px; display:flex; flex-direction:column; border-right:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; overflow:hidden; transition:.3s ease; }
.business-card:before { content:""; position:absolute; left:0; bottom:0; height:5px; width:0; background:var(--brand-accent); transition:.35s ease; }
.business-card:hover { background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--brand-accent) 6%,#fff) 100%); transform:translateY(-4px); box-shadow:0 24px 55px rgba(20,20,20,.08); }
.business-card:hover:before { width:100%; }
.brand-signature { position:absolute; inset:0 0 auto; height:5px; background:linear-gradient(90deg,var(--digital-blue),var(--brand-accent)); }
.brand-signature i { display:none; }
.card-top { display:flex; justify-content:space-between; color:#8a8c8e; font-size:10px; text-transform:uppercase; letter-spacing:.18em; }
.brand-wordmark { margin:auto 0 22px; color:var(--brand-accent); font-size:clamp(45px,5.5vw,76px); line-height:1; font-weight:900; letter-spacing:-.065em; }
.wordmark-motomx { text-transform:uppercase; font-style:italic; }
.wordmark-moto-r { text-transform:uppercase; letter-spacing:-.08em; }
.wordmark-motolab { text-transform:uppercase; font-weight:800; }
.wordmark-digitalin { text-transform:lowercase; font-weight:700; }
.business-card>p { max-width:470px; min-height:54px; color:#63666a; line-height:1.55; }
.card-link { margin-top:22px; display:flex; align-items:center; justify-content:space-between; font-size:12px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.card-link svg { color:var(--brand-accent); }
.group-section { padding:130px 0 120px; background:#121416; color:#fff; }
.group-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:start; }
.group-number span { display:block; color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.35); font-size:clamp(85px,12vw,175px); font-weight:800; letter-spacing:-.08em; line-height:.85; }
.group-number p { max-width:310px; color:#8d9093; line-height:1.6; }
.group-copy>p:not(.eyebrow) { max-width:700px; font-size:17px; line-height:1.8; color:#9da0a3; }
.values-grid { margin-top:100px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #35383a; border-left:1px solid #35383a; }
.values-grid article { padding:38px; min-height:240px; border-right:1px solid #35383a; border-bottom:1px solid #35383a; }
.values-grid svg { color:var(--orange); width:30px; height:30px; }
.values-grid h3 { font-size:22px; margin:45px 0 12px; }
.values-grid p { margin:0; color:#8e9194; line-height:1.6; }
.location-section { padding:110px 0; }
.location-inner { display:grid; grid-template-columns:1.4fr .6fr; gap:80px; align-items:center; }
.location-card { background:#fff; border:1px solid var(--line); padding:38px; }
.location-card>svg { color:var(--orange); width:28px; height:28px; }
.location-card p { font-size:17px; line-height:1.7; }
.location-card a { display:flex; align-items:center; gap:8px; margin-top:28px; padding-top:20px; border-top:1px solid var(--line); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.site-footer { background:#0a0b0c; color:#fff; padding:80px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.8fr 1.2fr .7fr .7fr; gap:60px; }
.footer-intro p { width:min(390px,100%); color:#85888b; line-height:1.65; margin-top:25px; }
.footer-label { margin:0 0 20px; color:#686b6e; font-size:10px; text-transform:uppercase; letter-spacing:.2em; }
.footer-grid>div:not(.footer-intro) { display:flex; flex-direction:column; gap:13px; }
.footer-grid a { display:flex; align-items:flex-start; gap:9px; color:#b8babd; font-size:13px; line-height:1.45; }
.footer-grid a:hover { color:#fff; }
.phone-contact { display:flex; flex-direction:column; align-items:flex-start; gap:4px; }
.phone-contact small { margin-left:26px; color:#686b6e; font-size:10px; line-height:1.35; }
.footer-grid svg { width:17px; height:17px; }
.footer-bottom { margin-top:70px; padding-top:24px; border-top:1px solid #252729; display:flex; justify-content:space-between; color:#5f6265; font-size:11px; }
.footer-bottom p { margin:0; }
.footer-bottom-links { display:flex; align-items:center; gap:28px; }
.developer-credit span { color:#2e9fe6; }
.footer-bottom a:hover { color:#fff; }
.brand-hero { min-height:860px; position:relative; overflow:hidden; color:#fff; background:#0b0d0e; }
.brand-hero-bg { position:absolute; inset:0; background-image:linear-gradient(90deg,rgba(7,8,9,.96) 0%,rgba(7,8,9,.83) 42%,rgba(7,8,9,.2) 84%),var(--brand-hero-image); background-size:cover; background-position:var(--brand-position); }
.brand-identity-line { position:absolute; z-index:2; inset:auto 0 0; height:6px; background:linear-gradient(90deg,var(--digital-blue),var(--brand-accent)); }
.brand-identity-line i { display:none; }
.brand-hero-inner { position:relative; z-index:1; padding-top:145px; padding-bottom:80px; }
.back-link { display:inline-flex; align-items:center; gap:8px; color:#a5a8aa; font-size:12px; text-transform:uppercase; letter-spacing:.13em; }
.brand-hero-copy { margin-top:75px; width:min(760px,70%); }
.brand-logo-wrap { position:relative; width:min(340px,100%); height:96px; margin:0 0 30px; overflow:hidden; }
.brand-logo-wrap img { display:block; width:100%; height:100%; object-fit:contain; object-position:left center; }
.brand-logo-motomx { width:min(330px,100%); height:106px; }
.brand-logo-motomx img { padding:2px; filter:drop-shadow(1px 0 0 rgba(255,255,255,.82)) drop-shadow(-1px 0 0 rgba(255,255,255,.82)) drop-shadow(0 1px 0 rgba(255,255,255,.82)) drop-shadow(0 -1px 0 rgba(255,255,255,.82)); }
.brand-logo-moto-r { width:min(365px,100%); height:92px; overflow:visible; }
.brand-logo-moto-r img { padding:2px 18px 2px 0; filter:drop-shadow(0 2px 10px rgba(0,0,0,.28)); }
.brand-logo-motolab { width:min(330px,100%); height:106px; }
.brand-logo-digitalin { width:min(300px,100%); height:80px; }
.brand-hero h1 { margin:0; font-size:clamp(52px,7vw,94px); line-height:.94; letter-spacing:-.055em; }
.brand-hero-copy>p:not(.eyebrow) { max-width:660px; color:#b0b3b5; font-size:17px; line-height:1.75; margin-top:28px; }
.button-accent { background:var(--brand-accent); color:#08090a; }
.button-accent:hover { filter:brightness(1.15); }
.button-ghost { border-color:#55595d; color:#fff; }
.button-ghost:hover { background:#fff; color:#111; }
.social-links { position:absolute; right:0; bottom:80px; display:flex; flex-direction:column; width:210px; }
.social-links a { display:grid; grid-template-columns:24px 1fr 16px; gap:10px; align-items:center; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.18); font-size:12px; }
.social-links a:hover { color:var(--brand-accent); }
.social-links svg { width:19px; height:19px; }
.social-links svg:last-child { width:15px; height:15px; }
.brand-pillars { padding:115px 0; }
.section-heading.compact { grid-template-columns:1fr; }
.pillars-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.pillars-grid article { min-height:285px; padding:34px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.pillars-grid article>span { font-size:11px; color:var(--brand-accent); font-weight:800; }
.pillars-grid h3 { margin:65px 0 15px; font-size:24px; }
.pillars-grid p { color:#64676a; line-height:1.65; }
.brand-location { background:#deddd8; padding:42px 0; }
.brand-location-inner { display:flex; align-items:center; justify-content:space-between; }
.brand-location-inner>div { display:flex; align-items:center; gap:22px; }
.brand-location svg { color:var(--brand-accent); }
.brand-location p { line-height:1.5; }
.brand-location a { display:flex; align-items:center; gap:8px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.more-brands { padding:105px 0; }
.more-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.more-grid>a { min-height:140px; padding:24px; background:#fff; border:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; transition:.2s; }
.more-grid>a:hover { transform:translateY(-3px); border-bottom:4px solid var(--brand-accent); }
.more-grid span { display:block; color:#8a8c8f; font-size:10px; text-transform:uppercase; letter-spacing:.16em; margin-bottom:12px; }
.more-grid strong { font-size:25px; }
.more-grid svg { color:var(--brand-accent); }
@media (max-width:900px) {
  .shell { width:min(100% - 40px,720px); }
  .desktop-nav,.header-cta { display:none; }
  .mobile-nav { display:block; }
  .home-hero { min-height:760px; }
  .hero-content { padding-top:165px; }
  .section-heading,.group-grid,.location-inner { grid-template-columns:1fr; gap:42px; }
  .business-grid { grid-template-columns:1fr; }
  .business-card { min-height:310px; }
  .values-grid,.pillars-grid { grid-template-columns:1fr; }
  .group-number span { font-size:120px; }
  .footer-grid { grid-template-columns:1.5fr 1fr; }
  .brand-hero-copy { width:100%; }
  .social-links { position:static; margin-top:45px; width:100%; max-width:360px; }
  .more-grid { grid-template-columns:1fr; }
}
@media (min-width:901px) and (max-height:850px) {
  .home-hero { min-height:760px; }
  .hero-content { padding-top:135px; }
  .home-hero h1 { max-width:900px; font-size:clamp(66px,6.3vw,86px); line-height:.9; }
  .hero-lead { margin-top:24px; }
  .hero-actions { margin-top:24px; }
}
@media (max-width:620px) {
  .shell { width:calc(100% - 30px); }
  .header-inner { height:72px; }
  .home-hero { min-height:max(720px,100svh); height:auto; max-height:none; }
  .hero-overlay { background:linear-gradient(90deg,rgba(8,10,11,.93),rgba(8,10,11,.6)),linear-gradient(0deg,rgba(8,10,11,.82),transparent 55%); }
  .hero-content { padding-top:135px; padding-bottom:90px; }
  .home-hero h1 { font-size:clamp(50px,17vw,72px); }
  .hero-lead { font-size:15px; margin-top:26px; }
  .hero-actions { align-items:stretch; flex-direction:column; gap:8px; width:100%; }
  .hero-actions .button { width:100%; }
  .hero-actions .text-link { justify-content:center; }
  .business-section,.group-section,.brand-pillars,.more-brands { padding:82px 0; }
  .section-heading { margin-bottom:40px; }
  .business-card { padding:26px; min-height:285px; }
  .brand-wordmark { font-size:51px; }
  .group-number span { font-size:90px; }
  .values-grid { margin-top:65px; }
  .values-grid article,.pillars-grid article { min-height:220px; padding:28px; }
  .values-grid h3,.pillars-grid h3 { margin-top:38px; }
  .location-section { padding:80px 0; }
  .footer-grid { grid-template-columns:1fr; gap:40px; }
  .footer-bottom { flex-direction:column; gap:14px; }
  .footer-bottom-links { align-items:flex-start; flex-direction:column; gap:10px; }
  .brand-hero { min-height:850px; }
  .brand-hero-inner { padding-top:115px; }
  .brand-hero-copy { margin-top:52px; }
  .brand-hero h1 { font-size:50px; }
  .brand-logo-wrap { width:min(300px,100%); height:88px; margin-bottom:24px; }
  .brand-logo-motomx { width:min(290px,100%); height:96px; }
  .brand-logo-moto-r { width:min(320px,100%); height:80px; }
  .brand-logo-moto-r img { padding-right:14px; }
  .brand-logo-motolab { width:min(300px,100%); height:96px; }
  .brand-logo-digitalin { width:min(270px,100%); height:72px; }
  .brand-actions { flex-direction:column; align-items:stretch; gap:10px; }
  .brand-actions .button { width:100%; }
  .brand-location-inner { align-items:flex-start; flex-direction:column; gap:20px; }
}
/* --- acessibilidade e páginas de texto (privacidade, 404) --- */
.skip-link { position:absolute; left:-9999px; top:0; z-index:100; background:#fff; color:#111; padding:12px 18px; font-size:13px; font-weight:700; }
.skip-link:focus { left:12px; top:12px; }
:focus-visible { outline:2px solid var(--orange); outline-offset:3px; }
.legal-hero { background:#101214; color:#fff; padding:170px 0 80px; }
.legal-hero h1 { margin:0; font-size:clamp(40px,5vw,70px); line-height:.95; letter-spacing:-.055em; font-weight:800; text-transform:uppercase; }
.legal-hero p { margin:26px 0 0; width:min(620px,100%); font-size:18px; line-height:1.65; color:rgba(255,255,255,.72); }
.legal-actions { display:flex; align-items:center; flex-wrap:wrap; gap:22px; margin-top:36px; }
.legal-body { padding:70px 0 110px; }
.legal-content { max-width:760px; }
.legal-content h2 { margin:46px 0 12px; font-size:26px; letter-spacing:-.02em; }
.legal-content h2:first-child { margin-top:0; }
.legal-content p { margin:0 0 14px; color:#4a4d50; line-height:1.75; }
.legal-content a { text-decoration:underline; text-underline-offset:3px; }
.legal-date { margin-top:44px; font-size:13px; color:#84878a; }
@media (max-width:900px) { .legal-hero { padding:140px 0 60px; } .legal-body { padding:56px 0 84px; } }

.brand-location .location-text p { margin:0; }
.brand-location .opening-hours { margin-top:6px; font-size:14px; color:#5c5f62; }
@media (max-width:900px) { .brand-location .opening-hours { font-size:13px; } }
